I have created a sample webservice using eclipse plugin and AXIS. Now i have to convert this sample application to use REST. Please help me with some sample application/code to develop a sample REST Webservices.
Hi
I need to use velocity template with out using .vm file. Instead i should use string template. I think we have to use VelocityEngine.evaluate, how to use that. please help me
I have developed a sample portlet(liferay) application using JSF.
The attachment has the folder structures and the jars i have included. I have put jsf-api and jsf-impl
from the jbossweb.sar of jboss 5.1.0, in the build path of the project.
I am getting the following exception on accessing the portlet. Please help me solve this issue
select a.msisdn,sum(b.amount) 'amount'
from account a
inner join accrued_Transaction b on a.msisdn = b.msisdn
where a.account_group = 300 and a.opt_in_date is null and b.year <= 2010
AND b.quarter <= 2 AND (b.opted_in is null OR b.opted_in = 1)
GROUP BY b.msisdn, a.msisdn