Skip to content

Instantly share code, notes, and snippets.

View AdamBien's full-sized avatar
🌴
On vacation

Adam Bien AdamBien

🌴
On vacation
View GitHub Profile
@AdamBien
AdamBien / 5th Airhacks Q&A: Questions.md
Last active August 29, 2015 14:03
5th airhacks.io Questions
  1. Gateway pattern, stateful vs. stateless behavior and the "Extended" EntityManager (multiple questions)
  2. Boundaries intercommunication restrictions Java EE (two boundaries should not communicate with each other) Boundaries intercommunication restrictions Java EE Email question from: Sergio David
  3. .NET vs. Java EE -- after 5 years JAVA EE OR .NET - AN ALMOST UNBIASED OPINION Question from: Süleyman Vurucu
  4. What is the state of Java EE 7 (Adam S.)
  5. Cancel vs. Cancellation, and when "GET" and "POST" are not enough Frank
  6. @AdamBien please suggest some good resource for Java EE inside view like how container create stateless beans and so on #airhacks [@ mesurajchhe
@AdamBien
AdamBien / 6thAirhacksQ&A.md
Last active August 29, 2015 14:04
6th Airhacks Q & A
  1. What do you think about play framework as compared to JavaEE ? I often heard that JavaEE is heavyweight in development and therefore internet-startups uses other framework stacks like play, rails, meteor etc
  2. What would be the proper approach to read a network file in a J2E environment?
  3. "Open Extended Persistence Context In View" - a new pattern?
  4. ID generation in a cluster.
  5. State computation (daily limits) and scalability vs. consistency.
  6. Is JSF compatible with Bootstrap?
  7. The JSP / HTML 5 drama: The Return Of JSPs in HTML 5
  8. "How are you going to structure your application if application is going to be really huge. Are you still going to keep it in one big war?" blog comment by Thomas
  9. Commercial vs. free tools: gist discussion
  10. Is "Mixing storage/trans
@AdamBien
AdamBien / 7thAirhacksQ&A.md
Last active August 29, 2015 14:05
7th Airhacks Q & A

Questions for the October's edition of the http://airhacks.io show.

  1. JavaOne 2014 San Francisco outtakes.
  2. Database or ORM discussion: myths, facts and challenges. (Juraj via email).
@AdamBien
AdamBien / 8thAirhacksQ&A.md
Last active August 29, 2015 14:07
8thAirhacksQ&A

Questions for the November edition of the http://airhacks.io show:

  1. Question about ejb scheduler vs java ee batch processing. What are pros and cons when using batch processing over ejb scheduler ? Marek
  2. Question about multi datasource and EJB. What is the best way to deal with EJBs which need to use a specific database for caller/user? Should I use
    Interceptors? Should I use injection with request scoped? Wesley
  3. Statement: "You forgot to say one advantage of Spring over JEE. Spring you can deploy on any container." Mauricio
  4. 'How do you manage deployed microservices (status, healthchecks, restarting) locally
@AdamBien
AdamBien / 9thAirhacksQ&A.md
Last active August 29, 2015 14:08
9thAirhacksQ&A

Ask questions and see you soon: http://www.ustream.tv/channel/adambien

  1. How to transform entities with OneToMany relationships into json for JAX-RS (lazyinitialization exception is thrown if relationship is not fetched)? Let's say I have methods getAllUsers() and getAllUsersWithDetails(). I was able to do it with jackson and its jackson-datatype-hibernate dependency. Is there any other, better way?

  2. I have seen your videos on ECB pattern, but I am not sure, what goes into Control and what into Boundary. You said, that you do it with refactoring, when Boundary gets to big ... Could you please provide any more pointers?

  3. I have a feeling, I have to deploy/redeploy my application all the time during development. Do you have any tips to speed up development as much as possible and avoid deploying code? Without JRebel

  4. @AdamBien what would be your take on how to most elegantly deal with resilience and service discovery for JavaEE7 #microservices ? (tweet by @niko_nava)

@AdamBien
AdamBien / 11thAirhacksQ&A.md
Last active August 29, 2015 14:14
11thAirhacksQ&A
@AdamBien
AdamBien / 12thAirhacks&A.md
Last active August 29, 2015 14:14
12thAirhacks&A

Ask questions and see you at 2nd March at 6.PM. CET: http://www.ustream.tv/channel/adambien

See also the airhacks archives airhacks.tv and subscribe to the airhacksnews.com

  1. HTTP Session Replication and Clustering discussion Piotrek
  2. I have a question for you :) You may even queue it up for an upcoming stream, but I'm really curious! You stated that SOAP (support?) could even be removed from the API.I just got into the SOAP world a few months ago, came from a REST background, and I am really confident that it still has it's place. The type safety, and the tools that Java gives us are really great. Why do people hate it so much nowadays? Plus in the finance sector they are relying on it really heavily still, so it's a good thing to be familiar with either way IMHO. noherczeg
  3. Can tw
@AdamBien
AdamBien / 13thAirhacks&A.md
Last active August 29, 2015 14:16
13thAirhacks&A.md
@AdamBien
AdamBien / 15thAirhacks&A.md
Last active August 29, 2015 14:20
15thAirhacks&A.md
@AdamBien
AdamBien / 16thAirhacksQ&A.md
Last active August 29, 2015 14:22
16thAirhacksQ&A.md

Ask questions and see you at July, 6th 2015 at 6.PM. CET: http://www.ustream.tv/channel/adambien Also see archives: airhacks.tv

  1. Do you see JavaScript frameworks in your work yet? Do you see MVVM becoming popular? [Michael K.]
  2. You mentioned in an earlier video the BCE package structure. For business-cases, this is really straight forward and a good structure. But there are many concerns, which does not really fit in this structure (sort of cross-concern), and because of this I have the question: Where to put the following concerns/classes:
  • ResourceLocator (für REST-SubResources) bzw. AbstractResources (for functionality, which every resource needs (like @Context definitions))