So, the whole concept of making a change to jsp or java source, saving it, and having it auto-deploy to the running test environment is not available? I have to drop a war every time I make a code change? In RAD7/Websphere, I change a portlet class source, save it, it auto-builds, updates the running test environment and in less than 30 seconds my change is running in the test server (hot deploy?). No one has accomplished this with Eclipse/Jetspeed? Unless I completely mis-understand the referenced devguide, it seems not.
From: David Sean Taylor <[email protected]> To: Jetspeed Developers List <[email protected]> Date: 09/09/2010 04:45 PM Subject: Re: Jetspeed portlet development in Eclipse On Thu, Sep 9, 2010 at 1:23 PM, <[email protected]> wrote: > I have searched diligently for information on setting up Eclipse & Tomcat > to develop/deploy/test jsr286 portlets. I have found info on developing > portals and deploying jetspeed as a webapp to Tomcat, but I really do not > need to do portal builds, I simply want to know how to create a portlet > project, select 'run as'->on server and be able to test the portlet on a > local jetspeed/tomcat server. I do this easily with RAD7 and Websphere > portal, but I can't seem to find how to do this with Eclipse, Tomcat and > Jetspeed. There is a Developers Guide for Jetspeed here: http://portals.apache.org/jetspeed-2/devguide/index.html see the section on "Eclipse": http://portals.apache.org/jetspeed-2/devguide/jetspeed-eclipse.html So basically you build your portlet app and drop it in a running Jetspeed. From there you can attach Eclipse just like any other app --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean (mailgw2:660C21E6FF.58C90). This communication and any attachments are confidential, protected by Communications Privacy Act 18 USCS ยง 2510, solely for the use of the intended recipient, and may contain legally privileged material. If you are not the intended recipient, please return or destroy it immediately. Thank you.
