General questions:

1.  Trying to understand this URL in the databasetest example:  
http://localhost:8080/jetspeed/portal/user/turbine/page/default.psml
we have a vague idea of what is going on:  /portal is like /servlet, there is 
directory user/turbine, but where is page, we see html directory

2.  Logic for default.psml:  Again our vague understanding is that, when a page is 
submitted, URL above is submitted with parameters like js_pid.  And the class 
specified in default.psml corresponding to this id is then called with specified 
parameters.  the js_pid is dynamic--changes when the pane is registered, so this 
dynamic js_pid is inserted into the jsp page everytime it is sent to the browser.  

3.  If I submit a HTML page and do not want js_pid to be dynamic, can I have a static 
one defined in default.psml?  Guess not because default.psml is generated everytime 
the pane is configured

4.  We are trying to add portlet functionality to a servlet based transformation 
engine.  Look like if we implement HttpSession, HttpServletRequest and 
HttpServletResponse in the portlet environment we should be able to use our 
transformation engine.  Let us know if there are items we have missed

5.  Please point us to any tutorial type links or overall architecture of jetspeed if 
there are any.

Any help will be greatly appreciated

thanks

Reply via email to