Webcam Chat QuickBooks Advice international calling cards international phone cards
JavaBeat Java Books Certifications Certifications Kits Articles Tutorials Tips QNA Book Store Interview Questions SCJP 1.5 SCJP 1.6 SCWCD 5.0 SCBCD 5.0 SCEA SCJA Feeds
Submit Links | Latest Links | Login (want to submit links for DLinks? send a mail to krishnas@javabeat.net)

In pursuit of code quality: Unit testing Ajax applications

java Comments
  • 1 votes
You might get a thrill out of writing Ajax applications, but unit testing them is surely painful. In this article, Andrew Glover takes on the downside of Ajax (one of them, anyway), which is the inherent challenge of unit testing asynchronous Web applications. Fortunately, he finds it easier than expected to tame this particular code quality dragon, with the help of the Google Web Toolkit.... more »

EL vs Dependency Injection

java Comments
  • 1 votes
One of the many useful utilities in Java EE is dependency injection - particularly for obtaining an EntityManager for your persistent classes. However, if your preference is still for the plain old Servlet stack with JPA, JSF and EL dropped in as jar files, that means no dependency injection for you! ... Or is there a better way?... more »

In-memory JDBC Driver Details

java Comments
  • 1 votes
Use the code in this tip to find out how many drivers are in memory, along with other, useful driver information.... more »

Meet Jena, a Semantic Web Platform for Java

java Comments
  • 1 votes
Tools for developing semantically aware applications are rapidly growing more Java friendly. Take a closer look at Jena, an open source toolkit for processing and working with semantic web data.... more »

Ajax for Java developers: Write scalable Comet applications with Jetty and Direct Web Remoting

java Comments
  • 1 votes
Ajax applications driven by asynchronous server-side events can be tricky to implement and difficult to scale. Returning to his popular series, Philip McCarthy shows an effective approach: The Comet pattern allows you to push data to clients, and Jetty 6's Continuations API lets your Comet application scale to a large number of clients. You can conveniently take advantage of both Comet and Continuations with the Reverse Ajax technology in Direct Web Remoting (DWR) 2.... more »

Removing Language Features?

java Comments
  • 1 votes
As a language grows by the addition of features, it necessarily gets more complex. After all, you can't remove existing language features because existing programs use those features, but each additional feature adds complexity. Right?... more »

Constructor Type Inference

java Comments
  • 1 votes
One of the ideas for improving the Java Programming Language is "type inference" on variable declarations. The idea is to simplify a pattern of code that now appears in programs due to generics:... more »
First Prev 17
 

JavaBeat Website (2004-2011), India
javabeat | advertise | about us | contact | useful resources
Copyright (2004 - 2011), JavaBeat


Technology Blogs
Technology blogs Technology Blogs
blog log