architecture « ejb « Java Enterprise Q&A





1. How does a java web project architecture look like without EJB3?    stackoverflow.com

A friend and I are building a fairly complex website based on java. (PHP would have been more obvious but we chose for java because the educational aspect of this project ...

2. How can an EJB parallelize a long, CPU intensive process?    stackoverflow.com

The application has a CPU intensive long process that currently runs on one server (an EJB method) serially when the client requests it. It’s theoretically possible (from a conceptual point of view) ...

3. How To (or Even Should I) Get Started With EJB?    stackoverflow.com

A little bit of background first: Last year I started working at a medium-sized auto insurance company -- we're in several states, but we're not as big as GEICO or Progressive or ...

4. Business Logics on the client side    stackoverflow.com

Why do people say that business logics should be implemented on the server side code (e.g. EJB) and not on the client application code? The example that I have in mind ...

5. application Design issues?    stackoverflow.com

I have some confusion regarding "When should we use disributed architecture". I know concept behind the disributed architecture. When we want different component interact with each other then we should use disributed ...

6. Mobile Device Client/Server Architecture    java-forums.org

Hello, I'm a nooby to Java development. I come from a Microsoft background and want to apply my skills to Java Client/Server development for mobile. I have a good understanding of Client/Server development for the Microsoft platforms so I would really appreciate it if someone would help me translate the Microsoft terms to Java terms. Please explain to me what I ...