667481 members! Sign up to stay informed.
News News News Post a news item Post a news item Post a news item More news More news More news Active Threads Active Threads Active Threads  XML  XML  XML

Registration for TheServerSide Java Symposium Las Vegas now open

Posted by: Bree Matturro on November 20, 2009    0 comments    last post: November 20, 2009
Register now for the TheServerSide Java Symposium Las Vegas taking place in March, 2010. Visit the event website to register and for more information.

Mule Data Integrator released for graphical data transformation

Posted by: Mahau Ma on November 19, 2009    3 comments    last post: November 20, 2009
One of the biggest challenges in implementing SOA is figuring out how to handle the data. Data can exist in relational databases and in various file formats. To address the issue, MuleSoft has released Mule Data Integrator. It includes an Eclipse-based designer that is fully integrated with Mule IDE.

Sponsored Links


Resources

Enterprise Java
Research Library

Get Java white papers, product information, case studies and webcasts

Jailer 3.2 Released: Database Subsetting Tool

Posted by: Ralf Wisser on November 19, 2009    0 comments    last post: November 19, 2009
The Jailer crew announced the release of 3.2.Jailer which exports consistent, referentially intact row-sets from relational databases.

OpenCL Standard Speeds Compute Intensive Applications

Posted by: George Lawton on November 19, 2009    4 comments    last post: November 19, 2009
The OpenCL standard blurs the lines between writing code for processors, GPUs, and other types of hardware. It is poised for take-off with more products and supporters.

Data-Driven webtest of Drupal using Grails

Posted by: Phillip Rhodes on November 18, 2009    0 comments    last post: November 18, 2009
Wait... Drupal is PHP based, why grails? Because it's easy and super fast to get things done. Grails takes just a couple of minutes to install, installation is a 3 step process: 1) extract 2) update path 3) set env variable. And once it's installed, it's nothing to create a grails app to do some testing.

Apache Mahout 0.2 Released

Posted by: Grant Ingersoll on November 18, 2009    1 comment    last post: November 19, 2009
Apache Mahout 0.2 has been released and is now available for public download. Apache Mahout is a subproject of Apache Lucene with the goal of delivering scalable machine learning algorithm implementations under the Apache license.

JProfiler 6.0 released

Posted by: Ingo Kegel on November 17, 2009    10 comments    last post: November 19, 2009
JProfiler 6.0 has been released by ej-technologies. Among the highlights in JProfiler 6.0 are reworked thread profiling, a new method statistics view, exceptional method run analysis, tree maps, auto-tuning for instrumentation and support for FreeBSD x86 and Linux PPC.

Challenges to adoption of Jigsaw

Posted by: Vitaly Mikheev on November 16, 2009    2 comments    last post: November 18, 2009
With Project Jigsa in mind, a poster offers some insights on the challenges that any implementation of modularity for the Java SE core may face, all derived from practical experience.

Use Sun SPOTs as your build canary

Posted by: Frank Charles on November 16, 2009    2 comments    last post: November 20, 2009
Sun Small Programmable Object Technology (SPOT) is introduced for use as a build canary to monitor CruiseControl. The goal: To monitor the health of your continuous build process with Small Programmable Object Technology.

SAP Asks Sun/Oracle to Let Java Be Free

Posted by: George Lawton on November 15, 2009    30 comments    last post: November 19, 2009
In a recent blog post raising concerns about the prospect of Oracle managing Java to the detriment of developers worldwide, SAP CTO Vishal Sikka noted JCP domination by Sun Microsystems. Sikka sees more of the same with Oracle in charge of Sun.

Google cloud languages: Python pedals to peak? Java on the way?

Posted by: Jack Vaughan on November 13, 2009    10 comments    last post: November 18, 2009
A recent survey from Evans Data claims Python use has risen 45% since the spring of 2009! Mmmm. Kind of non-linear. The company correlates these results with the release of the Google App Engine cloud development platform. The App engine only supported Python when released in April of 2008, though it has recently come to support Java.

101 on jQuery Selector Performance

Posted by: Andreas Grabner on November 13, 2009    0 comments    last post: November 13, 2009
Selectors are core in jQuery which make it easy to locate one or multiple elements within the DOM. There are huge performance differences with different types of selectors (id, tag, class) - especially in IE.



More news »
Older news Older news Older news More news More news More news
Java REST Frameworks: Jersey and CXF ( November 12, 2009 )
Have you tried to search a big ANT script to track dependent targets? ( November 11, 2009 )
IxoraRMS - open source monitoring tool ( November 11, 2009 )
Apache Solr 1.4.0 Released ( November 10, 2009 )
Java GUI Test Automation: Many Years of Squish Success at ARM ( November 10, 2009 )
EC formally objects to Oracle buying Sun... Now what? ( November 10, 2009 )
Understanding and writing Hibernate user types ( November 09, 2009 )
Jt - Java Pattern Oriented Framework (Jt 4.5) ( November 09, 2009 )
More news »
Hot threads Hot threads Hot threads Recent blogs Recent blogs Recent blogs Tech talks Tech talks Tech talks
Object pooling is now a serious performance loss
Beyond Java
Three forms of AJAX: solid, liquid and gas.
Design-Time API Promises to make Java more like VB
Will Sun be that target of a management buyout?
Testing exceptions in JUnit 4.7
Is Microsoft opening up a bit related to Eclipse?
Potomac Framework: OSGi and RCP for Flex
Jython: An interview with Frank Wierzbicki
JVM language summit
Sneak Peek - The Presentation Tier @ TSSJS
The Framework Impasse @ TSSJS
Groovy
Developing Ajax-based Java Applications
Retrofitting Struts
More hot threads » More blogs » More tech talks »
Enterprise Java Research Library
More White Papers »
New content on TheServerSide.comNew content on TheServerSide.comNew content on TheServerSide.com

