English 中文(简体)
《玻璃鱼诉3.1》:活体生命力活着者诉启动人》。
原标题:Glassfish v3.1: LifecycleListener vs. Startup.Listener

• 如何在玻璃鱼诉3.x时正确使用我的代码? 或将<代码>SHUTDOWN?

I was succesfully using lifecycle listener on glassfish v2.x. Unfortunatelly, this interface is marked as DEPRECATED in Glassfish v3.x. A new interface Startup is recomended instead but I don t know how to use it and could not find any useful documentation or examples. Could you please point me to how use it?

问题回答

http://download.oracle.com/docs/cd/E18930_01/html/821-2418/beamc.html#scrolltoc”rel=“nofollow” 。 这解释了现有事件和火灾的原因。 一旦您的班级有困难,并准备进入blog entry,将解释如何利用行政结构将这个单元部署到玻璃纤维。





相关问题
Entire jar is read for every getResourceAsStream

I am profiling a java applet startup time. I have noticed that a huge jar of size 5MB is fully read every time a resource from the jar is requested. E.g. images log configuration files, I18N files etc....

Why is my .Net app contacting Verisign?

I wrote a .Net application that has nothing to do with network communication. There is not a single line of code in the whole application that uses the NIC, but my firewall has caught it trying to ...

.net, UserControls, and application start time

We have a medium sized application that depends on several usercontrols, namely: A tablelayout panel, with 2x5 grid of usercontrols, with 3+ levels of inheritance. A big issue we re running into ...

Change startup order c#

How do I change the startup list? Basically I have a program that is a computer locking system and when I enter it into the registry to start up when login, it is like the last thing to open.

How to create program startup parameters in python

I m just beginning to learn python and the program I m writing requires parameters for it to run with a specific task. For example (programs name is Samtho) samtho -i Mozilla_Firefox How can I do ...

热门标签