Submit Links | Latest Links | Login (want to submit links for DLinks? send a mail to krishnas@javabeat.net)

Best JVM settings for Eclipse

eclipse Comments
  • 0 votes
In my neverending quest to find the best JVM settings for running Eclipse I've been pouring over talks and papers given by Sun engineers and trying different things. Here are the best options that I've found so far for my 2-processor Windows machine running JDK5.0 and Eclipse3.1: ... more »

Guice vs Spring

spring google-guice Comments
  • 0 votes
At the weekend I managed to get some free time away from working on our next release to look at a recent benchmark that compared the performance of Google Guice 1.0 with Spring 2.5. The benchmark referred to in the article as a modified version of Crazy Bob’s “Semi Useless” Benchmark is interesting not in terms of the results but in the analysis of the results and test construction. After reviewing the findings and benchmark code I thought it would be a good idea to instrument particular parts in the code with our Probes resource metering framework to better understand some peculiarities reported and to show how I use JXInsight Probes myself.... more »

How to install FlexBuilder 2 under Eclipse 3.3

eclipse Comments
  • 0 votes
Adobe FlexBuilder is a set of plug-ins built on the Eclipse Platform which offers development tools around the Flex framework. In this short article, Renaud Denis shows you how to install FlesBuilder, and get up and running quickly.... more »

Write REST services

j2me soa xml news Comments
  • 0 votes
This tutorial discusses the concepts of REST and the Atom Publishing Protocol (APP) and shows how they apply to services. It also shows how to use Java technology to implement REST/APP-based services.... more »

Java EE meets Web 2.0

java j2ee ajax Comments
  • 0 votes
Web 2.0 applications developed using standard Java Platform, Enterprise Edition 5 (Java EE)-based approaches face serious performance and scalability problems. The reason is that many principles that underlie the Java EE platform's design especially, the use of synchronous APIs don't apply to the requirements of Web 2.0 solutions. This article explains the disparity between the Java EE and Web 2.0 approaches, explores the benefits of asynchronous designs, and evaluates some solutions for developing asynchronous Web applications with the Java platform.... more »

Installation guide for the Groovy and Gant Toolset

groovy Comments
  • 0 votes
Installation guide for the Groovy and Gant Toolset... more »

Ajax programming with the Java Scripting API

java6 ajax Comments
  • 0 votes
Discover the Java Scripting API and use it to develop a dynamic, Swing-based weather application, in this excerpt from Jeff Friesen's 'Beginning Java SE 6 Platform.'... more »

Seam book examples updated to Seam 2.0.0.GA

seam Comments
  • 0 votes
As a service to my readers, I have updated all examples in my JBoss Seam book to Seam 2.0.0.GA. Go download the zip file here The example applications are fully tested against JBoss AS 4.2.0 GA. NOTE: To build the examples, you now need to download and unzip Seam 2.0.0.GA first, and then set the build.properties file [...]... more »

Closures Prototype Update and Extension Methods

java java7 Comments
  • 0 votes
The Closures for Java prototype now allows a closure to access mutated local variables from an enclosing scope. You can download the prototype here. You can also download the sources for the rewritten parts of Doug Lea's fork-join library, ported to use function types. It is a good example of how APIs can be affected by these language changes. Personally, I find the API simplifications to be quite compelling. If you're on the fence about function types, I recommend you have a look. Any feedback you may have is most welcome!... more »

Spring Framework Maven Artifacts

spring Comments
  • 0 votes
By popular demand, the Spring Framework Maven artifacts are now being uploaded to the Spring Snapshot Maven Repository. You can find details about all of the Spring Portfolio Maven repositories in my previous post but I'll reprint the details for the Spring snapshot repository here.... more »
First Prev 15 16 17 18 19 20 21 22 23 24 25 26 27 28 Next
JavaBeat Home