| TheServerSide.com: Blogs |
TheServerSide is a developer community, containing up-to-date news, discussions, patterns, resources, and media
- Recent
- Popular
- Tags (0)
- Subscribers (9)
- Small language changes in JDK 7 community feedbackToday
-
What would you like to see incorporated into Java 7 ? Joseph D. Darcy from Sun Microsystems writes of a new a call for proposals so the Java community can submit thoughtful changes for inclusion into Java 7. This post contains the details and steps to get involved in the process.
- MVC implementation shift to the clientToday
-
Not too long ago, the Model-View-Controller(MVC) paradigm was the main focus for the majority of Java fraemworks used in server-side development. However, the emergence of Ajax and Comet has pushed much of this logic out to the client, as this post by point out, clients are getting thicker with this MVC shift.
- Joint compilation of Scala and Java sourcesToday
-
Compilation is a staple step for every development process. Thus, streamlining the compilation process between different JVM compatible is an often sought after task. This post by Daniel Spiewak takes a look at the joint compilation process for Scala and Java, using Scala's recently released joint compilation mode.
- Creating a Comet server and client with a few line changesToday
-
Comet allows applications to push information from the server out to the client, however, this often requires substantial changes to both client and server code. As Sebastien Dionne post points out, using Grizzly -- a Comet implementation -- this can be as simple as changing a few lines of code.
- Spring 3.0December 30 2008
-
The Spring framework has come a long way from its initial roots aimed at tackling EJB complexity. This video presentation by Rick Evans contains the features you can expect in the up and coming 3.0 release of this Java framework.
