The most intelligent Java IDE
[Logo] JavaRanch » JavaRanch Saloon
  Search | FAQ | Recent Topics | Hot Topics
Register / Login


Reply Bookmark it! Watch this topic JavaRanch » Forums » Application Frameworks » Other Application Frameworks
 
RSS feed
 
New topic
Author

Stripes & EJB 3.0

Daniel Jabonete
Ranch Hand

Joined: Apr 01, 2007
Messages: 72

Greetings!

I would like to kindly ask the workings of Stripes Framework together with EJB 3.0?

Thanks very much!

Daniel
Frederic Daoud
author
Ranch Hand

Joined: May 22, 2008
Messages: 70

Originally posted by Daniel Jabonete:

I would like to kindly ask the workings of Stripes Framework together with EJB 3.0?


Stripes works very well with other frameworks, including EJB 3.0. In short, Stripes does not get in your way of integrating your favorite frameworks for completing the stack.

More specifically, Stripes has a JPA plugin, Stripersist (available at http://www.stripes-stuff.org) which makes it a breeze to use JPA/EJB 3.0 with Stripes. You can use Hibernate, JPOX, OpenJPA....since JPA is a specification, it is implementation-agnostic.

Frederic Daoud
Author, Stripes...and Java Web Development is Fun Again
Stripes book blog
Samuel Santos
Greenhorn

Joined: Nov 18, 2008
Messages: 2

Hey Daniel,

You should take a look at the EJB3 Interceptor (here: http://www.stripesframework.org/display/stripes/EJB3+with+Stripes).
[ November 18, 2008: Message edited by: Samuel Santos ]

Samuel Santos<br /><a href="http://www.samaxes.com/" target="_blank" rel="nofollow">http://www.samaxes.com/</a>
Daniel Jabonete
Ranch Hand

Joined: Apr 01, 2007
Messages: 72

Thanks for your prompt responses!

Seems Stripes have the pragmatic approach in terms of doing web app development.

What about flexibilities, and the ACIDity when it comes to request/response over HTTP/S?

Kind regards!
pawan chopra
Ranch Hand

Joined: Jan 23, 2008
Messages: 209

Can you suggest some good tutorial for Stripes??

Pawan Chopra
SCJP - My Blog
Gregg Bolinger
Sheriff

Joined: Jul 11, 2001
Messages: 13649

Originally posted by pawan chopra:
Can you suggest some good tutorial for Stripes??


You'd have better luck asking your question in a new thread rather than hijacking this one.

"Fookin Prawns"
 
 
 
Reply Bookmark it! Watch this topic JavaRanch » Forums » Application Frameworks » Other Application Frameworks
 
RSS feed
 
New topic
jQuery in Action