Message Board
Message Board > Programming > Java API docs O.O |
August 4, 2012, 20:40 | |
Zomg
None 641 posts |
I just found out today while coding that there is more than one Java API. LOL. There is: J2SE7 Java2 (=collection name for 1.4 onwards) Standard Edition 7 JavaEE7 Java2 Enterprise Edition 7 ; for business applications. Includes API for Hibernate and other persistence mechanisms. Amazing! An example where you would need the Standard Edition docs is for example JDK5 Generics Type<T>. For J2EE on the other hand, you would need its documentation when you're writing persistence annotations such as @Basic, @Temporal etc. I guess I'm the only noob that didn't know! [Edited on August 4, 2012 by Zomg] ____________ |
# |
Message Board > Programming > Java API docs O.O