Tagged Questions
0
votes
6answers
299 views
Looking to build a 2 java applications. should it be web-based application or standalone application?
The first application (web-based) will be located at site1 and once the information is processed, it will be sent to the second application(web-based) located at site2. Application2 needs to be able ...
0
votes
1answer
164 views
EJB Lifecycle and Relation to WARs
I've been reading up on EJBs (3.x) and believe I understand the basics. This question is a "call for confirmation" that I have interpreted the Java EE docs correctly and that I understand these ...
4
votes
2answers
2k views
Heavy use of static methods in a Java EE web application?
Generally I am asking if this is a norm. The application architecture includes spring and the zk framework. I personally can't help but think this introduces a number of problems. I mean...this is a ...
0
votes
1answer
351 views
Best way of Javascript web development in Netbeans (Hot deployment)
I'm beginning Javascript development and as a beginner in JavaScript I make a lot of mistakes. The way I'm developing is very counter-productive because every mistake I fix I have to shutdown ...
2
votes
6answers
413 views
Enterprise scalable vs internet scalable, what is the meaning & differences?
While reading about Java EE applications, somewhere I have seen people saying they're enterprise scalable, I am confused as to what that really mean?
Are Java web applications mainly written & ...
2
votes
1answer
76 views
Collaboratively working with a WebDesigner - Best practices
I'm a programmer. I have always worked by myself.
I usually do only back-end, but now I have a webproject that I want to hand the "View" part to a designer to make
it beautiful.
What I'm looking for ...
5
votes
5answers
4k views
How to learn Java web application development?
I’m planning on making a Java web application using Amazon Web Services Elastic Beanstalk. AWS Elastic Beanstalk basically provides PaaS on top of AWS’s cloud computing resources.
The problem I’m ...