<?xml version="1.0" encoding="UTF-8"?>











<rss version="2.0" xmlns:jf="http://www.jivesoftware.com/xmlns/jiveforums/rss">



<channel>
    <title>Support Forums: Message List - Init of Bean on EJB-deployment</title>
    <link>http://www.theserverside.com</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    
        <generator>Jive Forums Silver 5.5.30 (www.jivesoftware.com)</generator>
    
    <pubDate>Sun, 19 May 2013 20:59:05 -0400</pubDate>


    <item>

        <title>Init of Bean on EJB-deployment</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=28861</link>

        

        
            <description><![CDATA[I had a similar problem in the application I was developing. Needed to automatically initialize and start a poller when the application was deployed. I used a web application bundled into my EAR and had a servlet which set to load on startup. This web...]]></description>
        

        <pubDate>Thu, 23 Sep 2004 10:58:31 -0400</pubDate>

        

        <jf:creationDate>Thu, 23 Sep 2004 10:58:31 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 23 Sep 2004 10:58:31 -0400</jf:modificationDate>
        <jf:date>Sep 23, 2004</jf:date>
        <jf:author>Manvendra Gupta</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Init of Bean on EJB-deployment</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=28861</link>

        

        
            <description><![CDATA[<blockquote>You can create the timer by either calling the EJB method in ServletContextlistener or a Servlet that is set with load-on-startup.look at <a href="http://radio.weblogs.com/0135826/2004/09/21.html#a81"...]]></description>
        

        <pubDate>Wed, 22 Sep 2004 10:46:13 -0400</pubDate>

        

        <jf:creationDate>Wed, 22 Sep 2004 10:46:13 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 22 Sep 2004 10:46:13 -0400</jf:modificationDate>
        <jf:date>Sep 22, 2004</jf:date>
        <jf:author>Johan Persson</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Why not try something more light weight?</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=28861</link>

        

        
            <description><![CDATA[Hi,<br><br>Why dont you try the quartz implementation? Here is the url <a href="http://www.quartzscheduler.org/" target="_blank">http://www.quartzscheduler.org/</a><br><br>If you need to run tasks/jobs that run at a specific time, or repeated runs at a...]]></description>
        

        <pubDate>Wed, 22 Sep 2004 05:42:07 -0400</pubDate>

        

        <jf:creationDate>Wed, 22 Sep 2004 05:42:07 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 22 Sep 2004 05:42:07 -0400</jf:modificationDate>
        <jf:date>Sep 22, 2004</jf:date>
        <jf:author>Raymond Tay</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Init of Bean on EJB-deployment</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=28861</link>

        

        
            <description><![CDATA[Hi!<br><br>I have used startup classes in WLS 6.1, and I simply don't like it. The reason is that the startup code is executed outside the scope of the application. (I even had to define the class in a JAR file outside the application WAR file.) I don't...]]></description>
        

        <pubDate>Tue, 21 Sep 2004 12:45:52 -0400</pubDate>

        

        <jf:creationDate>Tue, 21 Sep 2004 12:45:52 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 21 Sep 2004 12:45:52 -0400</jf:modificationDate>
        <jf:date>Sep 21, 2004</jf:date>
        <jf:author>Tomas Karlsson</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Init of Bean on EJB-deployment</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=28861</link>

        

        
            <description><![CDATA[You can create the timer by either calling the EJB method in ServletContextlistener or a Servlet that is set with load-on-startup.<br><br>look at <a href="http://radio.weblogs.com/0135826/2004/09/21.html#a81"...]]></description>
        

        <pubDate>Tue, 21 Sep 2004 11:12:45 -0400</pubDate>

        

        <jf:creationDate>Tue, 21 Sep 2004 11:12:45 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 21 Sep 2004 11:12:45 -0400</jf:modificationDate>
        <jf:date>Sep 21, 2004</jf:date>
        <jf:author>Debu Panda</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>


    <item>

        <title>Init of Bean on EJB-deployment</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=28861</link>

        

        
            <description><![CDATA[<a href="http://personal.vsnl.com/sureshms/jboss.html" target="_blank">http://personal.vsnl.com/sureshms/jboss.html</a><br><br>Look for 'Writing a Startup Class'. I am almost certain that startup classes can be configured to run as the last thing in the...]]></description>
        

        <pubDate>Tue, 21 Sep 2004 08:03:46 -0400</pubDate>

        

        <jf:creationDate>Tue, 21 Sep 2004 08:03:46 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 21 Sep 2004 08:03:46 -0400</jf:modificationDate>
        <jf:date>Sep 21, 2004</jf:date>
        <jf:author>Arun Nair</jf:author>
        <jf:replyCount>3</jf:replyCount>
    </item>


    <item>

        <title>Init of Bean on EJB-deployment</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=28861</link>

        

        
            <description><![CDATA[No I have not, but this sounds very interesting. Could you give an simple example of how to use MBean to init a Bean on deployment (or point me to the right class).<br><br>Thanks]]></description>
        

        <pubDate>Tue, 21 Sep 2004 07:47:58 -0400</pubDate>

        

        <jf:creationDate>Tue, 21 Sep 2004 07:47:58 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 21 Sep 2004 07:47:58 -0400</jf:modificationDate>
        <jf:date>Sep 21, 2004</jf:date>
        <jf:author>Johan Persson</jf:author>
        <jf:replyCount>4</jf:replyCount>
    </item>


    <item>

        <title>Init of Bean on EJB-deployment</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=28861</link>

        

        
            <description><![CDATA[Did you explore the possibilty of using a startup class (weblogic) or MBean (Jboss) to initialise/create a DEPLOYED Bean. I am not really sure that you able to get EJB Context on start-up. But if that possible, then creating an instance which triggers...]]></description>
        

        <pubDate>Tue, 21 Sep 2004 06:20:29 -0400</pubDate>

        

        <jf:creationDate>Tue, 21 Sep 2004 06:20:29 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 21 Sep 2004 06:20:29 -0400</jf:modificationDate>
        <jf:date>Sep 21, 2004</jf:date>
        <jf:author>Arun Nair</jf:author>
        <jf:replyCount>5</jf:replyCount>
    </item>


    <item>

        <title>Init of Bean on EJB-deployment</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=28861</link>

        

        
            <description><![CDATA[<blockquote>Can an EJB not function as a client and call another EJB? You maybe able to create a bean that will implement the timer service and call this bean from other beans. If my line of thinking is incorrect, do let me know.</blockquote>Sure this is...]]></description>
        

        <pubDate>Mon, 20 Sep 2004 11:50:04 -0400</pubDate>

        

        <jf:creationDate>Mon, 20 Sep 2004 11:50:04 -0400</jf:creationDate>
        <jf:modificationDate>Mon, 20 Sep 2004 11:50:04 -0400</jf:modificationDate>
        <jf:date>Sep 20, 2004</jf:date>
        <jf:author>Johan Persson</jf:author>
        <jf:replyCount>6</jf:replyCount>
    </item>


    <item>

        <title>Init of Bean on EJB-deployment</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=28861</link>

        

        
            <description><![CDATA[Can an EJB not function as a client and call another EJB? You maybe able to create a bean that will implement the timer service and call this bean from other beans. If my line of thinking is incorrect, do let me know.]]></description>
        

        <pubDate>Mon, 20 Sep 2004 11:36:04 -0400</pubDate>

        

        <jf:creationDate>Mon, 20 Sep 2004 11:36:04 -0400</jf:creationDate>
        <jf:modificationDate>Mon, 20 Sep 2004 11:36:04 -0400</jf:modificationDate>
        <jf:date>Sep 20, 2004</jf:date>
        <jf:author>Sohail Sikora</jf:author>
        <jf:replyCount>7</jf:replyCount>
    </item>


    <item>

        <title>Init of Bean on EJB-deployment</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=28861</link>

        

        
            <description><![CDATA[<blockquote><a href="http://radio.weblogs.com/0135826/2004/04/15.html" target="_blank">http://radio.weblogs.com/0135826/2004/04/15.html</a>should help.</blockquote>Well, if I have not misunderstood the Timer Services, the problem with <br>initializing...]]></description>
        

        <pubDate>Mon, 20 Sep 2004 09:45:08 -0400</pubDate>

        

        <jf:creationDate>Mon, 20 Sep 2004 09:45:08 -0400</jf:creationDate>
        <jf:modificationDate>Mon, 20 Sep 2004 09:45:08 -0400</jf:modificationDate>
        <jf:date>Sep 20, 2004</jf:date>
        <jf:author>Johan Persson</jf:author>
        <jf:replyCount>8</jf:replyCount>
    </item>


    <item>

        <title>Init of Bean on EJB-deployment</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=28861</link>

        

        
            <description><![CDATA[<a href="http://radio.weblogs.com/0135826/2004/04/15.html" target="_blank">http://radio.weblogs.com/0135826/2004/04/15.html</a><br><br>should help.]]></description>
        

        <pubDate>Mon, 20 Sep 2004 09:34:13 -0400</pubDate>

        

        <jf:creationDate>Mon, 20 Sep 2004 09:34:13 -0400</jf:creationDate>
        <jf:modificationDate>Mon, 20 Sep 2004 09:34:13 -0400</jf:modificationDate>
        <jf:date>Sep 20, 2004</jf:date>
        <jf:author>Sohail Sikora</jf:author>
        <jf:replyCount>9</jf:replyCount>
    </item>


    <item>

        <title>Init of Bean on EJB-deployment</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=28861</link>

        

        
            <description><![CDATA[I&#xB4;m working on a backend of a system, and in this backend there are parts/beans that, as an example, will make some checks every 30 minutes. <br><br>These parts should be independant of any events from clients using the backend and start working...]]></description>
        

        <pubDate>Mon, 20 Sep 2004 08:44:05 -0400</pubDate>

        

        <jf:creationDate>Mon, 20 Sep 2004 08:44:05 -0400</jf:creationDate>
        <jf:modificationDate>Mon, 20 Sep 2004 08:44:05 -0400</jf:modificationDate>
        <jf:date>Sep 20, 2004</jf:date>
        <jf:author>Johan Persson</jf:author>
        <jf:replyCount>12</jf:replyCount>
    </item>



</channel>
</rss>

