Tagged Questions

3
votes
2answers
159 views

Is JSF really ready to deliver high performance web applications?

I have heard a lot of good about JSF but as far as I know people also had lots of serious complains with this technology in the past, not aware of how much the situation has improved. We are ...
1
vote
4answers
60 views

Is it typical for a provider of a web services to also provide client libraries?

My company is building a corporate Java web-app and we are leaning towards using GWT-RPC as the client-server protocol for performance reasons. However, in the future, we will need to provide an API ...
2
votes
0answers
125 views

Building a Java Web Application/Website for 2012, what technologies, guidelines, best practices would you recommend? [closed]

I am interested in high level design, frameworks, platforms and methodologies that people would recommend/suggest (and why?) if starting with a 'blank canvas' today to build a java web app/website for ...
1
vote
3answers
170 views

what are your web application server side layering design rules and the best practices you like to apply?

A web application is often designed to be layered. Typically there would be a Repository (Dao) layer, a Service layer and a Control (web handling) layer. The Control layer uses the Service layer which ...
5
votes
5answers
291 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 ...
3
votes
2answers
162 views

Need to make a stock inventory application

I need to make an application for my dad to keep track of stock trading inventory. He trades shares for himself and for his clients and would like to keep the records, things like buy/sell price of ...
1
vote
1answer
92 views

Is there any benchmark comparing diffentent Lucene implementations?

Lucene is 100% java. Also, it has been implemented in different languages. I think that java, being an interpreted language, is slow, so processing expensive requirements like indexing cannot be a ...
3
votes
3answers
115 views

Testing web applications written in java

How do you test the web applications (both server side and client side code)? The testing method has to work irrespective of the framework used (struts, spring web mvc) etc. I am using Java for the ...
1
vote
1answer
62 views

Good extension name for a war file with source

Is there a name for a Java Webapp's war that includes the source code? We will be using a webserver that accepts Java Web Projects with source code) uploaded into the docroot folder, so ...
2
votes
1answer
72 views

How to lock items when we do check out in commerce applications

I have a specific requirement. Lets say we have 3 items and a user has selected all 3 items to buy. I need to lock the 3 items (meaning the other people who want to buy the same items cannot view it) ...
4
votes
4answers
204 views

Is there a good tutorial on the Java web ecosystem?

Is there a good online overview of or tutorial on how the Java web ecosystem works? I have Thinking in Java, but it's mostly just the language itself (which I understand well enough to get by). When ...
2
votes
4answers
365 views

Which Java web framework do you recommend for intranet webapp (not content website)?

I'm about to start development of small purpose build intranet web application for small software vendor. It will be administration console of the server managing licenses for off-the-shelf software ...
13
votes
4answers
585 views

Explain Model View Controller

My experience with developing dynamic websites is limited mostly to Java servlets. I've used Tomcat to develop various Java servlets, and I wouldn't hesitate to say that I'm reasonably proficient ...
0
votes
1answer
221 views

Technologie Roadmap: Portlet JSR286 vs Widget/Gadget

IBM got me confused (again). For many years IBM have been pushing for Portlet Containers with the JSR 168 and later the JSR 286 Specification. 2008-2009, IBM the Lotus division introduced the ...
1
vote
3answers
107 views

Experiences with WebSphere?

I'm going to be an intern soon at a bank (this is my first software related job) and I was told that I'm going to be working mostly with: Java (I already know SE) WebSphere DB2 I saw this thread ...

1 2
15 30 50 per page