PS3 related roundup from Tokyo Game Show (TGS) this week

There have been some interesting announcements and demos from the TGS this week – here’s a quick summary:

  • Both the $499 20GB PS3 model and the $599 60GB model will come with the HDMI interface included, allowing the best possible connection to HD capable screens (previously it was expected that only th 60GB model would include HDMI)
  • The 20GB model will ship in Japan only at a reduced price of $429.
  • Photo album browsing capabilities were demoed, including the ability to spread photos across the screen as if shuffling photos across your desktop in 3D.
  • 1080p games with high refresh rates (eg 60fps) are a reality, plus will be available on launch date with more to come. Sony’s marketing ace up their sleeve to differentiate the console from the XBox360 is not just pure marketing fluff, and the demos this week dismissed rumors and the comments from the competition (Microsoft) that at this resolution games would not be able to render at high refresh rates. Games demoed at 1080p included Gran Turismo HD (as expected, since this has been the main 1080p demo for some time now), Ridge Race 7 and Virtua Tennis 3.

Recent articles on EJB3.0 and JPA

There are two good articles on EJB3.0 and the Java Persistence API (JPA) this month:

“Writing Performant EJB Beans in the Java EE 5 Platform (EJB 3.0) Using Annotations” on the java.sun.com site, which provides performance comparisons between different annotation properties and describes what effect they have on performance. This is interesting information as it allows you to make an informed decision about how to define and configure your Entities in terms of performance.

OnJava.com has an introductory article on the JPA, “Standardizing Java Persistence with the EJB3 Java Persistence API” which walks you through from the begining – what is a Domain Model, what are Entities, what are annotations, what is the EntityManager etc. This is a good introductory article to get you started if you have not yet looked into EJB3.0