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.
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
posted
0
Somehow I doubt that he's interested in the answer to a question posted in June 2008.
subject: $100 Error Free Code Challenge on Hibernate Made Easy