Menu

SmartFrog / News: Recent posts

SmartFrog 3.04.004 released!

Hi Everyone,

We just made available a new packaged release for SmartFrog. It fixes a important bug that was introduced in 3.04.000 and some minor improvements.

It is important for anyone using 3.04.000 or 3.04.002 to upgrade to this version.

If you are upgrading from 3.02 note that there are some API changes that could affect your code. You can find extra details in changes.txt or in this release notes.... read more

Posted by Julio Guijarro 2004-08-23

SmartFrog 3.04.000 released!

*********************
SmartFrog
3.04.000_beta
*********************
Main Changes since 3.02.002_beta
---------------------------------
API (Important!):
- Context/Prim/ComponentDescripion changes:
- sfResolveId(id): does not exists any more. It has
to be replaced with sfResoveHere(id,false)
- sfResolveHere(id) changes its semantics and thows
sfResolutionException when id is not found. It can
be replaced by sfResolveHere(id, false) so that it
does not throw exception and returns null when id not
found.It will probably need to be surrounded with
a try/catch. ... read more

Posted by Julio Guijarro 2004-08-12

SmartFrog.3.02.000_alpha released!

SmartFrog (http://smartfrog.org/) is a distributed runtime that you install on your systems, which can then deploy, configure and undeploy pieces of a large service.

Main Changes since 3.01.003_alpha
---------------------------------
Language:
- New Language operators:
Some operators are unary prefix (!)
Some are binary (- / >= <= > < == !=)
Some are nary (+ * && || ++ <>) (<> is vector append, ++ is string concatenation)... read more

Posted by Julio Guijarro 2004-04-07

First open source release of SmartFrog

SmartFrog, the Java-based deployment framework from HP Laboratories, has released its first open source (LGPL) release of the product, and the core classes are all in the sourceforge CVS

SmartFrog (http://smartfrog.org/) is a distributed runtime that you install on your systems, which can then deploy, configure and undeploy pieces of a large service.

Your deployment process just got easier!

http://sourceforge.net/projects/smartfrog/

Posted by Steve Loughran 2004-02-13