Ask questions and see you at April, 8th, 6.PM. CET:
http://www.ustream.tv/channel/adambien
This comment has been minimized.
This comment has been minimized.
roeltje25
commented
Apr 4, 2018
Dear Adam, We are deep in using Webstart for our flagship product. It allows for easy deployment of our desktop clients to our enterprise user base. Of course we want to move away from using our old Swing clients to a web based approach, but this takes time. There are many screens that we have not moved to our next generation app. Now the issue is that webstart was deprecated and java 11 will drop support. As java 11 is an LTS version we suspect that our clients might be migrated to java 11 automatically. Which will render the use of our application (most probably?) broken. Do you have any recommendation for easy deployment of a swing app to multiple end users in the absence of webstart? On another note. What is your opinion on Oracle dropping such big aspects of the java ecosystem in a relatively short period of time? Will java remain a stable platform, as it was in the past? To us it was the biggest reason to use Java; no or very little breaking changes. thanks! |
This comment has been minimized.
This comment has been minimized.
mhlulani
commented
Apr 4, 2018
Hi Adam We are doing an overhaul of our systems from using JSF to now using Angular (frontend) and JAX-RS (backend), we aim to make our backend as stateless as possible (sessions are no longer going to be used, instead the state will be kept by the client - Angular), this is all in the name of scalability. The trouble is we are unable to prevent sessions from being created for every REST request (We used session listener to track this), we are thinking that disabling session will free up memory especially under load. Please advise. Thanks in advance |
This comment has been minimized.
This comment has been minimized.
swhp
commented
Apr 5, 2018
Hi Adam, I'm watched your screen cast about Java EE Testing which is very helpful for me, thank you for making that screen cast :) My current approach was I made class that responsible on hit login endpoint to receive the JWT, but this class will be executed every time the system test executed. Please can you give some advice on how doing system test towards protected JAX-RS endpoint? Thanks, |
This comment has been minimized.
This comment has been minimized.
eyalyatir
commented
Apr 5, 2018
Hi Adam, Do you know of any Java EE frameworks that add client (service provider) support for SAML 2.0 SSO profiles, something like spring SAML framework but for Java EE? For example, a framework that uses the Java EE Security API. Thanks, |
This comment has been minimized.
This comment has been minimized.
VAGGELIS
commented
Apr 6, 2018
•
Hi Adam, I'm looking in to JEE and query caching. I 'm working on a scenario where i have a query which returns eevry times an amount of 1000 results. We have a caching mecahnism using ehcach but as an external tool of JPA. We put there the objects we wan to cash and manually update them when the apropriate data change. Is there a way to cache query results in a jee jpa application? (I'm using Elcipselink and wildfly 8) Thanks, |
This comment has been minimized.
This comment has been minimized.
vanuatoo
commented
Apr 9, 2018
Please take a look at this Java EE 8 project. How can I do that? |
This comment has been minimized.
This comment has been minimized.
pkumar72
commented
Apr 14, 2018
Thin war (200K) file. Hi Adam, Thanks |
This comment has been minimized.
sfcoy commentedApr 2, 2018
•
edited
Hi Adam,
I really enjoy watching these, but as they generally start between 2:00AM and 4:00AM for me (depending upon respective DST zones), it's really only practical to catch up on YouTube. So what's happened to the 48th Air Hacks Q&A?
Thanks,
Steve C