submited by krishnas on Thu Mar 27th, 2008
java java7
Well, the JDK7 Project is underway, and despite the fact that I am being moved into the .NET world for some new projects, I wanted to leave some parting thoughts with the Java community. By no means do I consider myself the ultimate authority on the following topics, however, these are a few things that I propose would make Java a better, more friendly, more flexible language....
more »
submited by krishnas on Thu Mar 27th, 2008
spring jsp
I have an application where I encapsulate a specific form tags technology (Spring Form Tags in this case) by JSP 2.0 custom tags.
I have encountered the next problem with the Spring Form Tags 'option' and 'select':...
more »
submited by krishnas on Wed Mar 26th, 2008
seam jsf
The three part screencast that accompanies this article was recorded during the presentation by Big Lots, Inc. (NYSE: BIG) information technology employees Kunal Bajaj, Mark Hanes, Chris Henson and Keith Naas, at JBoss World 2008.
One of the great things about working on software infrastructure is the ubiquity and wide influnce one has due to the nature of the users of infrastructure software. I drive past a Big Lots! store in Apoka, FL regurlarly, so it was with great interest that I attended the JBoss World 2008 case study titled, "Big Lots Store Inventory Management". I wasn't exactly sure what I would learn during this presentation, but it turns out I was to be delighted. Big Lots! has had enormous success with Sun's JSF implementation, Mojarra, and other Java EE technologies in delivering inventory management and other store essential software on time and within budget.
...
more »
submited by krishnas on Wed Mar 26th, 2008
java
A few years ago I worked on a very big Enterprise IBM Websphere project. We had some brilliant engineers in the project both in the development and architecture groups. I remember having had several discussions with some of the brightest people on the team regarding PHP and dynamic languages and generally they were looked upon as toy languages without a bright future. Lack of strict typing, scripting performance, and other reasons were given for why Java would persevere as the language of choice....
more »
submited by krishnas on Wed Mar 26th, 2008
java java5
Do you shy away from using the Java collection framework? Do you find the unwieldy notation puts you off using the classes in this framework? If so, you may be writing unnecessary Java code. Stephen Morris shows you how easy and efficient the collection framework is to use....
more »
submited by krishnas on Wed Mar 26th, 2008
eclipse
This chapter describes how modules and projects are managed in Eclipse Web Tools Platform....
more »
submited by krishnas on Wed Mar 26th, 2008
javafx
Sun Microsystems engineers and executives provide a progress report of the JavaFX technology family, the next version of Java SE, and other projects....
more »
submited by krishnas on Wed Mar 26th, 2008
spring hibernate ejb j2ee
Java EE 5 provides all the features you need to build a robust enterprise application right in an EJB 3.0 container, but incorporating the relative strengths of Spring and Hibernate can further improve the productivity and quality of your application....
more »
submited by krishnas on Wed Mar 26th, 2008
spring
Spring's POJO-based programming model has proven to be a much better way to write, test, and assemble robust Java EE applications, but it works only if you configure your objects with Spring. What happens when you combine Spring with an in-house legacy framework or Java EE technology such as EJBs or servlets?...
more »
submited by krishnas on Wed Mar 26th, 2008
ajax
The co-creator of the Google Web Toolkit (GWT) explains how his team plans to release a GWT version that compiles faster AJAX code than a JavaScript expert could write by hand....
more »