-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 14 posts ] 
Author Message
 Post subject: Where can I download EJB 3.0 API Docs?
PostPosted: Tue Feb 21, 2006 2:09 pm 
Newbie

Joined: Tue Feb 21, 2006 12:22 pm
Posts: 16
They are available on the Hibernate website at http://www.hibernate.org/hib_docs/ejb3-api/ but they are not included in any of the Hibernate dowloads.

Thanks,
Michael


Top
 Profile  
 
 Post subject:
PostPosted: Tue Feb 21, 2006 3:27 pm 
Newbie

Joined: Tue Jan 10, 2006 11:59 am
Posts: 17
As far as I know those APi is a part of "JSR 220: Enterprise JavaBeansTM 3.0"

http://jcp.org/en/jsr/detail?id=220

_________________
--
Sergey Vladimirov


Top
 Profile  
 
 Post subject:
PostPosted: Tue Feb 21, 2006 4:05 pm 
Beginner
Beginner

Joined: Wed Feb 08, 2006 5:45 pm
Posts: 23
Location: Phoenix, AZ
You can also check out https://glassfish.dev.java.net/javaee5/persistence/ for the latest and greatest in the persistence api.

Hope this helps,
-B

_________________
Please rate me if you found my post useful.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Feb 21, 2006 5:35 pm 
Newbie

Joined: Tue Feb 21, 2006 12:22 pm
Posts: 16
Thanks for the responses.

I'm looking more for the api in Javadoc format. The JSR is a pdf and the glassfish sight seems to only have the installer downloadable.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Feb 21, 2006 5:51 pm 
Beginner
Beginner

Joined: Wed Feb 08, 2006 5:45 pm
Posts: 23
Location: Phoenix, AZ
Are you looking to have a copy on your hd? If so then you can do one of two things - 1) download the source (from Glassfish) and JavaDoc it or 2) get a website 'copier' (like HTTrack) and use it to make a copy on your hd (with links). Just be sure to point it at the root of the JavaDocs and not hibernate.org (unless you _want_ to have the entire Hibernate website stored on your hd). Otherwise, it's always available on-line...

Hope this helps,
-B

_________________
Please rate me if you found my post useful.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Feb 21, 2006 7:13 pm 
Newbie

Joined: Tue Jan 10, 2006 11:59 am
Posts: 17
mnewcomb wrote:
I'm looking more for the api in Javadoc format.


Do you mean java source code of interfaces with javadoc or javadoc html pages?

_________________
--
Sergey Vladimirov


Top
 Profile  
 
 Post subject:
PostPosted: Wed Feb 22, 2006 9:32 am 
Newbie

Joined: Tue Feb 21, 2006 12:22 pm
Posts: 16
BSP wrote:
Do you mean java source code of interfaces with javadoc or javadoc html pages?


Yes.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Feb 22, 2006 9:33 am 
Newbie

Joined: Tue Feb 21, 2006 12:22 pm
Posts: 16
mnewcomb wrote:
BSP wrote:
Do you mean java source code of interfaces with javadoc or javadoc html pages?


Yes.


Well, I don't really need them, but I can generate the javadocs myself if I can download the source for the interfaces from somewhere.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Feb 22, 2006 9:36 am 
Newbie

Joined: Tue Feb 21, 2006 12:22 pm
Posts: 16
BLudkiewicz wrote:
Are you looking to have a copy on your hd?


Yes.

BLudkiewicz wrote:
1) download the source (from Glassfish) and JavaDoc it


That sounds good.

BLudkiewicz wrote:
2) get a website 'copier' (like HTTrack) and use it to make a copy on your hd (with links). Just be sure to point it at the root of the JavaDocs and not hibernate.org (unless you _want_ to have the entire Hibernate website stored on your hd).

Otherwise, it's always available on-line...


Yeah, we have network nazis at my work who use automatic proxy config for IE (only thing that works online is IE, no DNS service but through IE) and I can't find a website copier that will work with IE settings (or even as a plugin to IE).

Thanks for the suggestions,
Michael


Top
 Profile  
 
 Post subject:
PostPosted: Wed Feb 22, 2006 12:27 pm 
Newbie

Joined: Tue Jan 10, 2006 11:59 am
Posts: 17
mnewcomb wrote:
BSP wrote:
Do you mean java source code of interfaces with javadoc or javadoc html pages?


Well, I don't really need them, but I can generate the javadocs myself if I can download the source for the interfaces from somewhere.


If you have CVS client, you can download source code for interfaces from HibernateExt/ejb-api project from sourceforge hibernate cvs (or you can try to do it).
Code:
:pserver:anonymous@cvs.sourceforge.net:/cvsroot/hibernate
HibernateExt/ejb-api

_________________
--
Sergey Vladimirov


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jul 11, 2006 12:56 pm 
Pro
Pro

Joined: Fri Nov 19, 2004 5:52 pm
Posts: 232
Location: Chicago, IL
This all begs the question, why aren't these docs included with the Hibernate EntityManager download? Licensing issues? That's pretty stupid on Sun's part if that's the case.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Oct 05, 2006 1:31 pm 
Pro
Pro

Joined: Fri Nov 19, 2004 5:52 pm
Posts: 232
Location: Chicago, IL
The release notes for Hibernate EntityManager 3.2.0.CR2 state the following.

* [EJB-211] - JavaDoc the EJB 3 API

However, I still don't see them in the doc directory. What's up with that? Do I always have to view them on the web site? Why?


Top
 Profile  
 
 Post subject:
PostPosted: Mon Oct 09, 2006 5:07 pm 
Hibernate Team
Hibernate Team

Joined: Sun Sep 14, 2003 3:54 am
Posts: 7256
Location: Paris, France
if you provide a clean patch including the javadoc to the current distro I'll apply it.

_________________
Emmanuel


Top
 Profile  
 
 Post subject:
PostPosted: Mon Oct 09, 2006 5:08 pm 
Hibernate Team
Hibernate Team

Joined: Sun Sep 14, 2003 3:54 am
Posts: 7256
Location: Paris, France
I mean a patch to our ant build system

_________________
Emmanuel


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 14 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.