Archive for July, 2011
Running a Web Application on Jetty Webserver from Eclipse IDE
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 [...]
Jetty and Eclipse Integration
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 [...]
ExtJS 4 File Upload + Spring MVC 3 Example
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 [...]
New Java 7 Language Features
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, [...]
Installing and Running Jetty
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 [...]

