Application server

G

GG

Hello.

I have to design multitier database application.
Establishment:
1. In the same time in application will work 60 users.
2. Application use relational database.
3. On the client side it should not use to match resources (only gui
with data presentation)
4. Opensource

Is reasonably in this case use applicaton server ( for example jboss,
GlassFish )?
Mayby I should write my own Corba server ?

thanks in advice

GG
 
J

Jon Martin Solaas

GG said:
Is reasonably in this case use applicaton server ( for example jboss,
GlassFish )?

GlassFish I don't know, JBoss, Geronimo, Jonas etc. would be reasonable.
You could also do fine with just a webcontainer (Tomcat for instance)
and use some nice frameworks like Spring or/and Hibernate.
Mayby I should write my own Corba server ?

Why? If you really need multi-language, multi-platform distributed
support, it'd make sense. Still CORBA doesn't give you anything on the
GUI level. Most opensource java appservers has at least a web-container
for web-gui, like Tomcat, and possibly ejb-container for ejb's as well.

If your gui is Swing, you could use CORBA as middleware and utilize jdbc
with some nice framework to get persistence, and you'd have a full
application stack without using any application server.

If you plan to have a web gui you'd need an application server in some
form anyway, so why not run the entire application stack inside JBOSS.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,679
Members
48,796
Latest member
Greg L.

Latest Threads

Top