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 Aaron Evans <aa...@yahoo.ca> on 2005/09/02 00:15:30 UTC

[J2] Removing Demo Portlets

I am building J2 using the maven plugin.

I am trying to deploy it without all of the demo portlets.  I think that I got
most of the way when I used the j2:minStart goal.  That seemed to not deploy
them, but it looks like they are still referenced within the core jetspeed
default build because I got a bunch of errors in the interface and they still
seemed to be in the menus.

Is it just a matter of removing the references from the page psml files? What
else do I need to clean up? Are there DB inserts corresponding to each portlet?
Incidenally, where are the portlets themselves registered in this version of
jetspeed?




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


Re: [J2] Removing Demo Portlets

Posted by David Sean Taylor <da...@bluesunrise.com>.
Aaron Evans wrote:
> I am building J2 using the maven plugin.
> 
> I am trying to deploy it without all of the demo portlets.  I think that I got
> most of the way when I used the j2:minStart goal.  That seemed to not deploy
> them, but it looks like they are still referenced within the core jetspeed
> default build because I got a bunch of errors in the interface and they still
> seemed to be in the menus.
> 
> Is it just a matter of removing the references from the page psml files? What
> else do I need to clean up? Are there DB inserts corresponding to each portlet?
> Incidenally, where are the portlets themselves registered in this version of
> jetspeed?
Portlets are registered with the jetspeed portal during servlet 
initialization of an infused servlet in the portlet application.
At this point, the portlets are registered in the DB.
Thus there is no need for database population scripts to bootstrap the 
portlet applications

-- 
David Sean Taylor
Bluesunrise Software
david@bluesunrise.com
[office] +01 707 773-4646
[mobile] +01 707 529 9194

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