|Julian Gosnell wrote:
|
|>>What goes into 3?
|>>
|>
|> Your site's e.g. Logging classes etc.. which every app
|> uses. You figure it's cheaper to load them once into
|> the apps parent CL, than many times, into every app.
|
|
|Ok, good point. I believe Tomcat handles this by using a "common"
|directory that contains libraries that should be available to webapps
|and server alike.

right that would be the integration of the scope of apps and the RH cl
microkernel.  See previous mails.

|Well, if you want to use local interfaces, then yes, you have to be
|careful with how you package classes. They need to be in the EAR.

right same problem, it doesn't fix the packaging. Orthogonal issues.

|I'm torn. The optimization was introduced because there was no standard
|way to do it, but now that it does... well.. what's the point? Backward
|compatibility with people who have written apps that takes advantage of
|it, yes, but that should be it. All new apps should use local interfaces
|if you want local behaviour.

Local behaviour in EJB:
1- same problem with the classes (values etc) that NEED to be shared between
stacks
2- again 1 means that we still have the same problem but if we didn't EJB is
not the only stack, we need that generic so that all apps/mbean work, an EJB
only solution wouldn't work.

marcf

|
|/Rickard
|
|--
|Rickard Öberg
|
|
|------------------------ Yahoo! Groups Sponsor ---------------------~-->
|Universal Inkjet Refill Kit $29.95
|Refill any ink cartridge for less!
|Includes black and color ink.
|http://us.click.yahoo.com/XwUZwC/MkNDAA/ySSFAA/CefplB/TM
|---------------------------------------------------------------------~->
|
|For the latest information about Jetty, please see http://jetty.mortbay.
|
|Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|
|


_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to