Hmm.. Just throwing out my 2 coppers, but doesn't the beanshell mbean support allow this to happen easier? You could define the module methods needed and push it out to the deploy dir in a .bsh, jboss hot deploys it, and now its available.
James > -----Original Message----- > From: julien viet [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 01, 2003 1:05 PM > To: Renaud Bruyeron > Subject: Re: [JBoss-dev] Re: Re[11]: php5 is coming > > > oh the way is not so important after all, more important > is how to map JSP to Nukes components. > > JSP is one method execution. > > . modules consist of several methods > > . theme also but method are well defined by an interface : > header(), footer(), etc.. > > . block the same : renderBlock(), etc... > > we could map each module invocation to a JSP. > theme method to a JSP > etc... > > julien > > > RB> "julien viet" <[EMAIL PROTECTED]> wrote in message > RB> news:[EMAIL PROTECTED] > >> > >> JSP are files ** on the disk **, why because java compiler takes > >> files on the disks. clearly nukes stores data in database. > that's not > >> incompatible I know. > > RB> Two remarks: > RB> 1) have you looked at eclipse's JDT? it *might* be able > to compile > RB> resources that are not on disk... not sure, I've never looked at > RB> it... > RB> 2) it seems that what you really want is a templating > language like > RB> velocity... velocity is fast&simple. oh, and this might be > RB> interesting: > RB> > http://jakarta.apache.org/velocity/developer-guide.html#Config uring% RB> 20Resour RB> ce%20Loaders RB> $0.02 RB> - Renaud RB> ------------------------------------------------------- RB> This SF.net email is sponsored by: ValueWeb: RB> Dedicated Hosting for just $79/mo with 500 GB of bandwidth! RB> No other company gives more support or power for your dedicated server RB> http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/ RB> _______________________________________________ RB> Jboss-development mailing list RB> [EMAIL PROTECTED] RB> https://lists.sourceforge.net/lists/listinfo/jboss-development -- Best regards, julien mailto:[EMAIL PROTECTED] ------------------------------------------------------- This SF.net email is sponsored by: ValueWeb: Dedicated Hosting for just $79/mo with 500 GB of bandwidth! No other company gives more support or power for your dedicated server http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/ _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development ------------------------------------------------------- This SF.net email is sponsored by: ValueWeb: Dedicated Hosting for just $79/mo with 500 GB of bandwidth! No other company gives more support or power for your dedicated server http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/ _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
