Sacha Labourey wrote: > Yes, but one of the important point (I think) is that *the developer is able > to write the client code directly by referencing the bean code without > waiting for a code generator to generate the home and remote. The developer > modifies the bean? no problem, he can directly uses the new methods in its > editor for the client code. The magic lies in the client proxy generated by > the factory.
Sounds like Voyager to me (a RMI-ish mobile agent system). I.e. old news. > As for Rickard's RMI semantic concern, why not making the client proxy raise > java.lang.Error in case of problem (instead of java.lang.Exception). As it > seem that this has even been discussed by the RMI team HIMSELF, it should be > OK ;) Voyager used RuntimeExceptions, which is better. Still bad :-) > I would certainly not build a online banking system on this solution, but I > am sure this tool would reach its audience. IMHO the audience would be very limited. /Rickard -- Rickard �berg _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
