|
From: <de...@du...> - 2006-03-02 07:30:21
|
Hi Lofi, > OK, this will change in the next andromda since the spring cartridge > will support outlets for all the interfaces, see: > http://galaxy.andromda.org/forum/viewtopic.php?t=1606 >=20 > > Even worst if I use the standard way to integrate spring with > > JavaServer Faces I had to place the configuration files into the = WEB-INF > > folder of the presentation layer. >=20 > we need to separate the development and deployment time concerns... > - Development time: you don't need to place the config files into > the WEB-INF. As far as your configs are reachable within the > classpath. > - Deployment time: yes, you need to put it somewhere. But anyway > you need to build a war file (presentation), so we can put = everything > in there... Maybe we can use the "classpath*:" prefix for ApplicationContext search. This will load all available ApplicationContext-Descriptions in the classpath that match a certain pattern and merge them together. I haven't tested it by now, but I guess this will fix our problem.=20 Ingo > > What we need is a simple mechanism to register a business module = which > is > > available in classpath. Like the independent factories in our ejosa > > framework. >=20 > Don't we already have this by using the service locator of AndroMDA? >=20 > > Maybe http://el4j.sf.net could be a heavy solution. > > > > http://el4j.sourceforge.net/docs/pdf/EL4J_IntroductionArticle1.pdf >=20 > I'll take a look on this. >=20 > Cheers, > -- > --------------------------------------------------- > Blasius Lofi Dewanto > --------------------------------------------------- > OpenUSS - Open University Support System > http://openuss.sourceforge.net > --------------------------------------------------- > E-Mail : de...@un... > --------------------------------------------------- >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting > language > that extends applications into web and mobile media. Attend the live > webcast > and join the prime developer group breaking into this new coding > territory! > = http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=110944&bid$1720&dat=121642 > _______________________________________________ > Ejosa-developer mailing list > Ejo...@li... > https://lists.sourceforge.net/lists/listinfo/ejosa-developer |