Can anybody give me some input on this?
Thanks,
Gerwin
Begin forwarded message:
From: Gerwin Bruner <[EMAIL PROTECTED]>
Date: November 22, 2005 2:54:07 PM GMT+01:00
To: [email protected]
Subject: Design Question
Hi,
I've got a client/server app which is communicating via RMI.
The application is using the spring framework.
The server offers the following services/interface:
Agent register(String username);
void unregister(Agent agent);
What is the best way to move this app over to maven?
Do I build 3 projects: Server / Client / Interface (with the POJO's
like Agent that get transfered)?
Is this a valid thought? Any other suggestions how to address this?
Thanks,
Gerwin