|
From: Martin K. <Mar...@St...> - 2004-08-17 07:29:28
|
> > Are you referring to the beepcore-java project? It doesn't look that > > kind of a lightweight solution. Lots of depending libraries anyway. Or > > are you referring to something special? > > I haven't seen it in a while. Just popped into my head a moment ago. > :) Still an option, though not sure there's any demand... That's why I suggest to rename the HttpInvoker and pull out the solution to create an independent project/API around it. It's mostly just about the InvokationAction and InvokationResponse. Serialize a method invokation and return any results (including caught exceptions). Using dependency injection you can establish connections between two objects by ease without those objects to notice it. It feels like Java. It also eases testing :-) And I think the impact on finialization of Spring wouldn't be such big. It simply requires a renaming and a reconsideration. It also only involves renaming refactorings. Therefore it is very unlikely to introduce bugs to the current implementation. But once the API gots frozen, it will be to late and the opportunity is gone... . Martin (Kersten) > > ------------------------------------------------------- > SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media > 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 > Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. > http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer |