on 12/16/99 12:48 PM, Kevin A. Burton <[EMAIL PROTECTED]> wrote:

> <java>
> 
> - from within an included jsp object
> 
> import org.apache.turbine.actions.LoginUser;
> 
> LoginUser login = new LoginUser();
> 
> RunData data = Turbine.getRunData(req, res);
> 
> login.build( data );
> 
> so now you can use data.getUserFromSession.hasLoggedIn() from a "legacy"
> JSP application.
> 
> Cool.
> 
> Kevin

This is /exactly/ how I imagined it would work. ;-) +1 on doing this. There
is no reason why you can't call Turbine stuff from within JSP.

p.s. Kevin, I just got done looking at JEdit...while a good start and
probably a really good solution on linux, it has a ways to go still. Kawa is
still my favorite. I just wish I had time to work on an IDE, but the issue
is that Swing programming does nothing for me interest wise. ;-(

-jon



------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to