Hi,
Can you please tell me which java classes you mean by the jforum action code which you have mentioned in the response above. I have created the DAO, along with a genericDAO which is basically going to query the datatbase, now i want to see the results on a web page, so how can i add it to be a part of the template context.
I am so confused because i have done the same part using Entity manager which used to query the database send the results to a
servlet and display it on the web page. In this case, i have the interface and the java file which would communicate with database and execute the SQL query, now, how should i display it on my web page using freemarker.
Please help.
Thanks,
Ankit.
[originally posted on jforum.net by ankitoshniwal]