Archive

Archive for the ‘java’ Category

Class loading: JBoss AS vs. WAS

July 6th, 2010

Recently I got a task - take the "JEE" application from JBoss AS 5.1 and run it on WAS 7.0. It shouldn't be difficult - we have JEE standard after all ;-)

Read more...

java |

From JUnit3 to Easyb

February 26th, 2010

In this post I would like to show you a simple class and its tests and what was the evolution since JUnit3 to easyb.

Read more...

Groovy, java |

JavaExpress Issue 5 in English

February 20th, 2010

The 5th issue of free JavaExpress magazine is now available in English. You can find it here.

In this issue you will find:

Grails, Groovy, JavaExpress, java |

New issue of JavaExpress

December 11th, 2009

A new issue of JavaExpress magazine is now available for download. You can download it at http://www.javaexpress.pl/. English version is not available yet but it will be soon.

Grails, JavaExpress, java |

EJB3 tutorial part 03: session bean’s lifecycle callbacks

November 17th, 2009

In previous posts we've learned how to create Session Beans (both Statless and Stateful). In this post I would like to show how to use lifecycle callbacks.

Read more...

EJB3, java |

Mocking static methods with PowerMock

November 16th, 2009

Unit testing is great. As we learn it it's excellent. As we work on greenfield projects it's beautiful and sweet. The real problems start on the real projects.

Read more...

java |

EJB3 Tutorial part 02 – Stateless vs. Stateful

October 27th, 2009

In the previous post we've set up our environment to work with EJB3. It's based on Eclipse, JBoss Tools and JBoss Application Server. However you can follow the tutorial with the environment set up of your choice. Another popular one would be Netbeans. You can download it as a bundle with Glassfish server. If you decide to switch it please remember that some things presented here might be environment specific and may work differently (but most of them shouldn't).

In this post we will say a little bit more about Session Beans and we will try to cover the differences between Stateless and Stateful Session Beans.

Read more...

EJB3, SCBCD, java |

EJB3 Tutorial part 01 – environment setup and first EJB with JBoss Tools and JBoss AS

September 25th, 2009

As a part of preparations for my SCBCD exam I will try to present a series of tutorials on EJB3 and JPA. It will help me to test my knowledge and maybe someone else will find it useful.

Read more...

EJB3, SCBCD, java, programowanie |

Nowe sesje na javapassion.com

August 25th, 2009

W najbliższym czasie zaczynają się kolejne sesje kursów na JavaPassion.com. Wśród nich:

  • Java EE Programming Basics
  • Java EE Programming Advanced
  • Ajax and Web 2.0 Programming

Czy ktoś korzystał już z tych kursów? Jeśli tak, to jakich? Jakie są Wasze opinie i wrażenia?

java, programowanie |

Agenda JDD’09

August 12th, 2009

Udostępniono wstępną agendę Java Developers Day 2009. Kto się jeszcze wybiera?

Grails, java, konferencje, wydarzenia |