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 »
|
 |
October 2006
October 30, 2006
Add to the NetBeans IDE everything you need to immediately start writing, testing and debugging service-oriented architecture (SOA) applications using XML, BPEL, and Java web services. Design scalable and architecturally sound applications by leveraging the UML modeling capability. (The UML modeling functionality is currently still in Beta and is available for evaluation only from the Beta...
More »
October 30, 2006
Get a head start on developing service-oriented architecture (SOA) applications. Join us for this recorded half-hour webinar to learn how to build composite
applications using BPEL orchestration and XML tooling. With these capabilities,
you can build, edit, and analyze real-world schemas easily.
More »
October 30, 2006
Check out the new Mobility Pack, Profiler Pack, Enterprise Pack, C/C++ Pack (Beta 3), and a technology preview of the Visual Web Pack. NetBeans 5.5 supports the Java EE 5.0 platform, including the Java Persistence, EJB 3 and JAX-WS 2.0 specifications.
More »
October 30, 2006
Q&A with Scott Violet, client architect for the Swing Toolkit Team at Sun Microsystems
More »
October 28, 2006
Welcome to the Enterprise Java Technologies Tech Tips for October 28, 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: The Java Persistence Query Language, EJB 3.0 Interceptors and Tech Tips Survey
More »
October 25, 2006
Showcase your web app by adding the "Powered by" affinity mark to your website. It's a component and you can get it by
auto-updating.
FInd out how to download and import the component in this tutorial.
More »
October 25, 2006
Sean Brydon reminds us of this still very relevant JavaOne talk on how to build a web application on the Java EE 5 platform. Discussed are the design choices and decisions made for the new Java Pet Store 2.0.
More »
October 25, 2006
Have you been working with Java SE 6? Do you like what you've seen? Would you like to help spread the word? We're looking for some good stories about Java SE 6 in the Real World.
More »
October 25, 2006
Sean Brydon reminds us of this still very relevant JavaOne talk on how to build a web application on the Java EE 5 platform. Discussed are the design choices and decisions made for the new Java Pet Store 2.0.
More »
October 24, 2006
Winston Prakash blogs on how to collapse the Table Row Group. Includes a small downloadable project.
More »
October 24, 2006
John Brock blogs on use of the JavaScript property sheet in Java Studio Creator. His example is a simple pull-down list with associated image that changes upon selection.
More »
October 20, 2006
The following topics are covered in this issue: New BigAdmin XPert Session on ZFS, Second Installment of Our Series on ZFS, New Security Certification, Deploying Wikis to Sun Java System Web Server 7.0, Part 1: JSPWiki, Tuning Tool for CoolThreads Technology (CoolTuner), Configuring Solaris Cryptographic Framework and Sun Java System Web Server 7 on Systems With UltraSPARC T1 Processors, and...
More »
October 18, 2006
Read the first in a series of introductory articles about new projects that make developing interactive and dynamic web applications easier.
More »
October 16, 2006
(See intro for a background and caveats on these coding advice blog entries.)
If you've been coding in C, you've probably picked up the habit of initializing all your fields:
char *foo = NULL;
int bar = 0;
This is necessary, because in C, memory can be left uninitialized, so there's no telling what value foo will have before it is assigned something.
...
More »
October 16, 2006
Read the first in a series of introductory articles about new projects that make developing interactive and dynamic web applications easier.
More »
October 15, 2006
After you've dropped a web service method onto a table you may want to change what the table displays. David Botterill blogs on how to find and change the "types" returned.
More »
October 13, 2006
In this free-wheeling QA, Charles Ditzel, Sun partner area architect, discusses helping partners make the transition to Java platform applications. In addition, he also compares the NetBeans IDE and Eclipse.
More »
October 10, 2006
Java Studio Creator is 1 of 6 strategies: Do it Yourself, Use a Client-Side JavaScript Technology Library, Use a Client-Server Framework, Do the Wrap Thing, Go Remote, Go All Java Technology.
More »
October 10, 2006
Choose 1 of 6 strategies: Do it Yourself, Use a Client-Side JavaScript Technology Library, Use a Client-Server Framework, Do the Wrap Thing, Go Remote, Go All Java Technology.
More »
October 10, 2006
No company on earth had more speakers on the inaugural AJAX World speaker faculty than Sun, including Greg Murray, Servlet 2.5 Specification Lead, now the AJAX architect for Sun...
committed to making sure that developers and IT architects are aware how AJAX is agnostic as to what server-side language is being used, be it Java, ColdFusion, PHP, .NET, Perl or whatever.
Read the article
More »
October 10, 2006
There's more than one way to do it with the Java EE 5 SDK and related tools. These hands-on articles detail four approaches by examining a series of NetBeans 5.5 projects based on a single example. The first two articles are available now: Hands-On Java EE and Creating an AJAX-Enabled Bookstore Application, A Do-It-Yourself Approach.
More »
October 10, 2006
No company on earth had more speakers on the inaugural Ajax World speaker faculty than Sun, including Greg Murray Servlet 2.5 Specification Lead, now the Ajax architect for Sun.
committed to making sure that developers and IT architects are aware how Ajax is agnostic as to what server-side language is being used, be it Java, ColdFusion, PHP, .NET, Perl or whatever.
Read the article.
More »
October 06, 2006
Let's dispel some odd rumors of late: Java works great on Vista. But let's not stop there; let's also dive into some of the challenges that Vista presented for us to make Java work well.
More »
October 05, 2006
Deliver feature-rich, cross-browser Internet applications using JavaServer Faces and this one-stop guide.
More »
October 05, 2006
This tutorial describes how to add the power of AJAX to JavaServer Faces components with some help from the DOJO toolkit.
More »
October 05, 2006
CVR's latest blog reviews a number of Web 2.0 Applications running on Sun Java System Web Server.
For the details, check these blogs: Deploying JSPWiki by Sriram (and see the Companion Arcticle);
JAAS Login Configuration for JSPWiki) by Joe; and Running jMaki, by Sabada.
More »
October 04, 2006
How to use DTrace in conjunction with Sun Studio tools to understand, analyze,
and debug software applications.
More »
October 03, 2006
Read our tutorials in Japanese, Chinese, Korean, Spanish, or French. The AJAX Map Viewer tutorial has been recently updated, and there is a new tutorial on Hibernate. Tip: Our international sites are linked on the bottom left of our home page.
More »
October 02, 2006
There are some very good detailed technical explanations of Comet already, but it seems there is some room for a basic discussion of what it is about, what it is good for and how it jives with AJAX.
More »
October 02, 2006
I've been playing around with images in servlets and applets lately ... and discovered some odd artifacts with how browsers treat images.
More »
October 01, 2006
Cool Music Search, NetBeans 101, Cool Stack for Solaris
More »
October 01, 2006
Learn about getting Sun certified and discover the Java technologies
More »
|