javaEE application layout
Posted
by arthurdent510
on Stack Overflow
See other posts from Stack Overflow
or by arthurdent510
Published on 2009-02-12T16:18:12Z
Indexed on
2010/04/06
0:03 UTC
Read the original article
Hit count: 499
java-ee
|architecture
I've been tasked with writing a new webapp in javaEE, which will be a first for me. I'm familar with the java language, but all of my previous projects have been in .net. So I've downloaded netbeans and I'll probably be using Hibernate, and started digging in. My question is, what's the best way to lay out a javaEE app? Should all data access go through netbeans? I was told to use webservices as much as possible so it's easy to pull data in and out of the system, and I've read through tutorials that create webservices in a seperate web application, as compared to the javaEE enterprise application. Is that really the way it's supposed to work? Just trying to wrap my head around this as compared to what I'm used to in .net. Thanks!
© Stack Overflow or respective owner