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
PostgreSQL 8.4 now available
Josh Berkus07/03/2009 at 07:19:27
PostgreSQL 8.4, the latest version of the high-end open source SQL database system, is now available. This new release has several cool features ...


 TOP
jclouds releases updated beta for Amazon S3
Adrian Cole07/03/2009 at 07:19:12
Control access to your files in S3, serve them up in Google App Engine, and vote on what comes next!


 TOP
Interview with Dr. Erich Gamma - one of the fathers of Eclipse
Frank Charles07/03/2009 at 07:18:51
Learn about Jazz and Eclipse from the inside guy's mind


 TOP
Registration Now Open for The Ajax Experience 2009
Peter Varhol07/02/2009 at 12:05:56
Registration is now open for Ajaxian.com's <a href="http://ajaxexperience.techtarget.com/conference/index.html?Offer=AEtsspost701">The Ajax Experience</a>. If you're developing applications using Ajax, you don't want to miss this event taking place September 14-16 in Boston. Register before the end of this month to lock in $300 early bird savings.


 TOP
predic8 Announces Open Source SOAP Monitor
Thomas Bayer07/02/2009 at 05:33:48
Predic8 announces an open source release of its Web Services monitoring tool <a href="http://www.predic8.com/open-source/soap-monitor/">Membrane Monitor</a>


 TOP
NextReports 2.3 - Java Reporting Tool
Mihai Dinca07/02/2009 at 05:31:36
NextReports is an Ad Hoc Query and Reporting tool that promotes simple, fast and powerful report creation.


 TOP
developerWorks (IBM)
Copyright 2004 IBM Corporation.
Introducing My developerWorks
07/03/2009 at 06:11:40
My developerWorks is a new professional network and knowledge base connecting the technical community worldwide
 TOP
My developerWorks overview demo
07/03/2009 at 06:11:40
Learn about the new My developerWorks professional network and knowledge base in this overview demo
 TOP
Introducing My developerWorks: 6 new ways to build your skills and your social network
07/03/2009 at 06:11:40
This article talks about how you can use My developerWorks to personalize your view of developerWorks content and connect and collaborate with your trusted peers
 TOP
Evolutionary architecture and emergent design: Emergent design through metrics
06/30/2009
Software metrics can help you find hidden design elements in your code, enabling them to emerge as idiomatic patterns. This installment of Evolutionary architecture and emergent design shows how intelligent use of metrics and visualizations lets you discover important code elements that are obscured by accidental complexity.
 TOP
Javalobby
What is the Appeal of Ajax and GWT?
rauschma07/03/2009 at 05:14:48
Ajax does have its detractors. Their argument goes as follows: Why reinvent everything that has already been done on the desktop on an inferior platform? I do agree that the attraction of Ajax is subjective (i.e., not based on technological arguments). This is obvious whenever I’m excited about something web-based, show it to non-developer friends and their only reaction is boredom. Then I...
 TOP
E4 – A New Area For RCP/RIA Applications
tomsontom07/03/2009 at 01:35:50
I’m on the road to prepare my example for the E4 talk I’m delivering on the Eclipse-Developers-Day in Karlsruhe and I have to say that in my eyes E4 is going to open up a new world for Eclipse-RCP-Developers. James Sugrue
 TOP
Caught Between Two IDEs
hs3278407/03/2009 at 00:05:35
I seem to be caught between two IDEs: Eclipse and IntelliJ. I abandoned Eclipse a couple of years back, partly based on wide spread recommendations from many different people, and partly because Eclipse just stopped working for me (it crashed out). After I got started with IntelliJ I started to appreciate its merits, despite a generally clunky interface (with lots of modal windows), truly awful...
 TOP
Continuations to Continue
gregwilkins07/02/2009 at 05:55:41
Jetty-6 Continuations introduced the concept of asynchronous servlets to provide scalability and quality of service to web 2.0 applications such as chat, collaborative editing, price publishing, as well as powering HTTP based frameworks like cometd, apache camel, openfire XMPP and flex BlazeDS. James Sugrue
 TOP
