|
APACHE TOMCAT
6
APACHE TOMCAT 7 JAVASERVER FACES (JSF) JSF 1.x JSF 2.0 INTERMEDIATE SERVLETS & JSP ANDROID PROGRAMMING AJAX & GWT JAVASCRIPT & AJAX BASICS PROTOTYPE SCRIPTACULOUS JQUERY DOJO GWT 2.1 JAVA 6 & 7 PROGRAMMING HTML 5 ADVANCED SERVLETS & JSP SPRING HIBERNATE & JPA JAKARTA STRUTS EJB3 WEB SERVICES WITH AXIS2 SCWCD TUTORIALS IN CHINESE TUTORIALS IN JAPANESE
ABOUT THE INSTRUCTOR COURSE REVIEWS JSF 2.0, MYFACES, & PRIMEFACES AJAX (w/ JQUERY, HTML5, ETC.) JAVA 6 & 7 PROGRAMMING ANDROID PROGRAMMING GWT INTERMEDIATE SERVLETS & JSP SPRING FRAMEWORK HIBERNATE & JPA ADVANCED SERVLETS & JSP JAKARTA STRUTS 1.x & STRUTS 2 SCWCD IPHONE PROGRAMMING CUSTOMIZED ON-SITE PUBLIC TRAINING SCHEDULE
|
Using Eclipse ProjectsDealing with the zipped projects bundled with the tutorials on beginning & intermediate servlets & JSP, advanced servlets & JSP, Ajax, GWT, Spring, Hibernate & JPA, JSF 1.x, JSF 2.0, EJB3, Web services, and Java 6 programming.Overview
The code in these tutorials was created with the Eclipse IDE. I use version 3.6 (Helios) with Java 6, but
virtually all the examples should run fine in Eclipse 3.5 (Galileo), and many of them should work with Java 5.
If you don't already know how to use Eclipse, information on downloading Eclipse and configuring it to be
used with Tomcat can be found at
the Tomcat and Eclipse tutorial. Although Eclipse or another IDE
(NetBeans, MyEclipse, IntelliJ IDEA, etc.) is strongly recommended for Java EE development,
none of the coreservlets code is in any way specific to Eclipse.
Importing Zipped Eclipse Projects into EclipseTo import the zipped projects that are bundled with the tutorials, follow these steps:
Importing Zipped Eclipse Projects into NetBeansNetBeans claims to be able to reliably import Eclipse projects. For details, please see http://netbeans.org/kb/docs/java/import-eclipse.html. Deploying and Testing Apps LocallyThis section applies only if you are importing an Eclipse Web project. Skip this section if you are importing ordinary Java projects (e.g., from the Java 6 programming tutorial). First, make sure that you have Tomcat installed on your local computer, and that Eclipse knows about Tomcat. If you haven't done this already, see the Tomcat with Eclipse tutorial. Once you have Tomcat set up with Eclipse and you have imported a Web project, deploy the app as follows: Click on Servers tab at bottom. R-click on Tomcat v7.0 Server, choose "Add and Remove Projects". Then choose your app. Start Tomcat, or restart it if already running (R-click on Tomcat and choose either "Start" or "Restart"). Open a browser and try http://localhost/your-app-name/some-url-in-your-app. For example, if your app is named "myApp" and it has index.html and test1.jsp files in the WebContent folder, use the URLs http://localhost/myApp/ and http://localhost/myApp/test1.jsp. The Art of WAR:
|
|||||||||
|
|
|
Too few developers for
onsite courses? Try
our public courses in MD,
co-sponsored by Johns
Hopkins "Engineering
for Professionals":
Android Programming:
Mobile Apps in Java
August 13-17 2012
JSF 2.0 & PrimeFaces:
Web Apps in Java
August 20-24 2012
Java 7 Programming:
A Crash Course
August 27-31 2012
Rich Internet Apps
with Ajax & jQuery
September 10-14 2012
Spring: Simplifying
Java Applications
September 17-21 2012
Java Persistence with
Hibernate & JPA
April 11-15 2011
RESTful & SOAP-based
Web Services in Java
October 29-31 2012
Courses at
YOUR Location
• Customized content
• Flexible dates
• Any country
CEU's Now Available
You can get CEU's
for onsite courses.
Courses can be
offered directly from
accredited college.


