May 22, 2007
The Top 10 Open-Source Destinations at the 2007 JavaOne Conference. This year's Conference celebrates the free and open software environment with a new Open Source...
More »
May 22, 2007
Top 10 Destinations for Enterprise Developers at the 2007 JavaOne Conference. Here are 10 must-see destinations and some related recommendations for enterprise developers at...
More »
|
 |
July 2006
July 31, 2006
How do you feel about Java Studio Creator 2? We've added a Rate & Review function to the website so our customers can post public
feedback about what you like about developing applications with the IDE and what could be improved. Rate and review Java Studio Creator here.
More »
July 31, 2006
Blueprints engineer Ed Burns presents a video and screencast demo of each of the
AJAX components available in Java Studio Creator.
More »
July 31, 2006
Support engineer Kishore Mandyam has created a "threadinar" on the forum, stepping through the component catalog, taking a look at related components and showing you what they can do. Follow the threadinar, give Kishore your feedback, and contribute to the knowledge base on the topic of components.
More »
July 29, 2006
Welcome to the Enterprise Java Technologies Tech Tips for July 29, 2006. Here you'll get tips on using enterprise Java technologies and APIs, such as those in Java Platform, Enterprise Edition (Java EE). This issue covers:
Document Handling Using JAX-WS Dispatch and Provider APIs and Using Multiple Databases in a Java Persistence Application
More »
July 28, 2006
The Sun Fire X4500 Server brings together state-of-the-art server and storage technologies in a single box to deliver high-performance I/O. Combining a four-way x64 server with up to 48 disk drives and 24TB of storage, it's being called the best server for Web 2.0, the next wave of the Internet.
More »
July 25, 2006
(See intro for a background and caveats on these coding advice blog entries.)
How do you initialize fields in a constructor? And how do you initialize fields in a JavaBean setter method?
Here's the, in my opinion, correct way to do it:
void setTemperature(int temperature) {
this.temperature = temperature;
}
The same scheme is used in constructors.
...
More »
July 25, 2006
With code examples and a demo application, this article shows how to create desktop Java platform applications that customers can modify and configure using the JavaScript programming language.
More »
July 23, 2006
It's unbelievably hot where I live! 111 degrees Fahrenheit in the shade - that's 44 degrees Celsius. My thermometer said 115 F, and I can believe that since I live in a part of town that is hotter than downtown where the official temperature is taken.
This of course is not conducive to working! Unfortunately, there is nothing good on TV - and I've seen all the movies in the...
More »
July 21, 2006
Learn to configure the Progress Bar for both a determinate and indeterminate use case. This tutorial also shows how to configure the Progress Bar to handle a failed task.
More »
July 21, 2006
July 21, 2006
This article discusses general and data race condition that arise in parallel programming.
While data race condition problems are common and easy to fix, harder to avoid general race problems can also
occur.
A race condition could be the symptom of deeper design problems.
A simple parallel partitioning example illustrates these various race condition issues and how to avoid them.
More »
July 20, 2006
Radhika Gehant has worked as a Java and database developer on various projects at Sun for nine years. Now, as a member of the Java Studio Creator and Java Studio Enterprise support teams, you'll see that Radhika answers many questions in our forums.
More »
July 20, 2006
Subscribe to the Java Studio Creator forum RSS feed and get new forum threads delivered right to your blog reader.
More »
July 20, 2006
The following topics are covered in this issue: Best Practices for Using Service Management Facility (SMF), Workload Generation for an Enterprise Application, Comparing the Java Platform to Microsoft .Net, Auto-Install: Easier Launching of Java Web Start Applications, Become a "Systemhero", Performance Tuning Siebel Software on the Sun Platform, and Blogs on Java SE Administration
More »
July 19, 2006
I'm on vacation; so are my mind and my blog.
More »
July 18, 2006
Mike Riley interviews our Director of Marketing on Sun's new Java developer tools. In this segment, Dan discusses Sun's Project Matisse and its group layout function, then lists some compelling features in Java Enterprise Systems and Java Studio Enterprise to entice Eclipse users to migrate to Sun tools.
More »
July 18, 2006
In this segment, Dan speaks about enhancement to the Java IDEs, revealing a plan to set a pattern for AJAX, details the AJAX-enabled JavaServer Faces components in the latest Java Studio Creator 2 release, and addresses interoperability. The interview concludes with an overview of Sun's future visions for IDE.
More »
July 17, 2006
(See intro for a background and caveats on these coding advice blog entries.)
The most important code style rule is that when you modify somebody else's code, you preserve the coding style in that file. Even when it hurts. The only thing worse than an "incorrectly" styled source file is an inconsistently styled one!
One of my coworkers writes Java code in a very C-inspired way....
More »
July 17, 2006
Mark Basler's blog entry Update
to Java BluePrints summarizes the new samples in AJAX, Java Persistence and JavaServer Faces, and he includes links and descriptions to all the components. The BluePrints Catalog web site has also been updated; there is now an entry page to the AJAX and Java EE Solutions and one for Java Persistence API.
More »
July 17, 2006
Read Greg's blog to find out how to use the XmlHttpProxy (a Java-based cross-domain proxy) to integrate content from services like Flickr, Yahoo, and RSS feeds into your AJAX clients to create mashups.
More »
July 16, 2006
Alexis showed a nice mashup
at JavaDay in Versailles. Last week he described the AJAX-based demo; this week he explains how the implementation uses Java Persistence, NetBeans, and Java Studio Creator
to query the, REST-based, GeoEncoding Web Service. Check Alexis' blogs (part
I, part II) for details.
More »
July 12, 2006
Mashup Camp brings together the Internet software mashup community "for a face-to-face collaborative meetup where new relationships are formed, old relationships are nurtured, ideas are shared, mutiple balls are moved forward, and innovation happens in real-time." Sun's Gregory Murray and Jayashri Visvanathan (who work with BluePrints, AJAX, JavaServer Faces, and Java Studio Creator) join the fun.
More »
July 11, 2006
The problem with password entry pads is this:
Gee, do you think my password has any 2's in it? How about 9's?
I've had my digital token card for nearly ten years now. Amazingly, I've never had to change the battery. Anyway, while having token cards is an important part of security,
this Slashdot story shows that even these
schemes are becoming targets for...
More »
July 11, 2006
Sun Microsystems Laboratories' Ron Goldman discusses the importance of open-source software and how to participate successfully in open-source projects.
More »
July 06, 2006
Java looks toward the future with how the server side of the AJAX equation can better work in the AJAX world. For example, take a look at the new Grizzly http engine with Comet technology support to see what's coming up. You can also read Jean-Francios Arcand's blog to see how he's using Comet in Glassfish (Java EE 5).
More »
July 01, 2006
The JavaOne 2006 talks are now available online. Not only do you get the slides - you get the audio, and even a written transcript! All synchronized on auto play. Sit back and enjoy all the talks you missed! Especially those of you who couldn't make it to the conference this year. This resource is available free of charge for anyone - you just need a SDN (Sun Developer Network) login (also...
More »
July 01, 2006
Making Sense of the Java Classes & Tools: Collection Interfaces, What's New in the Java SE 6 Platform Beta 2
More »
July 01, 2006
Search Inside the Music, Sun's Revolutionary New File System, and The Future of Massive Multiplayer Games
More »
|