Skip to content

Instantly share code, notes, and snippets.

@AdamBien
Created August 10, 2016 06:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AdamBien/37a17360d3cdc278c1a98847dc1c5359 to your computer and use it in GitHub Desktop.
Save AdamBien/37a17360d3cdc278c1a98847dc1c5359 to your computer and use it in GitHub Desktop.
30thAirhacksQ&A.md
@marcincembrzynski
Copy link

Do you think is secure to store anonymous user data, for example id of the user basket in secure cookie:

NewCookie cookie = new NewCookie("basketId", id, "/", "host", "", 99999, true, true);

Thanks,
Marcin

@alameen
Copy link

alameen commented Aug 26, 2016

Hello Adam,

What reporting library would you recommend for a Javaee app in which a lot of PDF is being generated? I currently use JasperReport which breaks glassfish whenever the report gets bulky.

Many thanks and keep up the good work :)

@AdamBien
Copy link
Author

@AdamBien why does haproxy need a Java/CentOS Base image? I'd hardly call this minimalistic!

— Christoph Kutzinski (@kutzi) August 26, 2016
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>

@AdamBien
Copy link
Author

@AdamBien
Copy link
Author

TIL: I can use JUnit based system tests in JMeter to do basic smoke test on performance issues in Java EE based systems. Thanks @AdamBien

— Hans Kruse (@hanskruse) August 14, 2016
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>

@AdamBien
Copy link
Author

Wondering what @AdamBien thinks about @myfear's Nine 'Neins' against Java EE for microservices? https://t.co/ENvPlqr0TS

— Hans Kruse (@hanskruse) August 10, 2016
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>

@AdamBien
Copy link
Author

@AdamBien @hanskruse no wonder, I'm sure #Cobol advocates find their happy clients just as fine

— Kristof Jozsa (@kjozsa) August 12, 2016
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>

@jhogan515
Copy link

What is the current state of ESB, and will it or something like it become part of JEE? It seems that the popularity of SOA and microservices has caused a void area in the architectures of a lot of companies. Companies end up with very large collections of services with all pointing at the same things. The proliferation of services (possibly excessive) seems to create lots of redundant configuration, and I believe it makes it a lot more difficult for developers to comprehend different parts of systems. Maybe a more standardized ESB would help ...?

@t-shaguy
Copy link

t-shaguy commented Sep 1, 2016

Hi Adam,

Many thanks for this great work. Please are connection pools more reliable than CMP/ Application Server Data-sources in enterprise applications, Please what is your best practice advise as regards this?

@t-shaguy
Copy link

t-shaguy commented Sep 1, 2016

Hi Adam,
Please are there times, where running / exposing a web service on the JVM are more robust / better than on an application Server say wildfly or Payara ... ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment