My favorites | Sign in
Project Home Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
DevelopmentProblemsAndSolutions  
Figuring how to compile everything
Updated Feb 16, 2008 by pokeybut...@gmail.com

Introduction

We run into a lot of problems with Java, Hibernate, Eclipse, JSF, and SVN when developing. Here are some notes.

Forgot My SVN Password

Go to this page.

Eclipse and Subversion

Subversion support might be included in the latest Eclipse Europa. If not, instructions are here.

Eclipse, Tomcat, and JSF

Started by installing Eclipse Europa. There is a new "fall" release. You will want the version for EE Developers. Download Page.

For Apache:

(OLD) Try this page or this page.

(OLD) I think we are using Sysdeo Tomcat plugin. Unzipped into plugins.

The best pages appear to be here:

  • Basic web apps under Eclipse. You should be able to skip the parts about installing EMF/GEF/JEM and Web Tools Platform, they should all be in the Europa install. You probably don't need Installed JREs, but definitely start at "Choose a Server Runtime Environment". You will probably be a few versions ahead of this document. If you run out of memory while running things, you may need to Change PermGen space.
  • Add JSF. There is no code for the validator. To avoid "Classpath entry ...whatever... will not be exported or published. Runtime ClassNotFoundExceptions may result." configure J2EE Module Dependencies in the project properties. When you finally want to run in Tomcat, there is no JSF library in Tomcat; see tomcat jsf.

Eclipse and Hibernate

Powered by Google Project Hosting