Archive | December, 2008

DWR Java AJAX Applications

December 13, 2008

0 Comments

In this chapter, we will get to the actual hands-on work. We will develop samples based on DWR, which show how to dynamically change the common user interface elements such as tables and lists as well as fi eld completion. We also make a dynamic user interface skeleton for our samples that will hold all the samples in [...]

email

Functional Testing using Apache JMeter

December 13, 2008

0 Comments

Introduction to Functional Testing JMeter is found to be very useful and convenient in support of functional testing. Although JMeter is known more as a performance testing tool, functional testing elements can be integrated within the Test Plan, which was originally designed to support load testing. Many other load-testing tools provide little or none of this feature, restricting themselves [...]

SCJP 6.0 Certification – Rehearse It – Try It – Crack It with Dreamtech Press

December 2, 2008

0 Comments

Dreamtech Press releases book that covers all the objectives of the Sun Java SCJP Exam 310-065. The book provides sample questions to build your confidence for the SCJP exam. ISBN: 978-81-7722-562-4 Price: RS. 429/- (2 Volume Set with CD) Cracking the Sun certification exams is the most sought-after achievement for today’s IT students and professionals. [...]

Packt Publishing seeks authors for new Beginner’s Guide series

December 2, 2008

0 Comments

PacktPub Press Release Packt Publishing has today launched a new series of Beginner’s Guide books designed to make open source tools and other advanced software accessible and usable for Beginners. “There are thousands of tremendous software tools out there,” says series editor David Barnes. “The way they are designed, built and documented means they can [...]

How to solve QuerySyntaxException (table is not mapped) in hibetnate?

December 1, 2008

2 Comments

The following exception is very common if you are the beginner for hibernate. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 Exception in thread "main" org.hibernate.hql.ast.QuerySyntaxException: book is not mapped [from book] at org.hibernate.hql.ast.util.SessionFactoryHelper.requireClassPersister(SessionFactoryHelper.java:158) at org.hibernate.hql.ast.tree.FromElementFactory.addFromElement(FromElementFactory.java:87) at org.hibernate.hql.ast.tree.FromClause.addFromElement(FromClause.java:70) at org.hibernate.hql.ast.HqlSqlWalker.createFromElement(HqlSqlWalker.java:255) at org.hibernate.hql.antlr.HqlSqlBaseWalker.fromElement(HqlSqlBaseWalker.java:3056) [...]

Web frameworks supported by Spring

December 1, 2008

1 Comment

Introduction Most of the webapplications are implemented by Model-View-Controller(MVC) pattern. There are plenty of good frameworks use the MVC paradigm. Obviously, MVC becomes defacto standard for a webapplication because of it’s maintainability and clear seperation of presentation layer and the business layer. Spring is one amoung the group, a lightweight container used in the enterprise [...]