Developer Blog

las2peer Release 0.7.3

We released las2peer 0.7.3 together with a new version of the Distributed Noracle as a reference implementation. The new release includes up-to-date dependencies as well as code cleanup. Also, we now feature more stable support for different MIME-types, making las2peer fully suited to act a as Web server for static files from the shared...

las2peer Release 0.7.2

Recently we released las2peer 0.7.2 as a stability update. For a complete list of solved issues, please take a look at the release notes on GitHub. Java JCE Furthermore the latest Java releases contain the Java Cryptography Extension by default. You don’t have to patch your Java environment anymore. We strongly recommend to always use the...

las2peer Release 0.7.1

We just released las2peer 0.7.1 into the wild. Mostly this is a stability update. Fixing several issues with anonymous agent messaging. Furthermore we merged the brand new NodeAdminConnector into the WebConnector. So startWebConnector now provides you the best features of both components. startNodeAdminConnector is a deprecated alias for startWebConnector now. Last but not least...

las2peer Release 0.7.0

Finally we are happy to release las2peer 0.7.0 introducing exciting new features paving the path to secure, self-deploying services. A new service API, making features more accessible and intuitive to use for new developers. More secure services: Services are now isolated from the core. Easier service deployment: Services can be uploaded to the network...

Service Deployment In las2peer 0.7

The next las2peer release focuses on stability and usability. The service deployment is simplified and improved. Starting with las2peer 0.7 a service developer packs all service classes and dependencies into a usual jar. This jar is called fat-jar. To deploy the service this fat jar is uploaded to the network. To upload a service...

las2peer Release 0.6.9

Today we released las2peer 0.6.9. This is a maintenance release. Changelog Bug – WebConnector send response headers duplicate Improvement – Add UPNP libs to the Core by default – typo error in invokeInternally method Task – Slow (32 s) response when reqbaz hits traffic – WebConnector answering with XML...

Bundled Jars

In the current SNAPSHOT builds and with the next release, we’ll be using packed jars for the las2peer core, WebConnector and the RESTMapper. You’ll notice that the dependencies seems to “disappear” from your project folders. But they”re just bundled inside of their jar file. If you experience issues, please file us an issue on...

las2peer Release 0.6.8

las2peer 0.6.8 has been released. las2peer is now able to upload services to the network and load it from there. Note that this is an experimental feature being stabilized for the upcoming 0.7 release. Changelog (also on GitHub) – implement network class loading