Oh, no you didn't. "you have a volume that is more important then, you need a Java Enterprise server". Sorry I am a little touchy about "Java Enterprise" I just did time  working with "Java Enterprise" specifically J2EE, EJB (Jboss and Weblogic containers mostly). I can tell you from experience with that they are the last thing you want.
There are many "issues" with using "Java Enterprise" with web applications I will list my favorites (But if you google there are so many, many, many more):

  • State replication is something I haven't seen done correctly in the container implementations I have seen. So cross out EJB, stateful sessions beans and messaging.
  • "Java Enterprise" is marketing hype replace Java Enterprise with mainframe and bingo, the empire has no clothes.
  • The enourmous learning curve is not justified by productivity or performance. (Maybe justify better pay)
  • It isn't fun.
If you want more email me directly I have lots of links and plenty of war stories. Python is so much more productive than Java, add on to that TG is super productive you will probably have a prototype built in TG before you even got Hello World working in "Java Enterprise".

Good Luck,
Lateef

P.S. note about distributed:
Framework support for "distributed" is really marketing hype. Make sure you write code that doesn't depend on being run on a single machine. Think processes not threads.

On 4/10/06, pierreth <[EMAIL PROTECTED]> wrote:

Well,

I want to create a website where users can subscribe to read messages
from mailing lists. The goal is to host about as many mailing lists as
possible and enable users to read them and create new ones. I think I
would need my application to be spread across many servers so this why
I want it to be distributed. I want to be able to shut down the server
and still keep my application running. The application should be able
to be transferred to another server without being stop.

I am a Java certified programmer. But I don't have experienced
developing Web applications. As I see things, tools like Turbo Gears
are good for small things but if you have a volume that is more
important then, you need a Java Enterprise server. Am I right? I don't
know so this why I am investigating the question.






--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/turbogears
-~----------~----~----~----~------~----~------~--~---

Reply via email to