architecture « osgi « Java Enterprise Q&A





1. Which SOA architecture is most appropriate for a Java application?    stackoverflow.com

I am currently working on a pretty large Java 6 application where we are looking to split some of our functionality out into a service oriented architecture. It seems that the primary ...

2. any good OSGi remote service references/books/tutorials?    stackoverflow.com

First of all, I would like to know if OSGi remove service has been successfully implemented? I am thinking of a good solution to the very messy system I am currently working ...

3. An OSGi use case - am I right or not?    stackoverflow.com

I am just familiar with OSGi technology - never used but heard of it so many times. I've read several articles "for dummies" but I think I still fail to understand ...

4. Comparable Architectures With OSGi?    stackoverflow.com

I am going to implement a server application that should update client software remotely. Clients mostly use pull mechanism for receiving updated software.
As a beginner I am looking for architectures to ...

5. what is wrong with the current way of developing/packaing/distributing a (large) java (web) application?    stackoverflow.com

There are lots of applications are moving towards osgi. And there are lots of material on the internet talk about benefits of using OSGi. But I fail to see the problems ...

6. Modeling asynchronous game-like environment    stackoverflow.com

The idea is to model an environment for agents. In the most basic case it looks likes this:

  1. System asks the agent for the next action
  2. Agent responds (e.g. "move left!")
  3. System moves the ...