You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by Tommaso <to...@fwctc.com> on 2006/02/07 19:30:06 UTC

Re: Building a Jetspeed Enterprise Portal & Jetspeed Portlets with Eclipse

Raj Saini <rajsaini <at> gmail.com> writes:

> 
> Hi Markus,
> 
> I am using Eclipse with WTP to develop custom portal and portlets. I did
> this by hacking binary release as an SDK. I am not using Maven for building
> eclipse. I also use Eclipse with WTP for portlet development. If this is
> interesting to you I can put together a small howto.
> 
> Thanks,
> 
> Raj
> 
> On 1/12/06, Markus Kleinfelder <Markus.Kleinfelder <at> loyaltypartner.com>
> wrote:
> >
> > Hi,
> >
> > somebody experience with building a jetspeed portal & jetspeed portlets
> > with eclipse?
> > how to organize the projects for the portlets in eclipse, etc.
> >
> > unfortunately the link
> > http://portals.apache.org/jetspeed-2/Portal-Development-with-Eclipse.html
> > is broken..... ((
> >
> > thx,
> > markus
> >

Hi Markus,

I extracted the source distribution under <Tomcat>/webapp/jetspeed. Then I made 
a project in Eclipse and selected the directory with jetspeed as source. Then 
you will have to put all the libs in appropriate directories and add the ones 
you need to the project (Right-click -> Properties -> Java Build Path). Do NOT 
create variables like Tomcat_HOME = c:\Tomcat, use the absolute paths.

This is your source to do everything, programming, etc.

Deploying is alot simpler. Get sysdeo eclipse plugin for tomcat, configure it 
and deploy/generate war files with one-click. 
http://www.java-tutor.com/java/eclipse/plugin/eclipse-plugins.html :)
Configure it correctly, so that it outputs the file in your <Tomcat>/webapps/ 
and set tomcat to autodeploy, and tomcat will deploy your every war file 
automatically.

Ciao,
  Tommaso




---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-user-help@portals.apache.org