Skip to content
Programming Notes
  • Home
  • Docker Starters
  • Author.instance().info()
  • Toggle website search
Menu Close
  • Home
  • Docker Starters
  • Author.instance().info()
  • Toggle website search

Programming

  1. Home>
  2. Programming>
  3. Page 6

Spring Boot using multiple datasources

  • Post author:Van Ly
  • Post published:2016-01-24
  • Post category:Java/Programming/Spring Boot
  • Post comments:0 Comments

I cannot believe how little info there is on using multiple Datasources in Spring Boot. Out of the box, Spring Boot makes it very easy to configure the default Datasource: tweak…

Continue ReadingSpring Boot using multiple datasources

Spring Boot Command Line program

  • Post author:Van Ly
  • Post published:2015-08-19
  • Post category:Programming/Spring Boot
  • Post comments:0 Comments

Command line program w/ Spring Boot To write a command line program (e.g. launched w/ static void main(String args[])), have the main application class implements org.springframework.boot.CommandLineRunner and implement the function:…

Continue ReadingSpring Boot Command Line program

EC2: “chmod ugo+rw ~” breaks SSH

  • Post author:Van Ly
  • Post published:2015-07-26
  • Post category:AWS/ec2/Programming/ssh
  • Post comments:0 Comments

"chmod go+rw ~" breaks SSH Quick note: running chmod go+rw /home/ec2-user could break subsequent attempts to SSH into the EC2 instance. When all the usual suspects regarding SSH identity files,…

Continue ReadingEC2: “chmod ugo+rw ~” breaks SSH

Spring boot w/ Thymeleaf, jQuery & jQuery UI, and Bootstrap

  • Post author:Van Ly
  • Post published:2015-06-15
  • Post category:Programming/Spring Boot/Uncategorized
  • Post comments:0 Comments

A more typical/modern setup would be to replace JSP with one of the template engines and JS and styling libraries: Thymeleaf as the templating engine jQuery as the JavaScript library…

Continue ReadingSpring boot w/ Thymeleaf, jQuery & jQuery UI, and Bootstrap

Spring Boot w/ JSP

  • Post author:Van Ly
  • Post published:2015-04-15
  • Post category:Java/Maven/Programming/Spring Boot
  • Post comments:0 Comments

Project Setup From the CLI or http://start.spring.io/, initialize a project with "web" capability.  What ends up happening is addition of the dependency: <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> Start with this directory…

Continue ReadingSpring Boot w/ JSP

SimpleDB w/ AWS JDK

  • Post author:Van Ly
  • Post published:2015-04-14
  • Post category:Programming
  • Post comments:1 Comment

Problem to solve A flow on the App server triggers an event that needs to be handled by several listeners that then need to each run for a couple of seconds…

Continue ReadingSimpleDB w/ AWS JDK

Aptana w/ Rails for Windows 7

  • Post author:Van Ly
  • Post published:2014-12-25
  • Post category:IDE/Programming/Ruby on Rails
  • Post comments:0 Comments

See http://www.therealvan.com/pn/?p=186 for installing: Rails 3.0.3 & MySQL on Windows 7. After installing those, and once work begins, chances are an IDE w/ line-debugging capabilities are needed. Aptana Studio 3 seems to…

Continue ReadingAptana w/ Rails for Windows 7
  • Go to the previous page
  • 1
  • …
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • Go to the next page
  • Author.instance().info()
  • Docker Starters
  • Patience-impaired Navigation
Copyright - WordPress Theme by OceanWP