ASK:Webapps front-end Application Server, offers a Java Server Component Model, Clustering & Applications Fault-Tolerance Execution. SHORB:Simple Object Request Broker over HTTP. DBPCS: ddbb Connections Pool, supports Business DB Objects Pooling
Be the first to post a text review of Openode Tools. Rate and review a project by clicking thumbs up or thumbs down in the right column.
Xengine 2.0 provides a Open Tags Parsing and Tags Execution Model. * You can define your own tags libraries, providing either compiling and runtime directives. * Allows the ad-hoc creation of XStyle executable objects. * Lets you manage at compile time the free text between tags. * Provides an utility to parse inner styles.
ASK 1.0.6 facilitates the development of WEBAPPs using static services by offering an API that allows to call ASK stateless applications by passing the service name and parameters. The API offers two possibilities: invoke the service making it be executed in the same Server (local) or not. For example: public void paint(java.io.OutputStream out){ Hashtable p = new Hashtable(); // set the parameter for the service p.put("file","c:/data.xml"); try{ // the service is requested to be executed locally ser = org.openode.ask.server.ApplicationServer.appServer().runServiceLocal("xmlservice",p); out.write(ser); }catch(Throwable er){ er.printStackTrace() } } The same example but without location requirement: public void paint(java.io.OutputStream out){ Hashtable p = new Hashtable(); // set the parameter for the service p.put("file","c:/data.xml"); try{ // the service is requested to be executed locally ser = org.openode.ask.server.ApplicationServer.appServer().runService("xmlservice",p); out.write(ser); }catch(Throwable er){ er.printStackTrace() } }
ASK lets developers do complex X-net Applications by the use of a new server side Graphical component Model: ASK OpenBeans. Some of the benefits are: * Development - No JSPs - No XML/XSLT - No Cookies - No URL Rewriting - No HTTP Session Management - No JavaScript - Full Server Side Java code - Stateful & stateless Applications. * Clustering & Fault-Tolerance ASK offers a scalable Server Side Architecture framework designed to simplify server side deployment and to support large amounts of processing requirements. In this last version the following enhancement are included: -Application painting process 40% faster due to a new resource pooling mechanism. - The Request information is available in every request since the OutputStream passed to the paint() is always of type ServerOutputStream, which contains the method Hashtable ctx() to provide this. -The SApplication event SRequestEvent provides the Request Information arrived from the client in the form of a Hashtable: evt.reqInfo() -ASK Remote. ASK-Remote provides a way to manage ASK applications like remote objects. ASK-Remote first release is not an objects repository like openode SHORB, but a simple way to instance remote applications like remote objects in case of stateful applications and also to obtain references to remote stateless-like services objects providers in case of stateless applications. When doing an object lookup using ASK-R a new instance of the object is created when stateful objects and a search(and instance if not existent) of an object providing the service in case of stateless apps.
Be the first person to add a text review.
Copyright © 2010 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?
Thanks for your review!
Get credit for your review by logging in via OpenID. Click your account provider: