sort by date

index

TheServerSide.com
developerWorks (IBM)
Javalobby
java.net
DevX.com
onJava.com
Focus On Java
java.sun.com

sitios en español

TheServerSide.com
Copyright 2000-2006 TheServerSide
“Father of Java” James Gosling to keynote at TSSJS 2010
Tracie Berardi02/08/2010 at 11:19:44
This is the first opportunity youll have to hear Mr. Goslings unique perspective, including everything from JavaFX, Glassfish, Java EE 6, devices on the edge, realtime systems and dynamic languages on the JVM everything that contributes to the potent mix that characterizes Java today.


 TOP
Milton 1.5.1 released
brad mcevoy02/05/2010 at 10:45:28
Milton is a server side library for implementing WEBDAV servers. It can be used in transactional business applications, content management systems and so on. This release has improved custom property support, Quota support, Digest authentication and improved pluggability and extensibility.


 TOP
Jclouds beta includes compute and storage cloud portability
Adrian Cole02/05/2010 at 10:41:27
Latest release of jclouds includes new BlobStore and Compute APIs and over a dozen cloud services to choose from.


 TOP
BugTracker with Twitter Connector and Ajax Workflow Editor
Andreas Herz02/05/2010 at 09:59:31
The verside.org online workbench (developed in the Open-jACOB project) provides a framework for designing custom web applications with the build in Ajax workflow editor and twitter connector.


 TOP
Oracle's Bold Plans for Java Bode Well
J S02/04/2010 at 08:51:33
Fatal Exception's Neil McAllister suggests that any doubts regarding Oracle's stewardship of Java have been dispelled now that Ellison and company have made it clear that they are very interested in making Java an even stronger alternative to .Net.


 TOP
Facebook Releases HipHop JIT
Eugene Ciurana02/03/2010 at 06:47:53
Facebook announced the HipHop for PHP runtime environment. HipHop provides JIT capabilities to PHP that supercede the traditional PHP runtime and provide better page rendering performance with lower CPU usage. HipHop helps to provide massive PHP scalability and optimal interfacing with Java, Python, and C++ back-ends.


 TOP
developerWorks (IBM)
Copyright 2004 IBM Corporation.
Develop a Java application that uses pureQuery annotated methods, Part 3: Gather performance data and bind the SQL
This three-part demo series introduces you to some of the features in Optim Development Studio available to develop a Java application that uses pureQuery annotated methods. The demo series uses the GSDB sample database, which is the sales database for a fictional company called Great Outdoors. In this demo, learn how to gather SQL performance data, view it in the SQL Outline, and bind the SQL for static execution.
 TOP
Introduction to the eSWT mobile extension, Part 3: Use advanced dialogs and device-related features for mobile applications
As mobile platforms become increasingly sophisticated, the demand for mobile computing will increase. In this "Introduction to the eSWT mobile extension series, learn about the embedded Standard Widget Toolkit (eSWT). You can use eSWT to develop native-looking Java applications for a variety of mobile phones. In this article, learn how to use more of the mobile controls: MultiPageDialog, QueryDialog, TimedMessageBox, MobileDevice, Screen, and Input.
 TOP
Develop a Java application that uses pureQuery annotated methods, Part 2: Modify and test the interface
This three-part demo series introduces you to some of the features in Optim Development Studio available to develop a Java application that uses pureQuery annotated methods. The demo series uses the GSDB sample database, which is the sales database for a fictional company called Great Outdoors. In this second demo, learn how to modify the generated interface, test it, and use the SQL Outline to navigate between the Java source code and SQL.
 TOP
Compare JavaScript frameworks
Modern Web sites and Web applications tend to rely quite heavily on client-side JavaScript to provide rich interactivity, particularly through the advent of asynchronous HTTP requests that do not require page refreshes to return data or responses from a server-side script or database system. In this article, you will discover how JavaScript frameworks make it easier and faster to create highly interactive and responsive Web sites and Web applications.
 TOP
Javalobby
Kenai Will Live on in Java.net
mitchp02/08/2010 at 07:40:51
Two weeks ago Oracle announced that it would be shutting down Project Kenai for public use and moving it inside the company for continued internal use.  Oracle said that the project was not achieving the expected usage levels, but they also said that they would look for other avenues to advance the project and possibly re-open it to the public if it could be improved.  It appears the plan has...
 TOP
Adam Lehman on the "ColdFusion Renaissance"
nbharti7802/08/2010 at 07:31:43
In this interview, recorded at CFinNC 2009, Dan Wilson speaks with ColdFusion Product Manager Adam Lehman on the rebirth of the ColdFusion platform. Evolving from its early days as a C++ product, to becoming a fully Java-based implementation for the enterprise, ColdFusion today commands a growing community of 800,000 developers. List...
 TOP
