EJB3, Seam, JPQL, JAVA 6 BOOKS

I have uploaded some useful books for us.Here is a list -
1.     o_reilly_-_essential_blogging.chm
http://armarz.ifolder.ru/8339684
2.     EJB3 Developer guide 2008
http://armarz.ifolder.ru/8339986
3.     JBoss.Seam.Simplicity.and.Power.Beyond.Java.EE.pdf
http://armarz.ifolder.ru/8363718
4.     Enterprise JavaBeans 3 0 5th Ed chm
http://armarz.ifolder.ru/8364674
5.     JBoss Messaging UsersGuide
     http://armarz.ifolder.ru/8378188
6.     ejb3prefomance
http://armarz.ifolder.ru/8378281
7.     hibernate_a_developer_s_notebook
   http://armarz.ifolder.ru/8378501
8.     EJB3 JPQL JTA HOW-TO
     http://armarz.ifolder.ru/8379375
9.     Apress - Java 6 Platform Revealed Jul 2006.1000Th Release.pdf
     http://armarz.ifolder.ru/8395868
10.     Apress.Facelets.Essentials.May.2008
    http://armarz.ifolder.ru/8396066
11.     Scripting in Java 2007
http://armarz.ifolder.ru/8438187
12.     Practical JBoss Seam Projects
      http://armarz.ifolder.ru/8465691
13.     SEAM IN ACTION 2008
http://armarz.ifolder.ru/8466959If you want similar books about EJB3, JSF, JSP, FACELETS, STRUTS and etc. pls put a comment:).

Nevermind, the issue was that my persistence.xml did not contain the following property:
<property name="hibernate.hbm2ddl.auto" value="create-drop"/>
Therefore, the tables were not being created upon deployment.
Still, I would expect to see entity beans listed in the WebLogic console.

