The Source for Java Technology Collaboration
User: Password:



View Archives: Homepage | Projects & Communities | Also Today | Spotlights | Success Stories | Articles | Weblogs

Weblogs


Most Recent | Topic | Community | Webloggers | Top Weblogs | James Gosling   
Monthly Archives:    
August 22 2005

World Seems to Come and Go: I18N, L10N, and T9N. Also:
Spotlight: Open Language Tools
Weblogs: LGPL, desktop startup performance, and Open Media Commons
Also in Java Today: Java Data Objects and bytecode manipulation
Projects and Communities: JXTA Kitchen and Jini meets JMX
Forum Postings: Mustang RowSorter design and fast NIO http connections
Posted by invalidname at (06:09 PDT) | Permalink | Discuss (0)  

August 21 2005

How long is your String?: Yes, it's a trick question, but it's one you should consider seriously: How long is your String?
Posted by joconner at (23:04 PDT) | Permalink | Discuss (4)  

Open Media Commons turns the tables on DRM: When Jonathan Schwartz talked about the "Age Of Participation" back during Java One 2005, he wasn't kidding. Now it seems that Java sits squarely in the middle and has it's sights set on Digital Rights Management with the announcement of the Open Media Commons initiative.
Posted by jbob at (22:24 PDT) | Permalink | Discuss (0)  

Does Java need friends?: The access modifiers currently supported in Java allows granting access to members within a class to members within the same class, members within the sub-classes, classes belonging to the same package and all the other classes through the private, protected, package and public visibility modifiers. However, in certain scenarios you may want to have more flexible visibility mechanisms.
Posted by meeraj at (04:20 PDT) | Permalink | Discuss (7)  

August 19 2005

Sun's inconsistent attitude towards the LGPL:
Posted by richunger at (10:59 PDT) | Permalink | Discuss (6)  

Persistent Questions: How do you persist your app preferences? In our search to tune startup performance, it would be helpful to know what developers need us to optimize.
Posted by chet at (08:29 PDT) | Permalink | Discuss (30)  

Is Simon Phipps' mailbox full?: "If you think Sun is doing something that is clueless, you can e-mail ombudsman@sun.com and have an impartial individual look at your complaint or comment and, where possible, act on it"
Posted by johnreynolds at (06:31 PDT) | Permalink | Discuss (1)  

Look Back in Anger: Take count, literally, of your Java efforts. Also:
java.net Poll: How many lines of Java code have you ever written?
Weblogs: Portlets with JSC, Amazon web services with NetBeans, and lyrics!
Also in Java Today: Testers vs. programmers and monitoring without JMX
Projects and Communities: Hints for successful projects and compiling Mustang javac
Forum postings: JAXB design thinking and "string" as a primitive?
Posted by invalidname at (06:29 PDT) | Permalink | Discuss (2)  

Online demo: Quick' n Easy Portlets using the Sun Java Studio Creator 2: Using creator for portlets; JSR 168 & Tapestry
Posted by navaneeth at (01:53 PDT) | Permalink | Discuss (1)  

August 18 2005

Introducing JAXB2 reflection project: When you are working with JAXB-bound classes, it's sometimes convenient to be able to parse those JAXB annotations by yourself. For example, some people are interested in implementing a subset of XPath engine on top of JAXB beans. When doing this kind of stuff, you'd like to know answers for questions like "does this class have a property that maps to attribute name?" or "what's the element name of this class?" JAXB2 reflection library is exactly this kind of library.
Posted by kohsuke at (17:00 PDT) | Permalink | Discuss (0)  

Backstreet boyz "404 File not found" lyrics: After their first single on FTP, appropriately titled "Incomplete", the boy-band is planning their next single. Here is preview of the lyrics.
Posted by kirillcool at (08:57 PDT) | Permalink | Discuss (0)  

New Killer Star: Make or break time for EJB? Also:
Feature Article: What's New in EJB 3.0
Weblogs: Finalizer best practices, JAXB unmarshalling, and more open source quality processes
Also in Java Today: JBI and JMF
Projects and Communities: Embedded Java controllers and NetBeans Profiler
Forum Postings: RowSorter design and "Nullable Types"
Posted by invalidname at (07:56 PDT) | Permalink | Discuss (0)  

Amazon Web Services meets the Amazon Rain Forest: Use this tutorial to see how easy it is to run the Amazon web services Java sample project from within NetBeans. Or, join us in person at one of our world tour locations to see it live for yourself.
Posted by bleonard at (07:30 PDT) | Permalink | Discuss (0)  

August 17 2005

