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 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

Aptana w/ Rails for Windows 7

  • Post author:Van Ly
  • Post published:December 25, 2014
  • Post category:ide/programming/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

Heroku on Windows 7

  • Post author:Van Ly
  • Post published:August 17, 2014
  • Post category:heroku/programming/Windows
  • Post comments:0 Comments

Prerequisites Git installed and on PATH Installation Sign up for a Heroku account.  Note the user email address and password. Download and install the Heroku Toolbelt. (see https://devcenter.heroku.com/articles/quickstart) Even if…

Continue ReadingHeroku on Windows 7

Grails’s RESTClient

  • Post author:Van Ly
  • Post published:June 13, 2014
  • Post category:Grails/groovy/programming
  • Post comments:0 Comments

The groovy.net.http.RESTClient class is a subclass of a more general groovyx.net.http.HttpBuilder class and comes with the "rest" plugin (http://grails.org/plugin/rest). GET A simple GET request with query parameters: def rest =…

Continue ReadingGrails’s RESTClient

Debugging Rails 3 in (Aptana 3.4.2, Windows 7)

  • Post author:Van Ly
  • Post published:May 24, 2014
  • Post category:programming/rails
  • Post comments:0 Comments

More Rails stuff. I was using command line & vim to do some Rails stuff until fingers got tired of switching between files. So I did a some searches and…

Continue ReadingDebugging Rails 3 in (Aptana 3.4.2, Windows 7)

Rails w/ MySQL (Windows 7-64)

  • Post author:Van Ly
  • Post published:May 22, 2014
  • Post category:mysql/programming/rails
  • Post comments:0 Comments

Mainly notes on setting up the following (suitable for Dreamhost's Rails setup): Ruby 1.8.7-p374 Rails 3.0.3 Ruby devkit  (from http://rubyinstaller.org/downloads/) MySQL Installer 5.6.17 Community Server 64-bit mysql2 GEM '0.2.22' Install Ruby 1.8.7 by…

Continue ReadingRails w/ MySQL (Windows 7-64)
  • Go to the previous page
  • 1
  • …
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • Go to the next page
  • Author.instance().info()
  • Docker Starters
Copyright - WordPress Theme by OceanWP