[jboss-user] [JBoss Seam] - Re: Application Startup Actions
rlhr
do-not-reply at jboss.com
Wed Nov 8 18:09:59 EST 2006
I have a couple of components accessing the database and caching data for the application. I didn't get any trouble moving from Seam 1.0 to Seam 1.1
They are defined as follow:
| @Scope(ScopeType.APPLICATION)
| @Name("someComponent")
| public class SomeComponent {
|
| @Create
| public void startup() throws Exception {
| ...
| }
| }
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3984339#3984339
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3984339
More information about the jboss-user
mailing list