Tagged Questions
-1
votes
0answers
18 views
Server-Driven Web Development [duplicate]
I came across the heading - "Server-Driven Web Development Considered Harmful" while reading the book Client-Server Web Apps with
JavaScript and Java by OReily. Under this heading a line says,
In ...
0
votes
4answers
712 views
Why isn't Java being used for web multimedia applications? [closed]
I've been focusing on multimedia applications and I've noticed that most applications don't use Java in the back end. Instead, I see solutions with PHP/ROR/Python and Flash/Silverlight without any ...
3
votes
5answers
6k views
Java web application folder structure
As a beginner to J2EE, I have recently started developing my own project from scratch using the Core of J2EE : Servlets & Jsps.
I could not evaluate whether my project folder structure is right ...
0
votes
1answer
5k views
Why use JSP instead of servlets? [closed]
(Rewritten for reopening:)
What are relative advantages of Servlets over JSP, or vice versa?
Might JSP be preferred because it is easy to put code inside JSP, or Servlets because with them code can ...
1
vote
1answer
458 views
Transition from enterprise-level PHP with Zend Framework to more enterprisey Java EE
I've been seriously considering my career progress and would like to know your opinion on the following:
5 years full-time employment as a software developer / web technologies / best practices
MSc ...
1
vote
1answer
626 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
853 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
82 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 ...
0
votes
2answers
97 views
How to gradually improve on an old IBM Host C++ framework
Imagine a C++ framework as a business layer, but with controlling logic as well. E.g. user rights, state of the webflow etc. With some plain C code to access DB2. The whole framework is host based. We ...