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

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

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 sandboxing

With the upcoming release las2peer will be executed inside a Java native sandbox. First of all the sandbox will block file access to system files and user data on the system. Most files inside a las2peer folder are readable to the (service-)code executed on the local node. In detail the file access can be...