Archive for July, 2011

Running a Web Application on Jetty Webserver from Eclipse IDE

Running a Web Application on Jetty Webserver from Eclipse IDE

July 29, 2011 | By | 2 Comments

This tutorial will walk you through how to run a web application on Jetty webserver directly from Eclipse. Requirements: Install Jetty webserver Install plugin Run-Jetty-Run on Eclipse As I mentioned on the tutorials listed above, I am trying to use Jetty instead of Tomcat. In this post, I will show how it is easy to [...]

Continue Reading

Jetty and Eclipse Integration

Jetty and Eclipse Integration

July 26, 2011 | By | 3 Comments

This tutorial will walk you through out how to install Jetty on Eclipse, so you can run web applications on Jetty directly from Eclipse IDE. As I mentioned on a previous post (Installing and running Jetty), I am trying to use Jetty instead of Tomcat. What I like about Tomcat is that Eclipse has native [...]

Continue Reading

ExtJS 4 File Upload + Spring MVC 3 Example

ExtJS 4 File Upload + Spring MVC 3 Example

July 18, 2011 | By | 27 Comments

This tutorial will walk you through out how to use the Ext JS 4 File Upload Field in the front end and Spring MVC 3 in the back end. This tutorial is also an update for the tutorial Ajax File Upload with ExtJS and Spring Framework, implemented with Ext JS 3 and Spring MVC 2.5. Ext [...]

Continue Reading

New Java 7 Language Features

New Java 7 Language Features

July 11, 2011 | By | 9 Comments

Last week I was at the Java 7 launch party in Sao Paulo, Brazil and it was really cool. There were a lot of developers on the party to celebrate Java 7 (afterall, we have been waiting for it for 5 years!). I took some pictures at the event: http://www.flickr.com/photos/loiane/sets/72157627015952961/ Video of the event: http://blogs.oracle.com/java/entry/java_7_celebration_begins Slides: http://blogs.oracle.com/darcy/resource/ProjectCoin/CoinLaunch.pdf Anyways, [...]

Continue Reading

Installing and Running Jetty

Installing and Running Jetty

July 6, 2011 | By | 9 Comments

This tutorial will walk you through how to download, install and run Jetty – 100 % Java HTTP and Servlet Container. If you do not know Jetty, Following is what Wikipedia says about it: Jetty is a pure Java-based HTTP server and servlet container (Application server) developed as a free and open source project as part of the Eclipse Foundation. It [...]

Continue Reading