How to Use Active Object in Servlet Module?

Satyendra Narwane
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 30, 2013

I want to get an instance of ActiveObjects... How could I get it?

Defination of Entity

import java.util.Map;

import net.java.ao.Entity;

public interface MapEntity extends Entity

{

public Map getMap();

public void setMap(Map object);

}

So how to get in Servlet.

1 answer

0 votes
RambanamP
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 30, 2013

Suggest an answer

Log in or Sign up to answer