Java Development News Archive

Java Development News:

Java News Archive

  • 26 Oct 2011

    A posthumous 'tip of the hat' to John McCarthy (TheServerSide Newsfeed)

    John McCarthy, the creator of Lisp, among many other accomplishments, passed away Sunday in Stanford, California at the age of 84. A pioneer and...

  • An extensive RIA technology comparison matrix (TheServerSide Newsfeed)

    Today the people behind Vaadin released an updated comparison matrix that lines up the most popular and prominent rich Web technologies for a...

  • Spring 3 testing with JUnit 4 (TheServerSide Newsfeed)

    Looking on the Internet for a way to test my Spring 3 application, I found many articles that describe how to test your application by using JUnit....

  • 25 Oct 2011

    Injecting mock beans Into Spring context (TheServerSide Newsfeed)

    Today I was Googling about mocking when I found the following question: "Injecting mock beans into Spring context for testing. What I want to be able...

  • 21 Oct 2011

    Do you SAMCRO your Google App Engine apps? (TheServerSide Newsfeed)

    A couple of weeks ago, we were involved in a discussion between users and technicians about transaction integrity for a hypothetical system. The...

  • 26 Sep 2011

    The Programming Olympics (TheServerSide Newsfeed)

    It's 10:00 am on the first Saturday of school at C.U. (University of Colorado). No projects have been assigned yet. No significant homework. So why...

  • 20 Sep 2011

    Don't rewrite your application (TheServerSide Newsfeed)

    When stuck with a legacy code base you'll hear the claim "We'll have to rewrite this from scratch in order to fix it!" It sounds promising. You start...

  • 15 Sep 2011

    Apache Wicket 1.5 has been released (TheServerSide.com Newsfeed)

    The Apache Wicket team is proud to announce the immediate availability of the newest release of their component oriented open source Java web...

  • 13 Sep 2011

    The OpenJDK as the default Java on Linux (TheServerSide.com Newsfeed)

    The OpenJDK is now the default Java on Linux after a change in Oracle's licensing terms for their official binary - is this good or bad?

  • 09 Sep 2011

    Yes, Virginia, Scala is hard (TheServerSide.com News Feed)

    I used to think that Scala was easy. It was, and continues to be, a cure for some of the numerous problems with Java. From the "stuff that's hard or...

  • 06 Sep 2011

    From java.awt.print.Printable to PDF (TheServerSide.com News Feed)

    This article explains how to convert java.awt.print.Printable objects to PDF files, so that every java server can generate PDF's based on Printables...

  • 02 Sep 2011

    Problems with ORMs (TheServerSide Newsfeed)

    Object Relational Mapping tools like Hibernate have helped developers make huge productivity gains in dealing with relational databases in the past...

  • 31 Aug 2011

    Gosling sails away from Google and Android (TheServerSide Newsfeed)

    Gosling has moved from the company that brought us Android, to a company that makes nifty little robots that use solar-power and energy harvested...

  • Tutorial: Writing an Android location-aware app (TheServerSide Newsfeed)

    Location-aware programming adds a new dimension to mobile programming. Location hardware such as GPS, is pretty standard on mobile devices. Taking...

  • What is Dependency Inversion? Is it IoC? (TheServerSide Newsfeed)

    Today we are going to see if we can unravel the mess of Dependency Inversion, Inversion of Control and Dependency Injection. It's important that we...

  • 29 Aug 2011

    How Scala changed the way I think about my Java Code (TheServerSide Newsfeed)

    Some people advocate their preferred language as the only way to enlightenment and productivity boosts. I don’t believe it. There are others that...

  • Java 7: What Does It Mean for Tomcat 8? (TheServerSide Newsfeed)

    Just about one month ago, Java 7 was released. The official project was opened by the Apache Software Foundation for its open source JSP and servlet...

  • 26 Aug 2011

    How many bugs do you have in your code? (TheServerSide Newsfeed)

    If you follow Zero Bug Tolerance, of course you’re not supposed to have any bugs to fix after the code is done. But let’s get real. Is there any way...

  • 19 Aug 2011

    Alkacon Software releases OpenCms 8.0.2 (TheServerSide Newsfeed)

    Version 8.0.2 of Alkacon Software's successful open source website content management system OpenCms 8 is now ready and available for download from...

  • 18 Aug 2011

    PIT 0.21 Mutation testing for Java released (TheServerSide Newsfeed)

    PIT is a code coverage system for Java that goes much further than traditional tools and checks not only that your code is exercised, but that it is...

  • 16 Aug 2011

    An introduction to EJB 3.0 injection and lookup (TheServerSide Newsfeed)

    The Enterprise JavaBeans Specification v. 3.0 introduces a simplified, annotation based API for EJB injection and lookup. EJB 3.0 are now POJOs and...

  • 15 Aug 2011

    Hibernate gotchas (TheServerSide Newsfeed)

    When you don't work with a given technology for a while, you often find yourself doing the same mistakes time and time again. So, here is a sort of...

  • 05 Aug 2011

    Lucene should just shut up about Java 7 (TheServerSide Newsfeed)

    Lately the Lucene and Solr camps have been making a lot of noise about how Java 7 should be avoided. That's fine, but they're not being fair and...

  • 25 Jul 2011

    The art of the technical presentation (TheServerSide Newsfeed)

    The double edged sword of attending a professional conference or symposium is the fact that for every session that motivates you and reinvigorates...