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

Monthly Archives: April 2015

  1. Home>
  2. 2015>
  3. April

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