Java

  • submit to reddit

The Single Page Interface Manifesto

I have published The Single Page Interface Manifesto. The objective of this manifesto is to promote the progressive disappearance of the use of pages not only...

23 replies - 20159 views - 03/11/10 by Jose Maria Arranz in Articles

The IDE, Reloaded

Here is a very interesting take on the concept of Integrated Development Environment. As opposed to traditional IDE’s, which work at the same level as...

4 replies - 7685 views - 03/11/10 by Cedric Beust in Articles

Java Clojure Interop: Integrating Clojure into Your Java Project

It's easier to wrap an existing piece of Java code in Clojure than it is to do the inverse, but because Clojure is implemented as a Java class library, it's...

0 replies - 8629 views - 03/10/10 by Mitch Pronschinske in Articles

Developing and Deploying Java on Middleware and in the Cloud: Rise of the Virtual Appliance?

From Java EE to Google App Engine to GigaSpaces, the idea of developing against a middleware or "infrastructure" API is well established in the Java...

0 replies - 4260 views - 03/10/10 by Andrew Phillips in Articles

Frank Wierzbicki on Jython and Switching from Sun to Startup

Frank Wierzbicki is the Jython project lead and a lead developer at Sauce Labs.  He's been working on Jython as an open source project since 2004 and using...

1 replies - 5261 views - 03/09/10 by Eric Hagan in Videos

Design Patterns Uncovered: The Visitor Pattern

Today we're going to take a look at the Visitor pattern. Of all of the patterns that I've used so far, Visitor is by far the most powerful and convenient.  ...

20 replies - 47638 views - 03/09/10 by James Sugrue in Articles

Running AppleScript From Java

n my current project, I need to launch an external application and maybe execute some additional commands on this external application. Due to the very...

3 replies - 4088 views - 03/09/10 by Peter Friese in Articles

Implementing Deployit: Technical Considerations

In a recent post, XebiaLabs' CTO Vincent Partington discussed some important organizational topics you will want to address while introducing deployment...

0 replies - 3929 views - 03/09/10 by Andrew Phillips in Articles

Dr. Strangecode. Or: How I Learned to Stop Worrying and Love the Legacy

Someone recently asked me what technologies I would recommend for the next Enterprise Web Project. Like a good little software developer, my initial reaction...

1 replies - 4323 views - 03/09/10 by Daniel Alexiuc in Articles

R.I.P. Felipe Gaúcho: DZone MVB & Tireless Java Advocate

The DZone team was very sad to read the news that Felipe Gaúcho had passed away this weekend. Felipe has been an active member of JavaLobby for many years,...

3 replies - 7930 views - 03/08/10 by James Sugrue in News

How To Kill An OSGi Project - With 10 Questions

OSGi focusses on modularity and it is right now (future may change it) the only viable way to split your application into...

37 replies - 17207 views - 03/08/10 by adam bien in Articles

Numerosity - More Metrics Without Meaning

Common Complaint: "This was the nth time that someone was up in arms that [X] was broken ... PL/SQL that ... has one function that is over 1,500 lines...

3 replies - 4071 views - 03/08/10 by Steven Lott in Articles

Code Template Repository

In my wildest dream I was wondering why wouldn't it be possible to have a code repository that learns on its own from various code done in an organization,...

5 replies - 3784 views - 03/08/10 by Senthil Balakrishnan in Articles

A Not So Technical Introduction to DTrace

Back in Sun, this was one my favorite blog posts. Just reposting it here for what will happen to the Sun blogs, I don;t know. The DTrace community doesn’t...

0 replies - 4111 views - 03/06/10 by Amit Saha in Articles

The Web is my ESB, But It's Slow...

Transaction design seems to be really hard for some people. The transactions they build seem to based on some crazy assumptions. The problem is that...

1 replies - 5813 views - 03/06/10 by Steven Lott in Articles