Tagged Questions

18
votes
8answers
1k views

what is j2ee/jee?

OK stupid question but... I realize that literally it translates to java 2 enterprise edition. What I'm asking is what does this really mean? when a company requires j2ee experience what are they …
13
votes
2answers
354 views

Is anyone using SpringSource tc server as a Tomcat replacement?

It looks like SpringSource has just released a GA version of their tc Server application server. It sounds from their description like it is a drop-in replacement for Apache Tomcat, with better …
13
votes
13answers
1k views

Is Drupal ready for the enterprise?

Is anyone out there using Drupal for large scale, business critical enterprise applications? Does Drupal's lack of database transaction support dissuade potential users? Are there any other …
11
votes
11answers
563 views

Why is Java frequently used for enterprise applications?

Hi! As a Java newbie I'm wondering: of all the languages in the world, why is Java frequently used for enterprise applications? What makes it that way compared to the other languages? Will it continue …
10
votes
7answers
570 views

Fowler’s “Patterns of Enterprise Application Architecture” still relevant?

Hi, I'm thinking of buying Martin Fowler's "Patterns of Enterprise Application Architecture". From what I can see it seems like a great book, it an architectural book with bias towards enterprise …
10
votes
8answers
447 views

Usable JSP/Servlet Hosting

Has anyone found a usable JSP/Servlet hosting provider? Lunarpages offers JSP as an option, but the server they use (Resin 2.1) is poorly implemented, out of date, cantankerous, and is always running …
9
votes
18answers
701 views

Eclipse as an IDE - What do you find missing as a beginner in Java?

I am working on a solution that aims at solving problems that newbie programmers experience when they are "modifying code" while bug fixing / doing change requests, on code in production. Eclipse, as …
8
votes
11answers
215 views

Why do most people say that data services and the database are the most important parts of a system? [closed]

Why do most people say that data services and the database are the most important parts of a system? From what I have seen, it is the front end development: GUI, WEBUI, XAML that is the most …
8
votes
10answers
1k views

What should I learn first, Spring or Hibernate?

Hi guys, I've just started learning Struts and I'm trying to be marketable for a good job as a Java programmer. My next decision would be choosing which to learn next, Spring or Hibernate? Also do …
8
votes
10answers
808 views

Singleton in Java App Server.. How bad of an idea is this?

I am currently working on some older java code that was developed without App Servers in mind. It is basically a bunch of "black box code" with an input interface, and an output interface. …
8
votes
6answers
398 views

JPA tutorials

Let's say that I'm new to JPA, is there a way to get my skills up to speed? Are there any good tutorials?
8
votes
2answers
453 views

Space-based architecture?

One chapter in Pragmatic Programmer recommends looking at a blackboard/space-based architecture + a rules engine as a more flexible alternative to a traditional workflow system. The project I'm …
8
votes
3answers
411 views

Why is J2EE scalable?

I heard from various sources that J2EE is highly scalable, but to me it seems that you could never scale a J2EE application to the level of the google search engine or any other large website. I …
8
votes
22answers
557 views

Get Methods: One vs Many

getEmployeeNameByBatchId(int batchID) getEmployeeNameBySSN(Object SSN) getEmployeeNameByEmailId(String emailID) getEmployeeNameBySalaryAccount(SalaryAccount salaryAccount) or getEmployeeName(int …
7
votes
4answers
348 views

What’s the best approach in auditing a big java/j2ee web application

I have to audit a large web Java/J2ee application that has evolved over several years. It's been written by some other company, not the one I'm working for. In it's current state it has become hard to …

1 2 3 4 5 51 next
15 30 50 per page