Feed aggregator

Sticky Lookup

Java DZone - Sun, 05/09/2010 - 04:31

Ernest Lotter introduces a new Lookup for the NetBeans Platform.

Categories: Java

How to Set Line Wrap in NetBeans IDE 6.10 M1

Java DZone - Sun, 05/09/2010 - 03:21

Line wrap in Milestone 1 of NetBeans IDE 6.10.

Categories: Java

JBehave 3.0 (Behavior-Driven Development) now available!

Java DZone - Sat, 04/09/2010 - 19:23

Just a few days ago JBehave released version 3.0 but what is JBehave and Behaviour-Driven Development? Learn and share your Java knowledge, go to www.JTraining.com.

Categories: Java

Context Matters When Discussing Frameworks

Java DZone - Sat, 04/09/2010 - 13:31

As if web framework religious discussions weren’t annoying enough, one thing that I always think is missing from such debates is context regarding the type of application being developed. It’s like discussing the best mode of personal travel without taking the type and size of journey into account. There’s a reason why you walk to the mailbox and drive to the store. You can drive to the mailbox but it will incur costs greater than the benefits. Similarly, you can walk to the store as long as it isn’t too far, you have the time to do so and you aren’t buying much.

Categories: Java

Getting started with compojure

Java DZone - Sat, 04/09/2010 - 12:58

Short tutorial on how to get started writing a web application using clojure and compojure.

Categories: Java

Proper use of Strings in Java

Java DZone - Sat, 04/09/2010 - 06:33

Discover when and when not to use Strings in Java. This article describes in an easy way a common pitfall when working with Strings in ordinary java applications.

Categories: Java

Using groovyc To Compile Groovy Scripts

Java DZone - Sat, 04/09/2010 - 04:30

For most Groovy scripts I use, I simply run the script from its Groovy source code as-is and allow the compilation to take place implicitly.  However, it can be helpful at times to use groovyc to compile Groovy code into .class files and then execute those .class files via the normal Java launcher (java).  The groovyc compiler is also a necessity when mixing Groovy and Java code in the same compilation step.

Categories: Java

WebORB for Java v.4.0 is Here!

Java DZone - Sat, 04/09/2010 - 03:52

The wait is finally over! You can now download WebORB for Java 4.0. Just as we did with WebORB for .NET 4.0, we’ve added many new developer productivity tools and feature enhancements to ease the process of developing and integrating online applications. We’ve also fixed a number of reported bugs and are now working to update the documentation. We’re very excited for you to give the new release a try and let us know what you think. Some of the major new and enhanced features include:

Categories: Java

Breaking news... Progress and Savvion steal candy from a baby!!!

Java DZone - Sat, 04/09/2010 - 03:41

So by now you've probably already read: Progress Buy a Bridge in Brooklyn (Savvion BRMS) and make Del Boy Trotter Proud Breaking news... Have your vote on what the Drools community should do with it's 30% of the Savvion $49mill Sale And are thinking, this guy is a fruit cake.... Anyway bear with me as they were just tongue in cheek bits of fun. Sure, not so fun for Progress, who are gonna have customers reading this noise and thinking "WTF?", but then that was the point :)

Categories: Java

Springing into Tcat

Java DZone - Sat, 04/09/2010 - 01:29

In this post, we look at two scenarios where deploying on Tcat can help you to go further with your Spring web applications. For this, we will leverage Tcat’s configuration profile mechanism that, among other things, allows an orderly deployment of files anywhere within a Tomcat’s directory hierarchy.

Categories: Java

What has Maven ever done for us?

Java DZone - Sat, 04/09/2010 - 00:58

What has Maven ever done for us?!

Categories: Java

Contribute a Screencast to Win Free Passes to Jax London or DevCon London!

Java DZone - Fri, 03/09/2010 - 23:56

Take part in building content for the definitive resource for videos on JetBrains products and development best practices, JetBrains TV. By doing so you will have the opportunity to win free passes to two premier developer events taking place in London, UK.

Categories: Java

A ThreadLocal Memory Leak

Java DZone - Fri, 03/09/2010 - 20:36

I’ve seen a lot of MemoryLeaks caused by wrong usage patterns of ThreadLocal variables. As I had this problem in one of our own applications, I want to blog about this case.

Categories: Java

Google Data Java Client API - Java Tutorial

Java DZone - Fri, 03/09/2010 - 20:17

The Google Data Protocol is an Application Programming Interface released by Google Inc. This API creates an interface which gives a developer tools to search and interact with many of the different services provided by google. (Google Docs, Google Calender, Youtube etc...)The Google Data(GData) API has a library for many different languages; this tutorial covers the Java Client. In this tutorial I will cover installation of the GData Java client eclipse plug-in, a brief overview of many of the APIs and finally an example using the Code Search library.

Categories: Java

NetBeans 6.10 M1: Initial Impressions

Java DZone - Fri, 03/09/2010 - 19:11

So far, NetBeans IDE 6.10, Milestone 1, is quite impressive IMO.

Categories: Java

Setting Up Android Development Environment Using Eclipse

Java DZone - Fri, 03/09/2010 - 18:53

Setting Up Android Development Environment Using Eclipse

Categories: Java

Nice and Naughty Transactions in Hibernate and Spring

Java DZone - Fri, 03/09/2010 - 12:07

I came across a very interesting fact about Spring transaction management.

Categories: Java

Progress Buy a Bridge in Brooklyn (Savvion BRMS) and make Del Boy Trotter Proud

Java DZone - Fri, 03/09/2010 - 11:19

Earlier this year someone packaged up the open source Drools BRMS and added one of the more uninspiring industry BPM products and sold it to Progress for $49 million, who are calling it Savvion BRMS, otherwise known as "A Bridge in Brooklyn".

Categories: Java

How to use JMS for Synchronous Communication

Java DZone - Fri, 03/09/2010 - 07:46

A Simple Example to Explain how to use JMS for syn communications.

Categories: Java

7 Things About Java 7 (Video)

Java DZone - Fri, 03/09/2010 - 07:35

In this video, Ben Evans gives a talk on java 7. This presentation carries information about what to expect in the furture java sdk release which has been tag java 7.

Categories: Java
Syndicate content