Calling from ASP.NET, JSP and Java Servlets

ASP.NET

ASP.NET applications in C# or Visual Basic programmer are easily built using the .NET Class. We recommend that you build application-specific classes that you can call from your ASP.NET pages. So instead of trying to call lsInit, lsLoad, lsExec, etc. from your ASP.NET page, instead create a .NET class that performs a higher-level reasoning process like 'determine best shipping method', 'recommend restaurant' or 'plan schedule'.

There are examples in samples/internet/asp.net.

JSP and Java Servlets

JSP pages and Java Servlets can readily call Java objects. We recommend you use the Java to build custom classes that call the Java LogicServer Class to perform reasoning functions.

There are examples in samples/internet/jsp and samples/internet/servlets.

To learn more about building Servlets and using JSP see The Java Web Services Tutorial.

Copyright ©1987-2011 Amzi! inc. All Rights Reserved. Amzi! is a registered trademark and Logic Server is a trademark of Amzi! inc.