[jboss-user] [Beginner's Corner] - Re: Using JBoss as back-end for remote thick client?

Peter Johnson do-not-reply at jboss.com
Fri Feb 10 12:56:53 EST 2012


Peter Johnson [https://community.jboss.org/people/peterj] created the discussion

"Re: Using JBoss as back-end for remote thick client?"

To view the discussion, visit: https://community.jboss.org/message/715922#715922

--------------------------------------------------------------
Unfortunately, if this is you first Java EE project, you will probably do it incorrectly and make a lot of mistakes. Many of those mistakes will be performance related, some will be maintaibalility and extensibility related. You usually need to try out a few sample projects to familiarize yourself with the technology, then try a few additional projects that focus in on the kinds of things you are doing, before you can really tackle your project. But of course that advice applies to anything new that you are accustomed too (ie, it is not specific to Java EE).

The question in my mind is what is the issue with the way you are doing it? And what capabilities or benefits do you think you will gain by placing an application server between the client apps and the database? With JDBC, you are essentially letting the database act as a server. And databases are very good at managing multiple clients and keeping their updates and queries straight.
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/715922#715922]

Start a new discussion in Beginner's Corner at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20120210/6df60d71/attachment.html 


More information about the jboss-user mailing list