WS-Addressing Core and SOAP Binding in Candidate Recommendation: WS-Addressing Core and SOAP Binding are now in Candidate Recommendation.
Posted by arungupta at (11:42 PDT) | Permalink | Discuss (0)  

Changes: Do we need an isolation layer for unit tests? Also:
Also in Java Today: TestNG migration and iBatis DAO
Weblogs: JAXB ID/IDREF, Folksonomy and AJAX FUD, and remembering C# hype
Projects and Communities: Jini webinar next week and thereallm
Forum postings: GlassFish feature set and Java maximum memory
Posted by invalidname at (06:02 PDT) | Permalink | Discuss (1)  

Finally, a Good Use for Finalizers: Tom describes a way finalizer methods can be used to warn of bad code usage.
Posted by tball at (03:46 PDT) | Permalink | Discuss (7)  

Migrating to J2SE 5.0: Looking for a reason to migrate to J2SE 5.0...look no further than these articles to provide all the reason you'll ever need.
Posted by joconner at (00:22 PDT) | Permalink | Discuss (2)  

August 16 2005

Unmarshaller performance improvements in JAXB RI 2.0: I recently rewrote the JAXB 2.0 unmarshaller in an attempt to get a better performance.
Posted by kohsuke at (21:49 PDT) | Permalink | Discuss (5)  

More looking at open source quality processes:
Posted by robogeek at (21:31 PDT) | Permalink | Discuss (3)  

C# could be major: C# could be major, Microsoft C# gets an A. These were the headlines 5 years ago, what happened?
Posted by calvinaustin at (08:10 PDT) | Permalink | Discuss (14)  

Space Oddity: Retrieving and manipulating NASA imagery... also:
Feature Article : Earth Animations for Education from NASA
Weblogs: NetBeans Profiler, showing licenses, and don't fear "Not Invented Here"?
Also in Java today: Introducing JDIC andusing AJAX to spy on you
Projects and Communities: XML Config Reader and portlet updates
Forum postings: Java EE performance and Mobicents collaboration
Posted by invalidname at (06:18 PDT) | Permalink | Discuss (0)  

How to use "undocumented secret" Swing properties: So, how really undocumented are those "undocumented" Swing properties that we keep hearing about?
Posted by kirillcool at (03:59 PDT) | Permalink | Discuss (13)  

Folksonomy, Ajax FUD and crazy elevator hacks: Folksonomy, Ajax FUD and crazy elevator hacks
Posted by navaneeth at (01:01 PDT) | Permalink | Discuss (2)  

August 15 2005

Pluggable ID/IDREF handling in JAXB 2.0: It's often convenient to be able to define a sophisticated reference integrity mechanism that goes beyond ID/IDREF. Jeremy Haile, one of the JAXB users, convinced me that we should do this in the RI. While it took me a month to get back to this, I was finally able to implement it. That's what I'm going to talk about today.
Posted by kohsuke at (16:44 PDT) | Permalink | Discuss (0)  

Most Popular ACM Course:

I still remember teaching courses in Java at the San Francisco campus of the University of California, Berkeley (Extension) in 1996 and 1997.

Today, Java courses continue with their popularity.


Posted by mortazavi at (15:29 PDT) | Permalink | Discuss (0)  

Not Invented Here?: "Not Invented Here", a clever phrase often used as a pejorative to indicate that somebody (usually due to ego?) would rather reinvent the wheel and write their own implementation than leverage an existing (and by implication, better) implementation. In this entry I try to shed some light on real technical reasons why "rolling your own" may be better than relying on somebody else's implementation.
Posted by rbair at (11:44 PDT) | Permalink | Discuss (8)  

Under Pressure: Focusing on Java performance... also:
Forum postings: Performance discussion and TWAIN
Weblogs: SwingLabs, OSS quality, and web framework wheel re-invention
Also in Java Today: More Swing Hacks and AJAX
Spotlight: Cajo
Projects and Communities:TilePile and Intel Mac JNI
Posted by invalidname at (06:27 PDT) | Permalink | Discuss (0)  

You have to know everything to understand anything: Have you ever felt like you had to know everything in order to understand anything? My recent exploration of blogger client APIs has reminded me how much background context one must have to understand most API specifications.
Posted by joconner at (01:39 PDT) | Permalink | Discuss (0)  

August 14 2005

Profiler Milestone 8 Now Available: The latest milestone build of the NetBeans Profiler is now available. It has some important enhancements.
Posted by gsporar at (12:18 PDT) | Permalink | Discuss (6)  


 XML java.net RSS