Menu

Openode Tools / News: Recent posts

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 Enrique Perez Gil 2003-05-20

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()
}
} ... read more

Posted by Enrique Perez Gil 2003-01-21

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... read more

Posted by Enrique Perez Gil 2003-01-14

SHORB 1.0.1 released

Openode SHORB is a simple HTTP Object Request Broker. Now with version 1.0.1 HTTPS is supported for communication.

Posted by Enrique Perez Gil 2002-11-08

Java Developers Journal ASK Article

November's 2002 Java Developers Journal issue publishes an article about ASK written by Enrique Prez. There you can read the motivations, benefits, and filosophy behind the technology.

Posted by Enrique Perez Gil 2002-11-01

Openode SHORB 1.0 Released

SHORB is a simple HTTP Object Request Broker that allows Remote Objects management over HTTP. It offers a rmic tool to generate stubs directly from Interfaces instead of classes. Also contains a naming service and a directory/path objects naming protocol that hides clients from final remote Objects Locations.

Posted by Enrique Perez Gil 2002-10-29

Openode ASK 1.0.4 Released

ASK offers a simple way to develop webapps, it promotes a Server Side Component Model called ASK OpenBeans that allows the programmer to concentrate in Java Business Logic rather than HTTP issues.

Posted by Enrique Perez Gil 2002-10-29

ASK OpenBeans, a Server Side Graphical Model Proposal

ASK introduces the OpenBeans API. The intention is to define a SIMPLE Server Side components Graphical API that would allow the development of ASK OpenBeans in RAD Environments. Help to reach the goal is requested!!!

Posted by Enrique Perez Gil 2002-09-24

Openode splitted

Openode tools can be downloaded independently of each other.

Posted by Enrique Perez Gil 2002-09-24

New Openode ASK version released

Openode ASK is a front-end Application Server offering a Java Server Component Model to develop WEBAPPs as well as a server side Clustering Architecture.

Posted by Enrique Perez Gil 2002-09-20

WML openode ASK Development

The Job consists in developing the Server Side ASK Components package to support WML Applications.

Posted by Enrique Perez Gil 2002-09-20

SOAP API Developer needed

SORB needs a SOAP Access, anybody interested in developing the SOAP API for SORB ?

Posted by Enrique Perez Gil 2002-09-20
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.