Similar Messages

  • Java Programming Book Recommendation

    I'm looking for a good java programming book that covers more than the basics. In my CS110 class we went through the book:
    Java Programming - From Problem Analysis to Programming Design
    by: D.S. Malik
    I'm looking to expand upon this and was hoping someone was able to point me in the right direction of reading material.
    Thanks!

    Sun's basic Java tutorial
    Sun's New To Java Center. Includes an overview of what Java is, instructions for setting up Java, an intro to programming (that includes links to the above tutorial or to parts of it), quizzes, a list of resources, and info on certification and courses.
    http://javaalmanac.com . A couple dozen code examples that supplement The Java Developers Almanac.
    jGuru. A general Java resource site. Includes FAQs, forums, courses, more.
    JavaRanch. To quote the tagline on their homepage: "a friendly place for Java greenhorns." FAQs, forums (moderated, I believe), sample code, all kinds of goodies for newbies. From what I've heard, they live up to the "friendly" claim.
    Bruce Eckel's Thinking in Java (Available online.)
    Joshua Bloch's Effective Java
    Bert Bates and Kathy Sierra's Head First Java.
    James Gosling's The Java Programming Language. Gosling is
    the creator of Java. It doesn't get much more authoritative than this.

  • JasperReports for Java Developers book just released.

    JasperReports for Java Developers book by Packt Publishing is for Java developers who want to create rich reports for either the web or print, and want to get started quickly with JasperReports to do this. No knowledge of JasperReports is presumed, although obviously familiarity with Java, SQL, and XML are assumed where they are required.
    More about this book :http://www.packtpub.com/JasperReports/book
    Sample chapter from this book "Creating Dynamic Database Reports"
    can be downloaded from : http://www.packtpub.com/files/SampleChapter-JasperReports.pdf

    Any one that might be able to help me here? Much appreciated. Thanks.

  • Java Certification Books?

    Hey All,
    I'm planning on starting to study for the Java Certification, although as always there seems to be as many book/study guides out there that there is testing centers!!!
    I book that seems to be defacto at the moment is : SCJP Sun Certified Programmer for Java 5 Study Guide (Certification Press Study Guides)
    by Katherine Sierra, Bert Bates
    BUT if anyone has any other suggestions on better books study guides please feel free to share.
    Thanks.

    http://onesearch.sun.com/search/onesearch/index.jsp?charset=utf-8&qt=java+certification+books&rf=0&rt=1&nh=10&cs=0&y=10&x=5&col=developer-forums

  • Some comprehensive java's book?

    Hello,
    I was wondering does anybody can recommend to me some latest edition of some comprehensive java's book?
    I'm studying from many year-two old books, and today I find one which contain significant improvement regarding the books I have.
    So please, if anyone could give me some reference (book name, authors, etc...), I'll be very thankful !

    jwenting wrote:
    Guess he wants a single book that does it all, some kind of super Java cram guide that teaches you everything there is to know in one little package (preferably needing next to no time to work through).Oh, that would be these at least for JavaSE:
    [http://java.sun.com/docs/books/jls/third_edition/html/j3TOC.html]
    [http://java.sun.com/javase/6/docs/api/]

  • Java learning book

    Can anyone recommend a good java programming book?
    Thanks.

    i recommend
    osborne press - java2 Complete reference
    wrox - Beginning jdk 1.5
    prentice hall - Introduction to java programming comprehensive version (if you alredy know little but about java)
    and - Java2 How to program
    theses are the extreemly good books pick any one and read cover to cover. after reading and understanding one of these books you should be able to have a strong knowledge about java.

  • Can anyone recommend a Java 3D Book

    Can anyone recommend a Java 3D Book. What I'm looking for is one that isn't too expensive below �30 ($40) and is quite uptodate with the new 3D API. Or is there a book that is coming out soon, which is said to be good.
    Thanks

    I looked for 3d book, there are not that many in bookstores, bought one "Ready-to-Run Java 3D" Wiley by Kirk Brown and Daniel Petersen.
    It's friendly but not very good at explaining things. Tutorials here on the site is much more helpful with simple but very useful examples.
    I wish I did not spend money on the book.

  • Image Processing in Java (E-Book) Request

    Can anyone post the links for this e-book
    i think this e-book is helpful.so,iam requesting all of you.
    Image Processing in Java
    by Douglas A. Lyon
    Publisher: Prentice Hall PTR; Bk&CD-Rom edition (March 1, 1999)
    Language: English
    ISBN: 0139745777

    Check ebay, amazon or your local seller for a copy. Or if you want a free copy, write the author (maybe he's a generous fellow), but don't bother people on this forum with posts like this.
    - Travis

  • EJB3.0:JPA :java.lang.IllegalArgumentException

    Im pretty new to this, so Im trying to post everything you need to understand my problem,try to be more clear, i'm in lack of ideas in this problem, even it sounds like a classic
    /*Bean class*/
    public class BookCatalogBean implements Serializable, BookCatalogInterface {
    @PersistenceContext(unitName="EntityBean")
    // @PersistenceContext
    EntityManager em;
    protected BookBank book;
    protected Collection <BookBank> pmnList;
    public void addBook(String title, String author, double price) {
    // Initialize the form
    if (book == null)
    book = new BookBank(title, author, price);
    em.persist(book);
    public Collection <BookBank>getAllBooks() {
    System.out.println("BookCatalogInterface.java:getAllBooks");
    pmnList=em.createQuery("from BookBank book ").getResultList();
    System.out.println("BookCatalogInterface.java:getAllBooks...111:"+pmnList);
    return pmnList;
    /*and this is another class BookBank.java */
    package entity.library;
    import javax.persistence.Entity;
    import javax.persistence.GeneratedValue;
    import javax.persistence.GenerationType;
    import javax.persistence.Id;
    import javax.persistence.Table;
    import java.util.Collection;
    import javax.persistence.*;
    import java.io.Serializable;
    @Entity
    @Table(name="BookBank")
    public class BookBank implements Serializable {
    long id;
    /*variable declaration*/
    public BookBank() {
    super();
    public BookBank(String title, String author, double price) {
    super();
    this.title = title;
    this.author = author;
    this.price = price;
    @Id
    @GeneratedValue(strategy=GenerationType.AUTO)
    // Getter and setter methods for the defined properties..
    and I am getting error :-
    BookCatalogInterface.java:getAllBooks
    javax.ejb.EJBException: EJB Exception: ; nested exception is:
    java.lang.IllegalArgumentException: An exception occurred while creating a query in EntityManager:
    Exception Description: Syntax error parsing the query [from entity.library.ConfPmno conf ], line 1, column 0: unexpected token [from].
    Internal Exception: NoViableAltException(32!=[197:1: document : (root= selectStatement | root= updateStatement | root= deleteStatement );]); nested exception is: java.lang.IllegalArgumentException: An exception occurred while creating a query in EntityManager:
    Exception Description: Syntax error parsing the query [from entity.library.ConfPmno conf ], line 1, column 0: unexpected token [from].
    Internal Exception: NoViableAltException(32!=[197:1: document : (root= selectStatement | root= updateStatement | root= deleteStatement );])
    java.lang.IllegalArgumentException: An exception occurred while creating a query in EntityManager:
    Exception Description: Syntax error parsing the query [from BookBank book ], line 1, column 0: unexpected token [from].
    Internal Exception: NoViableAltException(32!=[197:1: document : (root= selectStatement | root= updateStatement | root= deleteStatement );])
    at org.eclipse.persistence.internal.jpa.EntityManagerImpl.createQuery(EntityManagerImpl.java:1328)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at weblogic.deployment.BasePersistenceContextProxyImpl.invoke(BasePersistenceContextProxyImpl.java:93)
    at weblogic.deployment.TransactionalEntityManagerProxyImpl.invoke(TransactionalEntityManagerProxyImpl.java:91)
    at weblogic.deployment.BasePersistenceContextProxyImpl.invoke(BasePersistenceContextProxyImpl.java:80)
    at weblogic.deployment.TransactionalEntityManagerProxyImpl.invoke(TransactionalEntityManagerProxyImpl.java:26)
    at $Proxy140.createQuery(Unknown Source)
    at entity.library.ConfPmnoBean.getAllBooks(ConfPmnoBean.java:37)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.jee.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:37)
    at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:54)
    at com.bea.core.repackaged.springframework.jee.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:50)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proc
    persistent.xml :-
    <persistence version="1.0" xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd">
    <persistence-unit name="EntityBean" transaction-type="JTA">
    <provider>org.eclipse.persistence.jpa.PersistenceProvider</provider>
    <jta-data-source>DB_DS</jta-data-source>
    <non-jta-data-source>DB_DS</non-jta-data-source>
    <properties>
    <property name="eclipselink.target-server" value="WebLogic_10"/>
    <property name="eclipselink.logging.level" value="FINEST"/>
    </properties>
    </persistence-unit>
    </persistence>
    I am not able to resolve the issue,getting error while calling getAllBooks method(createQuery line) of BookCatalogBean.java file.
    Any help is much appreciated,Please suggest solution

    Try using:
    em.createQuery("select book from BookBank book").getResultList();instead of
    em.createQuery("from BookBank book ").getResultList();The "from Entity e" only works for the Hibernate query language not the JPA query language.
    Also in your persistence.xml, define only one data-source: a jta-data-source or a non-jta-data-source.

  • Java 2D books

    hi frndz.
    Just I have been developing my projects on desktop app, and web app,,,, but just for myself i want to learn JAVA 2d so can any one tell which good book is in the market for that...thanx

    Java2D is an API that has changed very little (even though the underlying implementation has improved a lot) so this old book is still useful:
    [http://oreilly.com/catalog/9781565924840/|http://oreilly.com/catalog/9781565924840/]
    Regards,
    Dave Gilbert
    [http://www.jfree.org/|http://www.jfree.org/]

  • Java 5 Book Recommendation

    I'm seeing more and more Java 5 code everywhere I go. Anyone recommend a good book or good reference?

    Free Tutorials and Such
    Installation Notes - JDK 5.0 Microsoft Windows (32-bit)
    Your First Cup of Java
    The Java� Tutorial - A practical guide for programmers
    New to Java Center
    Java Programming Notes - Fred Swartz
    How To Think Like A Computer Scientist
    Introduction to Computer science using Java
    The Java Developers Almanac 1.4
    Object-Oriented Programming Concepts
    Object-oriented language basics
    Don't Fear the OOP
    Free Java Books
    Thinking in Java, by Bruce Eckel (Free online)
    Core Servlet Programming, by Merty Hall (Free Online)
    More Servlets, by Marty Hall (Free Online)
    A Java GUI Programmer's Primer
    Data Structures and Algorithms
    with Object-Oriented Design Patterns in Java, by Bruno R. Preiss
    Introduction to Programming Using Java, by David J. Eck
    Advanced Programming for the Java 2 Platform
    The Java Language Specification
    Books:
    Head First Java, by Bert Bates and Kathy Sierra
    Core Java, by Cay Horstmann and Gary Cornell
    Effective Java, by Joshua Bloch
    If you dont like those, There always is Amazon, B&N, Safari Books, etc..
    JJ

  • Java Programming Book:

    Does anyone know if there is/will be an update to the <u>Java Programming with the SAP Web Application Server</u> book anytime soon to cover the Composite Environment?

    Hi Richard,
    Good news, the book is in work.
    Regards, Katarzyna

  • Procedure to make a Java address book

    Hi all,
    I am a java beginer . I am planning to make some small projects. My first attempt is an Address Book . I want to know what all are the things i have to know to make an address book in java. I want to know how can i connect the code to the database. I am planning to use Microsoft Access as the Database .
    Regards
    Rahul

    rahulreigns wrote:
    Hi pals,
    Thanks a lot for your valuable replies. But still I have to go through some more clarifications . how to connect through the embedded database like derby . Also how to make those data to be added in the database . I mean how to code those things.
    I am just a beginner in java . I have lots of doubts . But right now pls help me in these problems that i have mentioned here.
    Thanks and Regards
    RahulWell if you really are new then you are jumping WAY ahead. You need to start at the beginning getting to know things liek variables, classes, objects, methods, scope, polymorphic behavior. You are IN NO shape to jump straight into database and collections before doing the basics. Java takes time about a year I would say if you are dedicated to get to where you are now... (databases).
    Get a good book like Head First Java and do lots of basic code. I have an oudated book that taught me well about the very basics and the reason was it was FULL FULL of excercises.
    Java Programming Comprehensive Concepts and techiques
    Java Head First
    and google.
    So long as theres java 5 or 6 in the title you will do great.

  • New to Java-Need book that explains OOP concepts

    Hi-
    This as a great forum!
    I have been programming in VB for a while and now I'm trying to learn Java. Can someone please tell me which book is best for learning concepts like objects, classes, visibility etc; Most of the books I have seen go too fast or do not cover enough detail. I would like to find something that has lots of examples (diagrams are nice) and covers OOP thoroughly.
    Thanks!
    Ken

    The "Head First" books might be a good, gentle intro:
    http://www.amazon.com/Head-First-Object-Oriented-Analysis-Design/dp/0596008678/ref=pd_bbs_sr_1/104-1237750-7651950?ie=UTF8&s=books&qid=1184865003&sr=8-1
    %

  • Java Script Book

    Can anyone suggest a good book for learning JavaScript? or better yet an online tutorial. I am already familiar with Java.

    I prowled around Amazon and "Beginning Javascript" by Paul Wilton seemed to get better reviews- excellent, in fact. "Beginning" may be a little deceptive, according to one reviewer.

Maybe you are looking for

  • Converting lines to fills

    A client of mine has all these product logos that have a thick 10-point outline around the text. When I import these logos into Flash I always want to convert the outline to a fill, because otherwise when I use alpha to fade the logo in and out durin

  • Adobe-Air Error Message?

    Hello Folks, I have installed CS6 and selected Adobe Support Center from the help menu. I keep getting the following error message. "The installation of this application is damaged. Try to re-install the application or contact the publisher" I tried

  • My camera takes blurry pics and video...is there a solution?

    Pics and videos are allways blurry.

  • Can I send DHCP host name to my ISP from RV220W?

    My ISP waits a definite host name from me to return my white IP address via DHCP. Can I set this parameter in RV220W router? I don't find such parameter in IPv4 WAN configuration page.

  • I have OS X 10.5.8....

    I Just updated my iPhone to the new iOS 6 and it seems to be incompatible with my version of iTunes. But in order for me to update iTunes, I need a OS X Update of 10.6.8. I cannot find a download for 10.6 to get me to 10.6.8. Is the 10.6 still on the