java enterprise project

Posted by darko petreski on Stack Overflow See other posts from Stack Overflow or by darko petreski
Published on 2010-04-09T12:04:03Z Indexed on 2010/04/09 12:23 UTC
Read the original article Hit count: 566

Filed under:
|
|
|

Hi All,

All the time we are hearing that java is enterprise. We have read many books about jpa, entity beans and other stuff.

All this books explain this technology with some dummy examples. I have not seen a book that explains real problems with enterprise beans, java clients and security! I mean real book not some imaginated stupid examples .

Is there any book that describes completely some enterprise system, Its architecture, communication, security, of course the client that uses the distributed components ?

I need a book that will cover the flowing:

  • server side components (ejb, jpa)
  • client side java desktop application
  • security (authentication and authorization)
  • web services with complete authentication
  • clustering

(we can find for all of this a book, but there is no book that covers all this things in one piece. Also all the books are with dummy samples.)

Or may be some project that is documented.

Regards, Darko

© Stack Overflow or respective owner

Related posts about java

Related posts about enterprise