Dependency Injection in Java EE 6 - Part 1

Reza Rahman explores the features of the proposed JSR 299, Contexts and Dependency Injection for Java EE (CDI). When approved, it promises to be a key feature of Java EE 6. (November 2, Article)

SAML: It's Not just for Web services

SAML is an XML-based standard for exchanging authentication and authorization data between security domains. The single most important problem that SAML was created to solve is the Web browser Single Sign-On problem. Many organizations are debating whether to stay with version 1.1 or move to 2.0. This article makes observations about both options. (September 28, Article)

Programming is Also Teaching Your Team

Joe Ottinger takes a look at how people learn, and applies it to the practice of programming. He notes that understanding how people learn is an essential part of working in a programming team. (September 22, Article)

Can Java EE Deliver The Asynchronous Web?

Stephen Maryka gave us an article about the Asynchronous Web and posed a number of questions that get examined like an approach to delivering Asynchronous Web capabilities through extensions to existing Java EE technologies. (July 14, Article)

JSF Flex

JavaServer Faces Flex goal is to provide users capability in creating standard Flex components, part of flexSDK which is open sourced through MPL license, as normal JSF components. This article by Ji Hoon Kim will provide an overview of creating a simple multilingual JSF page consisting of JSF Flex tags. (June 29, Article)

The Rules of SOA - A Road to a Successful SOA Implementation

In this session Jeff explores the key characteristics of successful SOA projects. He covers some of the patterns, and anti-patterns, tool sets, and strategies that he himself learned the hard way. Last, he provides a strategy and blueprint for achieving a high likelihood of success in your SOA project. (June 23, Tech Talk)

Ari Zilka Talks About Terracotta 3.1

Ari Zilka, CTO of Terracotta, Inc., talks about the new features in Terracotta 3.1, announced during JavaOne and available now. (June 15, Tech Talk)

Enterprise Application Integration, and Spring

In this Tech Talk, Josh Long explores an integration challenge using Spring Integration and walks through the implementation, employing and expanding on the basic patterns of Enterprise Application Integration to tie together components into a function integration solution, and then demonstrates how Spring Integration helps address the integration requirements. (June 15, Tech Talk)

Google Web Toolkit: An Introduction

In this Tech Talk, David Geary teaches you: The basics of Google Web Toolkit; How to implement Ajax-enabled applications in Java; Internationalization; Hooking into the browser history mechanism; Remote procedure calls. (June 4, Tech Talk)

Just Enough Early Architecture to Guide Development

Jon Kern discusses the best architecture/technical solutions and ensure that they are repeated by all developers. By tackling the architecture up-front in a serial manner, subsequent parallel development will be much more manageable and predictable. (May 28, Tech Talk)

Productive Programmer: On the Lam from the Furniture Police

This keynote describes the frustrations of modern knowledge workers in their quest to actually get some work done, and solutions for how to guard yourself against all those distractions. Neal Ford talks about environments, coding, acceleration, automation, and avoiding repetition as ways to defeat the misguided attempts to sap your ability to produce good work. (May 26, Tech Talk)

Auto-Scaling Your Existing Web Application

Gil demonstrates how new, aggressive uses of already abundant compute capacity by common applications offer competitive value for application designers. (May 21, Tech Talk)

Automating Hibernate Mapping and Queries For Java Web Development

Chris Keene introduces WaveMaker as a new way to automate the ability to generate Hibernate classes in order to more quickly bring OR mapping into an application. (May 19, Article)

Auto-Scaling Your Existing Web Application

In this session Nati Shalom demonstrates how to take a standard Java EE web application and scale it out or down dynamically without changes to the application code. Seeing as most web applications are over-provisioned to meet infrequent peak loads, this is a dramatic change because it enables growing your application as needed, when needed, without paying for unutilized resources. (May 19, Tech Talk)

Free Book PDF Download: Mastering EJB Third Edition

Mastering EJB was one of the original and most influential EJB books in the industry. Mastering EJB III now returns with two new expert co-authors, updated for EJB 2.1 and 30% new chapters including security, integration, best practices, open source, and more.
(Book PDF Download)

Application Server Matrix

The Application Server Matrix is a detailed listing of J2EE vendors and their application server products, with information on latest version numbers, J2EE spec support and licensing, pricing, platform support, and links to product downloads and reviews.
(Application Server Comparison Matrix)

News | Blogs | Discussions | Tech talks | Patterns | Reviews | White Papers | Downloads | Articles | Media kit | About
Java Solutions
All Content Copyright ©2007 TheServerSide Privacy Policy
Site Map