• New: Asynchronous container filters

    JAX-RS 2.0 shipped with support for filtering requests and responses, which enabled a lot of great use-cases for delegating duplicated code away from resources and into filters that would do the same processing for ev...
    Profile Photo
    last modified by fromage
  • Jakarta EE and OpenShift

    At Summit this year I was able to meet with a number of our key customers and partners. I was also there to give a presentation with Dimitris on the future of enterprise Java, which was based a bit on an earlier DevNa...
    Profile Photo
    last modified by marklittle
  • A brief introduction to the RESTEasy Tracing Feature

    Tracing feature is a way for the users of the RESTEasy to understand what's going on internally in the container when a request is processed. It's different from the pure logging system or profiling feature, which pro...
    Profile Photo
    last modified by weinanli
  • PostgreSQL JDBC Job Repository in WildFly

    WildFly supports batch processing through its batch-jberet subsystem, which can be configured to use either a in-memory or jdbc job repository.  The in-memory batch job repository, the default one, requires no ex...
    Profile Photo
    last modified by cfang
  • This week in JBoss, 7th June 2018 - No Rest for the Weary

    Welcome to a new edition of the JBoss Weekly Editorial. As summer comes closer on the northern hemisphere, the blue sky and sunny days do not appear to be able to hinder the community progress. No rest for the weary, ...
    Profile Photo
    last modified by rpelisse
  • Asynchronous, reactive, rxjava and beyond!

    JAX-RS 1.0: The blocking origins  Originally, JAX-RS code use to be blocking and straightforward, like this resource for example:   @Path("/hello") public class HelloResource {     @Path("cl...
    Profile Photo
    last modified by fromage
  • This week in JBoss (31 May 2018)

    This is a smaller editorial this week, but by no means does that mean we haven’t been busy! Releases Hibernate 5.3.1 is the first bug-fix release for Hibernate 5.3, a JPA 2.2 implementation. Hibernate Sea...
    Profile Photo
    created by lightguard
  • Secure Angular and Spring Restful Web Application using CAS Authentication

    Why Angular?   Angular is a Component-Based Framework.  A component has a view, logic, and data as one unit.  The view is responsible for the display of the component.  The model is defined in the...
    Profile Photo
    last modified by johnnyren
  • New DRY-er annotations for parameters

    You know DRY (Don't Repeat Yourself) and you wish every feature would be reviewed according to this criteria? I've always found it annoying to repeat the name of the parameter variable in my JAX-RS resources:  ...
    Profile Photo
    last modified by fromage
  • This week in JBoss (25th May 2018): Updates from Summit and more

    Welcome to another edition of the JBoss Editorial, our regular search through the JBoss Communities in search of interesting topic for all.   Updates from Red Hat Summit  Earlier this month saw the largest ...
    Profile Photo
    last modified by kconner
  • RESTEasy Spring Boot starter has moved

    Back in August last year, Fabio Carvalho from PayPal has blogged here on how to use RESTEasy in a Spring Boot application, relying on a Spring Boot starter project that he basically developed. What happened in the fol...
    Profile Photo
    last modified by asoldano
  • This week in JBoss (17 May 2018)

    Sorry, we missed last week. We’re pulling double duty this week to get you all caught up on the latest with JBoss!   Red Hat Summit 2018 First, we would like to thank everyone who attended Red Hat Summit...
    Profile Photo
    created by lightguard
  • Configure SPNEGO on AS 7.x

    For more Information read this: http://community.jboss.org/docs/DOC-16876     Server Side ( standalone.xml )   /etc/krb5.keytab User needs read right on this file. ( how to create this is same as in ...
    Profile Photo
    last modified by rodakr
  • This week in JBoss (3rd May 2018): Red Hat Summit here we come

    Welcome to another edition of the JBoss Editorial, our regular dip into the JBoss Communities to discover topics of interest to you all.   Red Hat Summit is finally here!  Next week sees many of us returnin...
    Profile Photo
    created by kconner
  • Migration from Seam 2 to CDI/DeltaSpike

    We did some migration documentation before, even it was not very well announced on all possible streams.   It started as Seam 2 -> Seam 3 migration example at seam/migration · GitHub for very well known ...
    Profile Photo
    created by manarh
  • This week in JBoss (26 April 2018)

    Continuing from last week, thank you, Mark, we have a number of jBPM related posts this week. There are also some related Hibernate posts. Shall we start with releases?   Releases Hibernate ORM 5.2.17 Teii...
    Profile Photo
    last modified by lightguard
  • mod_cluster went to JUDCon India:2012 (aka "best presentation at JUDCon")

    Namaste नमस्ते everyone!   As I am sitting at the last airport (Dubai!), I am happy to report from journey of mod_cluster going all the way to India! To back up a little bit, when the JUDCon 2012 call for papers...
    Profile Photo
    last modified by rhusar
  • This week in JBoss, 19th April 2018 - it's BPM week!

    There has been a lot of BPM related activity this relatively quiet week.   jBPM Lead Kris Verlaenen has written an article about his attendance of bpmNEXT 2018. In fact it was such a good day 1 that he had to sp...
    Profile Photo
    last modified by marklittle
  • Time for a couple of bug fix releases

    Two months after last round of releases, here we are again with two RESTEasy bug fix versions, 4.0.0.Beta3 and 3.5.1.Final. After we completed the implementation of JAX-RS 2.1 and shipped it few months ago within Wil...
    Profile Photo
    last modified by asoldano
  • mod_cluster version 1.4.0.Final is out!

    We are happy to announce the latest mod_cluster release 1.4.0.Final! To summarize:   Users can now leverage the expanded support for Tomcat 8.5 and Tomcat 9.0 and support for JDK 9 and 10. Configuration-wise, t...
    Profile Photo
    last modified by rhusar