Install and Run any example with a few clicks using MyEclipse 6.0
Install any example application directly into your workspace with 1-click.

MyBlogJSFJPAExample
Blog Application
A small blogging web application demonstrating the use of a JSF UI and JPA persistence technologies to implement common entity CRUD operations.
Technology Tags:  JSP : JSF : Web : CRUD : Persistence : JPA : Database

GoogleMapsExample
Google Maps Mashup
Uses the Google Maps JavaScript API to drive an embedded Google Map widget and also displays location (latitude/longitude) of any address entered by user.
Technology Tags:  Ajax : JavaScript : GMapsAPI : HTML

MERSimpleReportExample
Simple Reports Example
Includes a simple report as well as a JSP page used for viewing the report in a browser.
This example project is discussed in the MyEclipse Reports Tutorial.
MyEclipse Notes: requires the MyEclipse Reports add-on feature
Technology Tags:  Reporting : JSP : Web

DWRSpringJPAExample
Car Report Viewer
A web application that uses the DWR (Direct Web Remoting), Spring and JPA frameworks to asynchronously fetch and display persistent entity data from a server.
Technology Tags:  Ajax : JavaScript : Web : DWR : Spring : JPA : Database

MyBlogStrutsHibernateExample
Blog Application using Struts/Hibernate
A small blogging web application demonstrating the use of a Struts 1.3 UI and Hibernate persistence technologies to implement common entity CRUD operations.
Technology Tags:  JSP : Struts : Web : CRUD : Persistence : Hibernate : Database

JavaServletExamples
Simple Servlet Examples
For an introduction to Java Servlets, this project has 6 basic examples of how to build servlets in a MyEclipse Web Project.
Technology Tags:  Java : Servlet : Web

Struts13CookbookExample
Struts 1.3 Examples
This Struts 1.3 web application is the Cookbook Example provided the Apache Struts 1.3 distribution. It provides a number of small examples uses of key Struts framework elements such as using actions, forms, and to the Struts JSP tag libraries in a single web application. For the source code for each example operation can be browsed directly from within the application.
Technology Tags:  JSP : Struts : Web

M4MContactManagerExample
Swing Contact Manager
A simple Swing application for managing a personal contact list. The multiform UI was created and can be edited using Matisse4MyEclipse.
MyEclipse Notes: requires the Matisse4MyEclipse Add-on (Pro subscription required) to view and edit the Matisse forms.
Technology Tags:  Swing : Matisse : RCP

SimpleJSPExample
'Hello World' Web Application
A simple one-page JSP web application that demonstrates the most minimal elements of a runnable Java EE web application.
Technology Tags:  JSP : Web

SimpleFaceletsExample
'Hello World' Facelets Application
A simple JSF Facelets web application that displays a customized welcome message based on information submitted by the user. Demonstrates use of a Facelets form for capturing user information, a managed bean for processing a submitted form and generating a customized message for the user, and a JSF Facelets page for display of the customized message.
Technology Tags:  JSF : Facelets: Web

TerraServerWSClientExample
Terra Server Client Application
A web application that uses a web service client to interact with the Microsoft TerraServer-USA web services to convert a US street address to a longtitude-latitude coordinate.
MyEclipse Notes: requires the XFire Web Services Support for MyEclipse add-on feature
Technology Tags: Web Services : Web

JSP20Examples
JSP 2.0 Tag Demos
A web application that demonstrates use of a key JSP 2.0 features such as custom tag libraries using tag-files.
Technology Tags:  JSP : JSTL : Web

JSFLoginExample
JSF Login Demo Example
A simple JSF application that simulates a login page with a login form and then a simple "Welcome" page after the user has logged in.
Technology Tags:  JSP : JSF : Web

StrutsLoginExample
Struts Login Demo Example
A simple Struts application that simulates a login page with a login form and then a simple "Welcome" page after the user has logged in.
Technology Tags:  JSP : Struts : Web

ICEfacesTutorialExample
ICEfaces Tutorial Project
The example project discussed in the MyEclipse ICEfaces Tutorial.
Technology Tags:  Ajax : JSF : Web : JPA