Issue Details (XML | Word | Printable)

Key: OPENEJB-346
Type: Sub-task Sub-task
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Filippo Diotalevi
Reporter: David Blevins
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
OpenEJB
OPENEJB-342

Example: Minimal Statetless Bean via @Stateless

Created: 22/Nov/06 09:49 PM   Updated: 19/Jan/07 03:06 PM
Return to search
Component/s: documentation, ejb3 simplified
Affects Version/s: 3.0-beta-1
Fix Version/s: 3.0-beta-1

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Licensed for inclusion in ASF works OPENEJB-346.txt 2007-01-09 09:05 PM Filippo Diotalevi 5 kB
Issue Links:
Reference
 

Resolution Date: 19/Jan/07 03:06 PM


 Description  « Hide
A simple example that shows how to develop, deploy and test a stateless session bean with the least number of annotations possible.


 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
David Blevins added a comment - 06/Dec/06 11:31 PM
Completed in OPENEJB-398

Filippo Diotalevi added a comment - 09/Jan/07 09:04 PM
The attached patch contains the documentation of the example, following guidelines expressed at
http://www.nabble.com/Documenting-examples-%28was%3A-Re%3A-EJB3-Embedding-tutorial-avialable%29-p8084926.html

I also created a wiki page for this example at
http://cwiki.apache.org/confluence/display/OPENEJB/Calculator+Session+Stateless+Bean+Example
(obviously, the wiki page will appear correctly only when the patch is committed)

David Blevins added a comment - 19/Jan/07 03:06 PM
$ svn ci
Sending examples/calculator-stateless-pojo/src/main/java/org/apache/openejb/examples/calculator/CalculatorImpl.java
Sending examples/calculator-stateless-pojo/src/main/java/org/apache/openejb/examples/calculator/CalculatorLocal.java
Sending examples/calculator-stateless-pojo/src/main/java/org/apache/openejb/examples/calculator/CalculatorRemote.java
Sending examples/calculator-stateless-pojo/src/test/java/org/apache/openejb/examples/calculator/CalculatorTest.java
Transmitting file data ....
Committed revision 497837.