Spring WebFlow Refcard: Meet The Author
jsugrue02/08/2010 at 00:34:33
This weeks Refcard, written by Craig Walls, covers the Spring WebFlow framework. I spoke with Craig to find out more about Spring WebFlow, it's relationship to Spring and how to get started using WebFlow. James Sugrue
 TOP
Integrating GraniteDS and BlazeDS with a Spring WebMVC Application
ed10236102/08/2010 at 00:21:31
Both GraniteDS and BlazeDS provide support for remote calls and messaging using Adobe's AMF protocol. However, when it comes to integrating them with a Spring application that already uses Spring's DispatchServlet, the projects start to show some differences. James Sugrue
 TOP
DevX.com
Copyright 2008 DevX
Make Your WPF Applications Adapt to the Host Machine
Srinath MS12/11/2009 at 16:42:30
Use WPF's ability to recognize and adapt to the graphics capabilities of its host machine to improve your application's performance.
 TOP
Servlet 3.0: A Sneak Preview
Mahalakshmi K11/10/2009 at 17:32:34
Find out which features in the upcoming Servlet 3.0 specification will affect a major change in the way developers build Java web applications.
 TOP
POJO-Based Solutions for LDAP Access: One Good, One Better
Walter Jia11/03/2009 at 18:31:13
Find out how to employ dependency injection, annotation, and aspect-oriented programming to enable POJO-based application development.
 TOP
Static Class Values Are Valid Even Without a Main Method
Mannu Saini10/26/2009 at 15:09:27
This example shows how a static block can work even without a main method.
 TOP
onJava.com
Copyright O'Reilly Media, Inc.
Java: The Good Parts: Rough Cuts Version
O'Reilly Media, Inc.01/05/2010 at 15:30:24
In this book, one of the most highly respected developers in the Java world peels away 15 years of additions and changes to reveal the very best parts of Java, and shows you how those parts alone will help you build better applications. You may not like some of the features this book reveals, but you'll actually write better code with them. Java: The Good Parts is essential for every Java developer, from beginners to advanced programmers.
 TOP
Domain-Driven Design Using Naked Objects
Dan Haywood12/17/2009 at 11:31:27
Domain-driven design (DDD) focuses on what matters in enterprise applications: the core business domain. But applying the DDD principles can be easier said than done. Enter Naked Objects: an open-source Java framework that lets you build working applications simply by writing the core domain classes while Naked Objects takes care of the rest of the application infrastructure for you. This book shows how you can rapidly develop and test domain applications, and then deploy to either conventional architectures or onto Naked Objects itself. Get ready to write some of the best business software of your career.
 TOP
Vale JCP? - Scala and Java:
Rick Jelliffe11/25/2009 at 21:40:21
From ERH's Cafe au Lait: So apparently Sun has decided to add closures to Java 7. They will, of course, not remove anything to make room, so Java just gets bigger and bulkier. They will also give us a half-hearted...
 TOP
Focus On Java
JavaFX 1.2.3 SDK Released
02/08/2010 at 11:04:28

The latest version of the JavaFX SDK is out and available from the usual JavaFX.com downloads page. Looking at the release notes it's a bug fix release with a couple of tweaks for performance that include:

  • Smaller JavaFX runtime download
  • Faster startup times for JavaFX applications
  • Improved reliability of JavaFX applications in Safari and Firefox on the Mac OS X
  • Improved error handling

JavaFX 1.2.3 SDK Released originally appeared on About.com Focus on Java on Monday, February 8th, 2010 at 19:04:28.

Permalink | Comment | Email this

 TOP
Project Kenai - Change of Plans
02/07/2010 at 13:11:07

It appears there has been a slight change of heart for Project Kenai so ignore the previous post on Project Kenai shutting down to the public. It seemed it was destined for internal use in Oracle and users were told to move their projects before April 2nd but now the message has changed:

Our plan is to shut down kenai.com and focus our efforts on java.net as the hosted development community. We are in the process of migrating java.net to the kenai technology. This means that any project currently hosted on kenai.com will be able to continue as you are on java.net.

If you have a project on kenai.com it might be best to stay put and wait to see how the migration goes. This decision by Oracle makes the most sense considering the amount of work that has gone into integrating the Project Kenai infrastructure with NetBeans.

Project Kenai - Change of Plans originally appeared on About.com Focus on Java on Sunday, February 7th, 2010 at 21:11:07.

Permalink | Comment | Email this

 TOP
java.sun.com
2009 Annual Developer Quiz
12/21/2009
Test your knowledge of Java developments in 2009.
 TOP
Introducing the Java EE 6 Platform: Part 1
12/10/2009
Learn about the significant new technologies, usability improvements, and other compelling enhancements in Java EE 6.
 TOP

 

 

JAVAsight.comcontactUS

 
 

Java and Java-based marks are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries. javasight is independent of Sun Microsystems, Inc.