Startup classes in j2ee compliant appserver

Hi,

Startup classes are very necessary one in some situations.Support for the startup classes provided by weblogic or orionserver or other appservers are different..I mean that startup classes meant for one appserver can not used in other appserver without much changes made to it.Whether there is any serious efort going on in j2ee community to have standard...so that any j2ee compliant appserver should support in near future?Or whether this issue is addressed ? Or whether this feature is not so important?

Prashanthjee.S

[561 byte] By [prashanthjee1] at [2007-9-26 10:40:35]
# 1

Hi,

According to me startup class is not J2EE compliant

but still as a facility most of the app servers allow them.

we are facing the same problem as we are migrating to a code which is J2EE compliant. Instead of loading the class at app server load time call some method from init() os the first servlet etc.

aashu107 at 2007-7-1 23:10:26 > top of Java-index,Other Topics,Patterns & OO Design...