java.net
Copyright 1995-2009, Sun Microsystems, Inc
JUG Leadership: Lessons Learned
Matt Stine07/01/2009
Matt Stine talks about the lessons he has learned in creating and leading a Java User Group.
 TOP
PUJ, a Jug Contest, JavaOne 2009 Podcast
Felipe Gaucho06/30/2009
Felipe Gaucho tells Jim Wright about the PUJ (Prêmio Universitário Java) Java User Group Contest
 TOP
The ATM Object-Oriented Design and Implementation Case Study
Paul Deitel06/30/2009
Author/educator Paul Deitel provides an overview of the two-chapter ATM Object-Oriented Design and Implementation Case Study in "Java: How to Program", and discusses his experiences teaching it.
 TOP
Grails and Continuous Integration: An Essential Combo
John Ferguson Smart06/22/2009
Grails is an excellent, highly productive development framework that positively encourages good development and testing practices. This article shows how to set up a Continuous Integration build job to compile and test your Grails application in Hudson, for automated continuous integration.
 TOP
DevX.com
Copyright 2008 DevX
The Three Key Questions for the Future of Java
Mike Rozlog06/24/2009 at 19:13:55
A Java technology insider says the future of Java hinges on how Oracle handles the JCP, the Project Harmony certification process, and the OpenJDK project.
 TOP
Implement Document Storage and Search on Google Java App Engine
Mark Watson06/23/2009 at 20:12:20
Learn how to use the Java version of the Google App Engine by implementing search and document storage on a Java web application running on the platform.
 TOP
Simple Script to Run Java Applications on Linux and Windows
Bea Petrovicova06/22/2009 at 14:37:07
This simple script lets you run a Java application on both Linux and Windows.
 TOP
How to Detect JFrame Resizing
sterling jordan06/16/2009 at 13:00:22
To know when a user is resizing a JFrame, catch the resize action using this tip's code.
 TOP
onJava.com
Copyright O'Reilly Media, Inc.
Programming Scala
Venkat Subramaniam07/02/2009 at 01:00:04
Scala is an exciting, modern, multi-paradigm language for the JVM. You can use it to write traditional, imperative, object-oriented code. But you can also leverage its higher level of abstraction to take full advantage of modern, multicore systems. Programming Scala will show you how to use this powerful functional programming language to create highly scalable, highly concurrent applications on the Java Platform.
 TOP
Java to ActionScript Converter, Take 3
Mike Slinn06/19/2009 at 19:08:02
I needed to estimate the effort required to port a Spring Rich Client application to AIR. Spring RCP applications are actually Java Swing applications. The project had 93 Java files, consisting of 118 Java classes and 16,950 total lines of...
 TOP
Modular Java
Craig Walls06/17/2009 at 01:02:43
Attack complexity in your Java applications using Modular Java. This pragmatic guide introduces you to OSGi and Spring Dynamic Modules, two of the most compelling frameworks for Java modularization. Driven by real-world examples, this book will equip you with the know-how you need to develop Java applications that are composed of smaller, loosely-coupled, highly-cohesive modules.
 TOP
Focus On Java
The Latest JavaFX Samples
07/03/2009 at 02:00:41
I was just reading a post on The Planetarium about the latest JavaFX samples. I realized that when JavaFX v1.2 was released last month, I never did go and have...
 TOP
Netbeans v6.7 Released
06/29/2009 at 03:00:12
Hot on the heels of the latest Eclipse release comes version 6.7 of Netbeans. The main enhancement focuses on the increased support for developer collaboration. Netbeans now works hand in...
 TOP
java.sun.com
The Developer Insight Series, Part 4: Favorite and Funny Code
06/16/2009
Java developers Joshua Bloch, Tom Ball, and Masood Mortazavi recount favorite and funny coding experiences.
 TOP
Java ME SDKs: The State of the Union
06/15/2009
The Java ME platform is huge, robust, and versatile. This article provides a compatibility matrix of SDKs and APIs.
 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.