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

Yearly Archives: 2015

  1. Home>
  2. 2015

Spring Boot Command Line program

  • Post author:Van Ly
  • Post published:August 19, 2015
  • 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:July 26, 2015
  • 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:June 15, 2015
  • 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:April 15, 2015
  • 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:April 14, 2015
  • 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
  • Author.instance().info()
  • Docker Starters
Copyright - WordPress Theme by OceanWP