|
From: unibrew <do-...@jb...> - 2006-06-19 17:02:12
|
Hi Adam thought about services described by @Service annotation - MBeans. I'm not sure if it is best place for using them, they have a little bit different purpose, I guess. I would rather like to use Stateless Session Bean. Nevertheless, those services would have Local and Remote interfaces. Moreover they could serve data through WebService (I don't know what for, just an idea ;-) ). I had discussion with Adam about his SOA idea of Labs and serving everything what is possible via services. So, there would be DownloadsService, RepositoryService, NavigationService etc. from which everyone could gain information about project. A little bit different view of that would be making just ProjectsService which would give possibility to gain all different data about projects by giving JavaBeans-like objects DownloadsBean , RepositoryBean etc. The question is if we want more JavaBeans or more Services ;-). In both situations ProjectsService would be the root for gaining projects' info. Cheers, Rysiek View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951723#3951723 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951723 |