Java Programming: Creating & Implementing ATG Droplets

0 comments
In Java programming, creation of your own ATG droplets is an easy task. Servicing a default open parameter (oparam) in an ATG droplet is again surprisingly extremely easy.

ATG has these things called “droplets” that you use from within your “dsp” tag library. You can –nay– you SHOULD make your own droplets. You should have as little Java code in your JSP pages as humanly possible.

To do this, Java programmers need to take the following steps:
1. Create a .java file
2. Extend ‘DynamoServlet’
3. Create the .properties file
4. Define your properties
5. Implement the droplet

At SPEC INDIA, we have hands on experience as we are working in this industry since more than two decades. We have successfully completed many complex projects on the Java platform. Feel free to ask if you have any queries at our email id lead@spec-india.com, I will be happy to assist you.


Post a Comment