blog.sebastian-daschner.com
All blog entries - Sebastian Daschner
https://blog.sebastian-daschner.com/entries
Why I’m using Java EE. Released JAX-RS Analyzer v0.10. Siren 4 Java EE Hypermedia Client (Video). Designing and implementing REST acceptance tests (Video). JavaOne 2016 Lightweight Java EE talk. Thoughts on Java EE 8 roadmap update. Link to JAX-RS resources (Video). JavaZone 2016 Lightweight Java EE talk. Hypermedia REST workshops in Oslo. Java EE workshops in Munich. Java activities for end of 2016. First look at JUnit 5. Hacking with the JSONB 1.0 Public Review. Java EE workshops in Munich. Released JA...
blog.sebastian-daschner.com
AsciiBlog on JavaEE MVC (JSR 371) - Sebastian Daschner
https://blog.sebastian-daschner.com/entries/asciiblog_on_mvc
AsciiBlog on JavaEE MVC (JSR 371). Monday, may 25, 2015. The latest version of AsciiBlog now uses the Early Draft Release of the new JavaEE 8 MVC specification (JSR 371). This makes the integration of JSPs with action-based MVC even easier. Dependency groupId com.oracle.ozark /groupId artifactId ozark /artifactId version 1.0.0-m01 /version /dependency. To include Ozark, the RI of MVC. Ozark relies on Jersey and should to be deployed on a Glassfish (nightly build). Have a look at the AsciiBlog project.
blog.sebastian-daschner.com
JAX-RS Analyzer explained (Video) - Sebastian Daschner
https://blog.sebastian-daschner.com/entries/jaxrs_analyzer_explained_video
JAX-RS Analyzer explained (Video). Tuesday, may 19, 2015. I have uploaded a video in which I introduce my JAX-RS Analyzer tool, which analyzes JAX-RS projects and automatically generates REST documentation. Feedback is very welcome. You can find the project. And the Maven plugin. Sebastian Daschner, CC BY-NC-SA 4.0.
blog.sebastian-daschner.com
Released JAX-RS Analyzer v0.4 - Sebastian Daschner
https://blog.sebastian-daschner.com/entries/released_jaxrs_analyzer_v0.4
Released JAX-RS Analyzer v0.4. Saturday, may 16, 2015. Today I released version. Of the JAX-RS Analyzer. Following main features / improvements have been made:. Added a backend in AsciiDoc format. Added project information (name, version, etc.) to backends (which are read from Maven when using the Maven plugin). Added analysis of thrown. S in the code. Improved analysis of variable types. Fixed possible error when using JSR-310 types in request/response bodies. The Maven plugin usage is updated to:.
blog.sebastian-daschner.com
Running Java Web Start Apps in a Docker sandbox - Sebastian Daschner
https://blog.sebastian-daschner.com/entries/java_web_start_in_docker_sandbox
Running Java Web Start Apps in a Docker sandbox. Sunday, july 19, 2015. There a various reasons why Java Web Start Apps aren’t really used anymore — mostly security based. But nevertheless sometimes you may need to run legacy application only available as JNLP file. These application can be run within a Docker container — even with GUI! Therefore your Docker host has to have a graphical environment. If you aren’t working on Linux, this means your VM running your Docker containers needs a GUI.
blog.sebastian-daschner.com
AsciiBlog Application explained (Video) - Sebastian Daschner
https://blog.sebastian-daschner.com/entries/asciiblog_explained_video
AsciiBlog Application explained (Video). Thursday, april 23, 2015. I have uploaded a video in which I explain my AsciiDoc blog application, the Git and AsciidoctorJ integration and the JavaEE components. Feedback is very welcome. Sebastian Daschner, CC BY-NC-SA 4.0.
blog.sebastian-daschner.com
Released JAX-RS Analyzer v0.5 - Sebastian Daschner
https://blog.sebastian-daschner.com/entries/released_jaxrs_analyzer_v0.5
Released JAX-RS Analyzer v0.5. Sunday, june 14, 2015. Today I released version. Of the JAX-RS Analyzer. Following features / improvements have been made:. Improved handling of abstract JAX-RS methods. Added more functionality to the command line tool (e.g. ability to specify several class paths). Changed CLI tool interface to convenient Unix-style parameters. Added more log information — especially on debug level. More debug log information for the Maven plugin (when specifying the.