i've posted this question on a couple of other enterprise java forums too. 
maybe someone here can help me out, my apologies if this is not the right 
section to post this question.

I need to develop an application for my company with the following profile:

The application should perform different kind of functions fe stock management, 
sales management, financing functions, organisation managament, etc. So both 
CRUD operations (stock management, client management) as complex business 
operations (fe attaching a sale to a specific client and updating the stock 
accordingly) need to be supported. The application is multi-user and users can 
be in different roles with different access rights (fe global administrator, 
sales administrator, sales user, ...) so authentication and authorization will 
play a role. Off course we don't want corrupt data so i guess transactions will 
come in somewhere too. Last but not least, the app is meant to run inside an 
intranet with a Swing Java GUI program as client.

Can anybody bring in any suggestions what kind of architectural design i could 
use? I'm new to enterprise java and i am kind of lost. I've already read a lot 
about Hibernate, EJBs (the Ed Roman book), EJB3 (the API), J2EE (the 
tutorial),... In any case, we are going to go with open source projects 
(hibernate, jboss ...).

Any suggestions will be greatly appreciated, thanks in advance!


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3895508#3895508

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3895508


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to