What would be the best approach to get message from e.g. a game server into the Basic Game.
I would like to have an event driven model where a controler which receives messages from game server forwards it to the Basic Game engine and vice versa.
Could anyone provide me with hints please-
What darkfrog said in not so many words is that Java Game Networking offers pretty much exactly that. It is a library that you can add to your jMe project. Here is a guide for setting it up in Eclipse. Under the link that darkfrog provided you will find also an extension of the flagrush tutorial series that shows you how to set it all up in your own game. Also there is a forum spefifically for JGN. There are not MANY examples of use for JGN publicly available, but there are some. Check and search also the Network section of jME forums.
great !!! thanks for fast responses. I am on my way