Hello,

I wolud like to split my model into two pieces (I'm going to try to develop each model on a diferent computer). One with all the persistence logic and the services that belong to this logic. One other for the presentation.
That's because I'm thinking in deploying all the JSPs and controllers on one web server, and all the <<Entity>> classes (VOs and exceptions too) and services in an application server. It's just for fun(¿? ;-) ), for having each layer in one server.

In my way of thinking, I'm going to do my persistence model before the view one.
After that I should import services' remote interfaces into my view model.

Where can I find (¿generate?) a package with the services' remote interfaces for importing them into the view model and for satisfiying controllers dependecies?

Is that possible?

Thanks
Bruno



------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Andromda-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to