Ask questions now and see you at March, 6th at 6.PM. CET: http://www.ustream.tv/channel/adambien
-
-
Save AdamBien/4500d4f7e546ea7f242baaec2e2f6616 to your computer and use it in GitHub Desktop.
Hi, Adam.
2 questions:
- The New payara release has a deactivated autodeployment feature due to Security risks. In many of your docklands projects you actually use this Feature. What is your workaround? Is the New programmatic bootstrap in payara a good alternative?
- I experienced long startup times (15-20 seconds) in payara full version with my applications (thin wars, very much use of Java EE APIs, no external libs). As I switched to payara micro, the times were a little bit better (10-15 seconds). What would be a good way to speed up the deployment/startup or to find potential problems?
Thanks :)
Hi Adam,
I have 3 questions:
- How we deal with field validation in JavaFX + FXML?
- Can you show an example how we test JAX-RS application with Arquillian on different servers by using as a maven dependencies the javaee-api. In my case, with tomee I get java.lang.ClassNotFoundException: com.sun.el.ExpressionFactoryImpl. It works only if I use java-ee api from org.apache.tomee.
- When we need to Override getClasses/getSingletons of the javax.ws.rs.core.Application class?
Hi Adam,
I heard you saying that Keycloak is getting more and more popular. When securing applications/services there are different integration strategies, some of them can be found here
https://keycloak.gitbooks.io/securing-client-applications-guide/content/topics/oidc/java/java-adapters.html
Which of them have you used ? (advantages / disadvantages)
Thanks
Hi Adam,
I have started learning JEE. Your videos and books have been extremely helpful.
I have independent services which needs orchestration. Which framework can I use to do service orchestration in JEE ? Can this service orchestration be a singleton across clusters ?
Hi Adam,
Thank you for reply, but in second question, about Arquillian, I mean JAX-RS (or JEE) application and not Bean validation.
https://keycloak.gitbooks.io/securing-client-applications-guide/content/topics/oidc/java/java-adapters.html is not working any more. Anyone knows alternative link?
Hi Adam
Have you tried to integrate the swagger 1/2 with jersey 1.x? Do you have some sample that works? I am trying to deploy to a Weblogic app that provide jersey 1.18 and it looks that is not able to find the resource class that contains my endpoints. Any thoughts related are kindly appreciated.
Thank you