The Source for Java Technology Collaboration
User: Password:
Register | Login help    

Search

Online Books:
java.net on MarkMail:


Joerg Plewe

Joerg Plewe is a (desktop-) Java developer since 2000 and has been in many areas of IT ranging from embedded programming to bioinformatics and games before. Joerg studied physics and used to work with many languages like C/C++, Forth, Lisp, assembly and others in all kinds of environments. He has four kids, enjoys sports such as cycling, underwater-rugby and flying around in light aircrafts - as aviation is his passion. In 2007 he was honored by being chosen as a founding member of the NetBeans Dreamteam.
 

Articles

FlyingGuns is a game as well as a demo for a technology created for distributed simulations that can be found in applications of various fields where data has to be distributed at high rates.

Weblogs

TrackIR is a headtracking device that currently is quite popular amongst gamers, especially in the simulation community.
It consists of a...

Are you doing engineering using Java? Or even science? Than you sometimes might need to calculate how objects move under the impression of forces and torques.
The NetBeans source code editor is not known the be the ultimate one these days. From what I heard and saw, IDEA seems to be #1 in this respect today.
My current project is something with C on Linux. This is no fun, believe me. Especially when you are used to the rich development environment in the Java world.

What do we have on Linux...
Recently I reviewed my blogs access statistics and was quite puzzled why my latest blog about 3D cloud rendering...
Groovy is a cool language and I'd like to use it. But how to?

Whenever I start editing a Groovy script with my...

There are many discussions around: which is the best IDE?
From my current point of view: take any of these and be happy! Really.

I mentioned the lightweight OODB db4o in some...
Many apps require a 'close' icon on a tab of a JTabbedPane. The solutions I've seen so far all require manipulation of the L&F classes which can be considered bad in many respects....
Surprise, surprise! L...
Having JTabbedPanes with many tabs can be awkward concerning keyboard usage.

These days I tend to press F5 in my favorite browser every couple of minutes.

These days I'm fooling around with some database technologies.

There has been an announcement recently that the db4o database has gone...

Guessing what an Ant project does

Typical Ant projects are designed to deliver a single jar as a result.

When talking about architecture, people think in terms like 1,2,3,4...n-tier, J2EE, client/server, thin vs. thick client. The pieces put together are Oracle vs. DB2, BEA vs. JBoss, Struts...