Client-side

  • submit to reddit

A Different Road To Springness: SpringSource Acquires G2One

[img_assist|nid=5905|title=|desc=|link=none|align=right|width=86|height=100][img_assist|nid=5906|title=|desc=|link=none|align=right|width=71|height=100]Today,...

5 replies - 8376 views - 11/11/08 by James Sugrue in Articles

Smaller Java

In my previous post I talked about how to reduce the size of your Java binaries without sacrificing functionality. Using Proguard to strip out unused and...

5 replies - 6801 views - 11/11/08 by Dan Dyer in Articles

The Swing Sacrifice

As someone who works primarily on desktop application development, I was disappointed to read Kirill's blog today, where he discusses how JavaFX is taking...

28 replies - 9556 views - 11/06/08 by James Sugrue in News

"Simple" JSF 2.0 Component vs. Tapestry

I just saw an amusing example of JSF 2.0 on Jim Driscoll's blog. He's creating a simple output-only component to display some text in yellow, using an inline...

12 replies - 16862 views - 11/03/08 by Howard Lewis Ship in Articles

In Defense of JSR310

I just ran across this ridiculous assessment of JSR 310 and had to comment. I tried to comment on the blog but it was flagged as spam. My response:I agree that...

3 replies - 4922 views - 11/03/08 by Alex Miller in Articles

Java Media Player - Final Chapter?

As those who have been following my blog know, I have dug down deep into the coding of the GUI. I started there since I deemed that to be the most risky part...

10 replies - 6934 views - 11/03/08 by Mikael Grev in Articles

Can the Java Plug-in Compete?

Why hasn't Java become the dominant technology in RIA development?I'm not the first person to ask this question, nor will I be the last. It is unbelievable to...

25 replies - 10826 views - 10/29/08 by Marvin Warble in Articles

Configure Spring to Automatically Re-connect to Your EJBs

If you have a service that is a client of a remote EJB, you may have run into the situation where the EJB server shuts down and restarts. When this happens...

1 replies - 7450 views - 10/28/08 by Mike Desjardins in Tips and Tricks

Some More JSR 203 Examples

My examples for JSR 203 were focused on the basics but I was really just skimming the surface of a pretty large set of classes. I’ve had some follow up...

0 replies - 7118 views - 10/28/08 by Alex Miller in Articles

Some JSR 203 Examples

I’ve been preparing for some upcoming Java SE 7 Preview presentations I’m doing on the No Fluff tour in Reston, VA and Chicago, IL. I worked up some JSR...

8 replies - 21596 views - 10/23/08 by Alex Miller in Articles

Want Closures in Java 7? Vote!

Although Sun Bug Database is somewhat unpopular it is at least one way to influence the future of Java. I have read many articles on the web where developers...

68 replies - 11162 views - 10/23/08 by Tim Lebedkov in News

Dependency Injection Myth: Reference Passing

After reading the article on Singletons (the design anti-pattern) and how they are really global variables and dependency injection suggestion to simply pass...

0 replies - 7582 views - 10/22/08 by Misko Hevery in Articles

JSF 2.0 New Feature Preview Series (Part 5) EDR1 Potpourri

This seventh entry in the JSF 2.0 New Feature Preview Series wraps up the content included in EDR1 (yes, I know I'm a bit behind). The last entry covered...

1 replies - 6083 views - 10/21/08 by Ryan Lubke in News

Enabling the Hover-Over-Help Feature Using JSP Custom Tags

This article introduces a presentation-tier JEE framework designed to enable the hover-over-help feature without hard coding JavaScript modules in the JSPs in...

3 replies - 24121 views - 10/21/08 by Ming Yuan in Articles

Interview: Lieven Doclo, Spring RCP Project Lead

Spring RCP, a Swing application framework full of the promise of Spring and famous for its project's stops and starts—occasionally rising from its own ashes,...

4 replies - 5458 views - 10/20/08 by Geertjan Wielenga in News