% Intro to Jython at Rackspace % Jim Baker, Werner Mendizabal, Jorge Williams % {jim.baker|werner.mendizabal|jorge.williams}@rackspace.com
FIXME mention REST APIs
FIXME thinking some sort of schematic of how clients interact with Keystone FIXME thereby showing centrality of Keystone (befitting its name) FIXME sequence diagrams are probably best for thisx
- Implementation of Python for the Java platform
- Compiles to Java bytecode
- From the beginning great Java integration via some cleverness
- Small team of committers
- Under on-and-off development since 1997
- Extensively used
FIXME gradle
(actually we really need to follow up on this!)
FIXME Clamp support of Java annotations to remove boilerplate
- Target the following operations initially
- AuthN including Password and 2 Factor (POST /v3/auth/token)
- Token Validation (GET /v3/auth/token and HEAD /v3/auth/token)
- Service discovery (GET /v3)
- Target other operations if possible, but initial plan is to target core operations first
FIXME contact info