Hi Mike, my project was a bit less ambitious... I wanted to start encapsulating all uses of send from a Client from the client side - there are still some around that could be nicely encapsulated inside the ServerAPI.
Then I can move to work on the Messages on the Server side - a bunch of code I know much less, so I think I will move much more carefully...... So any idea/proposal/suggestion is more then welcome. I will review your proposal in the archives. Ciao PaoloB On Tue, Jun 19, 2012 at 1:45 PM, Michael T. Pope <[email protected]> wrote: > On Tue, 19 Jun 2012 12:22:29 PM Paolo Bizzarri wrote: >> please find attached a patch (including new files...) that makes >> ServerAPI a true, client indipendent server API. >> ... >> What do you think? > > Last time you asked about something like this I claimed I was about to work on > DOM-removal and therefore it was better left alone for now. As I have clearly > failed to get to the DOM-removal, you might as well go ahead with this cleanup > now. I am still stuck in TransportMission. > > Cheers, > Mike Pope > > OBTW: One of your recent patches is annoying the Java 7 compiler: > > [javac] > /home/mpope/src/fc/git/src/net/sf/freecol/common/model/Game.java:1249: > warning: NotImplementedException is internal proprietary API and may be > removed in a future release > [javac] throw new NotImplementedException(); > > Probably best to just use something generic, IllegalStateException perhaps? > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Freecol-developers mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/freecol-developers > ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Freecol-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freecol-developers
