• Home
  • RSS Feed
  • Log in

Author Archive

Making screenshots from Selenium with JUnit @Rule’s
Posted by Albert Sikkema at around evening time: March 30th, 2010

When running Selenium tests from JUnit it's very useful to be able to capture screenshots when something fails. Especially when you run it in a Continuous Integration environment which you aren't monitoring. A screenshot combined with the stacktrace makes identifying and fixing the error easier. When you combine this with a JUnit @Rule you can make it transparant and use it for every testcase (more...)

  • Share/Bookmark

Filed under Java, Testing, Tools | 1 Comment »

JPA implementation patterns: Using UUIDs as primary keys
Posted by Albert Sikkema at around evening time: June 3rd, 2009

Continuing Vincent Partington's blog series about JPA implementation patterns, I would like to add the following

The default way in JPA for primary keys is to use the @GeneratedValue annotation with the strategy attribute set to one of AUTO, IDENTITY, SEQUENCE, or TABLE. You pick the most appropriate strategy for your situation and that's it.
But you can also choose to generate the primary key yourself.
(more...)

  • Share/Bookmark

Tags: Hibernate, JPA, JPA implementation patterns
Filed under Java | 12 Comments »

Deployment automation for Java application running on Websphere, WebLogic and JBoss

Categories

  • Java (292)
  • Agile (137)
  • General (98)
  • Architecture (49)
  • Scrum (46)
  • Testing (45)
  • Performance (42)
  • Podcast (31)
  • Middleware (34)
    • Deployment (22)
  • SOA (25)
  • Project Management (24)
  • Xebia Labs (23)
  • Quality Assurance (16)
  • lean architecture (15)
  • Tools (12)
  • Requirements Management (10)
  • Virtualization (10)
  • Articles (9)
  • Security (7)

Tag Cloud

    Grails Ajax Performance Flex lean architectuur qcon XML Moving to India SOA Scala Groovy IntelliJ Scrum ACT JPA implementation patterns Concurrency Control Java Hibernate Frameworks lean architecture Maven websphere Oracle Eclipse JPA Spring Architecture Lean Agile agile architectuur

Xebia Sites

  • Xebia Corporate
  • Xebia France
  • Xebia India

Archives

  • September 2010
  • August 2010
  • July 2010
  • June 2010
  • May 2010
  • April 2010
  • March 2010
  • February 2010
  • January 2010
  • December 2009
  • November 2009
  • October 2009