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

Kotlin with Maven

  • Post author:Van Ly
  • Post published:February 5, 2023
  • Post category:Java/kotlin/maven/programming

Stand-alone Programs Instructions and template for a stand-alone Java program built with Kotlin source code. An easy way to start with is, since JetBrains is behind this whole thing, just…

Continue ReadingKotlin with Maven

Some Cloud Storage Services

  • Post author:Van Ly
  • Post published:April 21, 2020
  • Post category:Java/programming

Azure Blob Storage ("Azure") and Google Cloud Storage ("GCS") are now supported as well as AWS S3 ("S3") by log4j-s3-search project. While working on adding the two options, I learned…

Continue ReadingSome Cloud Storage Services

Publishing a Java project into MVN Repository

  • Post author:Van Ly
  • Post published:November 25, 2018
  • Post category:Java/maven/programming

It turns out that this is quite an involved process with a lot of configuration and coordination w/ Sonatype. It took several days, upwards to a week or so, for…

Continue ReadingPublishing a Java project into MVN Repository

Too Many Languages!

  • Post author:Van Ly
  • Post published:July 21, 2017
  • Post category:groovy/Java/programming/Python/Scala

ARGH! I've been bounced between languages. It's driving me NUTS. This is a comparison of how to do something in each to help me map between them. There is definitely…

Continue ReadingToo Many Languages!

Spring Boot using multiple datasources

  • Post author:Van Ly
  • Post published:January 24, 2016
  • 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 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

SampleServlet: Java web app starter

  • Post author:Van Ly
  • Post published:May 27, 2013
  • 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
  • Author.instance().info()
  • Docker Starters
Copyright - WordPress Theme by OceanWP