• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Stripes & EJB 3.0

 
Ranch Hand
Posts: 84
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Greetings!

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

Thanks very much!

Daniel
 
author
Posts: 71
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

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.
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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 ]
 
Daniel Jabonete
Ranch Hand
Posts: 84
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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!
 
Ranch Hand
Posts: 419
Mac jQuery Objective C
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can you suggest some good tutorial for Stripes??
 
Ranch Hand
Posts: 15304
6
Mac OS X IntelliJ IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

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.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic