Main menu:

 

PALMA IT

Locations of visitors to this page

Site search

  • Categories

  • Archive

    November 2008
    M T W T F S S
    « Oct    
     12
    3456789
    10111213141516
    17181920212223
    24252627282930

    Archive for 'EJB3'

    Creating an EJB3 WebService with Maven2 running on JBoss 4.2.1

    In this blog I’ll show you how you can create a WebService of your EJB3 objects by using anotations. I will also show you how to build and deploy the package with Maven2. Let’s start with the initial situation.
    I have installed JBoss 4.2.1 and Maven2. In my settings.xml of Maven2 I have set a property [...]

    Combining enum with EJB3 Enitity bean

    Do you recognize this feeling? Although you are using a certain set of tools/ frameworks for a while to develop your applications every now and then you get surprised by a certain error message you haven’t seen before? And to your knowledge you didn’t do anything different compared to the last time you used it.
    Well, [...]