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
*********************
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
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
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!