[X] The "/OldFiles" file could not be found or is not available. Please select another file.

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


http://www.openode.org/





Separate each tag with a space.

Release Date:

2003-05-21

Topic:

Operating System:

License:

Intended Audience:

Programming Language:

Registered:

2002-05-21

Ratings and Reviews

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.

Project Feed

  • xengine 2.0 file released: openode-xengine-2.0.zip

    posted 2424 days ago

  • File released: /xengine/2.0/openode-xengine-2.0.zip

    posted 2424 days ago

  • XEngine 2.0 Released

    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.

    posted by epgawt 2425 days ago

  • util 1.2 file released: openode-util-1.2.zip

    posted 2425 days ago

  • File released: /util/1.2/openode-util-1.2.zip

    posted 2425 days ago

  • ASK 1.0.6 facilitates WEBAPP dev. using static services

    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() } }

    posted by epgawt 2544 days ago

  • Tracker comment added

    epgawt commented on the Creating Grid using XEngine artifact

    posted by epgawt 2550 days ago

  • ASK 1.0.6 released

    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.

    posted by epgawt 2551 days ago

  • ask 1.0.6 file released: ask-1.0.6.zip

    posted 2551 days ago

  • File released: /ask/1.0.6/ask-1.0.6.zip

    posted 2551 days ago

Rate and Review

Be the first person to add a text review.

Would you recommend this project?






<

Related Projects

Openode Tools Actions

Thanks for your rating!

Would you also like to write a review?





Skip Review

Thanks for your review!

Get credit for your review by logging in via OpenID. Click your account provider:

No Thanks