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

Java

  1. Home>
  2. Programming>
  3. Java>
  4. Page 2

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

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

SampleServlet: Java web app starter

  • Post author:Van Ly
  • Post published:2013-05-27
  • Post category:Java/Jetty/Maven/Programming

Prerequisite Maven 3.x installed - try http://maven.apache.org/download.cgi Important: earlier versions of Maven, such as 2.x, won't work correctly Set-up Locate a subdirectory and run: mvn archetype:generate When prompted, use maven-archetype-quickstart…

Continue ReadingSampleServlet: Java web app starter
  • Go to the previous page
  • 1
  • 2
  • Author.instance().info()
  • Docker Starters
  • Patience-impaired Navigation
Copyright - WordPress Theme by OceanWP