====== Java SDK Web Platform ====== **(for Tamcat)** See * [[http://wiki.aducid.com/client-api|Javadoc SDK Client API]] * [[http://wiki.aducid.com/web-platform|Javadoc Web Platform API]] The simplest way is to integrate a Java application with ADUCID. It is based on Java SDK Client API. It implements all necessary calls directly to your application returning authentication (operation) result into your session variables. Ideal when you are starting a new project See example: * [[developers:examples:java:web-platform-hello-world|Web platform Hello World application]] The architecture of Web Platform is provided in the picture below: {{:developers:sdk-webplatform.png?nolink&800x701}} ===== Using SDK Web Platfrom ===== Follow steps described in provided Javadoc documentation **api-web-[version]-javadoc.jar**. See also **api-web-webapp-[version].war** demo application as the real example of Web Platform integration.