Hi Paulo, no its not the only solution.. Its one solution ;-) You can use non spring too and use assembly.xml to inject all needed stuff. Maybe reading this will help:
http://excalibur.apache.org/framework/lifecycle.html bye Norman Am Donnerstag, den 15.11.2007, 16:43 +0000 schrieb Paulo Sergio: > Hi Norman, > the idea is to have a service that listens for notifications, this > notification would be just a sessionId. Given the sessionid i would notifify > the specified session that it has notification, and it should do something > about it.(kind of push email notification between servers) > the only way of doing this is to create a new service, and using spring? if > so, is there any good starting point where i should take a look? > > Thanks, > Paulo F. > > On Nov 15, 2007 4:36 PM, Norman Maurer <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > maybe im not understand you correct but I whould probally add a new > > service for this and inject all needed stuff via dependency injection. > > > > Maybe the spring-based-deployment simplify stuff for you.. > > > > bye > > Norman > > > > Am Donnerstag, den 15.11.2007, 15:31 +0000 schrieb Paulo Sergio: > > > Hi guys, > > > i'm working in a way to make James receive notification, the server i'm > > > working with will send notifications to an external server (in this case > > > James) using UDP protocol. > > > Is there any way to make james receive messages sent using UDP? > > > should i create a new module to do so? > > > or can i integrate this in one of the modules?(i would need it for imap) > > > > > > Thanks in advance, > > > Paulo F. > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
