IntelliJ Java IDE
The moose likes Object Relational Mapping and the fly likes $100 Error Free Code Challenge on Hibernate Made Easy Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Object Relational Mapping
Reply Bookmark "$100 Error Free Code Challenge on Hibernate Made Easy" Watch "$100 Error Free Code Challenge on Hibernate Made Easy" New topic
Author

$100 Error Free Code Challenge on Hibernate Made Easy

Cameron Wallace McKenzie
author and cow tipper
Saloon Keeper

Joined: Aug 26, 2006
Posts: 4962

Being the last day of my book promo, this is probably the last opportunity I'll have to discuss my book without seeming like I'm trying to take advantage of the forum.

One topic that didn't come up was the $100 code challenge.

One thing I did in the book was make sure every piece of code compiles. I'm sure there are plenty of typos in the prose, but I worked darned hard to ensure that all of the Java sytnax is correct, and if anyone can find an error in the Java code that stops a given class from compiling, I'll give the first person that notifies me of that error $100USD.

Anyways, I just know how frustrating it is to try and do examples from a book and find that the code you're writing could never work. I've done everything I can to avoid that, and if there is a problem, I want to know about it, and I'm willing to reward anyone that finds some problems.

By the way, if the admins feel the need to push this post to the "blatent advertising" forum, I won't be offended.

-Cameron McKenzie
[ June 06, 2008: Message edited by: Cameron Wallace McKenzie ]

Author of Hibernate Made Easy, What is WebSphere???, JSF 2.0 Made Easy and the SCJA Certification Guides
mohi akh
Greenhorn

Joined: Jan 10, 2012
Posts: 1
Hello Mr Cameron Mackenzie:
The jsp file in page 250 of the Hibernate made easy doesn't work in eclipse " is missing
The code you insert on the page
<%@page import="com.examscam.dao.*,com.examscam.model.*,
com.examscam.*,org.hibernate.*;" contentType="text/html;%>

The correct code that works in eclipse:
<%@page import="com.examscam.dao.*,com.examscam.model.*,
com.examscam.*,org.hibernate.*;" contentType="text/html;"%>

if I distinguish the errror , please inform me .
Sincerely yours Dr Mohsen Akhavan Tabib
Thomas Todaro
Greenhorn

Joined: Feb 02, 2012
Posts: 3
Somehow I doubt that he's interested in the answer to a question posted in June 2008.
 
IntelliJ Java IDE
 
subject: $100 Error Free Code Challenge on Hibernate Made Easy
 
Threads others viewed
SCJA Book?
Tutorials and EBooks...
working email addresses for Kathy & Bert
this week's spring promo has moved
Compare SCJA Books by Robert Liguori & Edward Finegan with Cameron McKenzie's Study Guide
IntelliJ Java IDE