Skip to content
PetersPlanet.nl
Peter's blog
  • Home
  • About
  • Links

Posts Tagged with jython

Jython scripting for JBoss EAP with Eclipse and PyDev

Programming
Posted on July 9, 2016

One of the nice features of RedHat JBoss Enterprise Application Platform is that you can script deployments and configurations using Jython. In this case we are using the Eclipse IDE together with the PyDev plugin for our development environment.Continue Reading

How to bypass the SSL security check in Jython

Programming
Posted on June 21, 2016

In the past to bypass the SSL security check in Jython I have used the example published at jython.xhaus.com. Unfortunately this doesn’t work anymore with Java 8 and Jython 2.7.0. Luckily I found a solution for Java at log.rowanto.com. Now I only had to transform this into a solution for Jython. This can be seen below. Continue Reading

Copyright © 2023 PetersPlanet. All rights reserved.