Skip to content

Instantly share code, notes, and snippets.

@AdamBien
Created December 9, 2018 09:36
Show Gist options
  • Select an option

  • Save AdamBien/d8b70f881d893c16a4a192a4efaa5913 to your computer and use it in GitHub Desktop.

Select an option

Save AdamBien/d8b70f881d893c16a4a192a4efaa5913 to your computer and use it in GitHub Desktop.
58thAirhacksQ&A.md

Ask questions and see you at January, 7th, 6.PM. CET: http://www.ustream.tv/channel/adambien

Also checkout recent episode:

57th airhacks.tv

Please keep the questions Java EE-stic. Means: as short and as concise as only possible.

@rajeshduggal
Copy link

rajeshduggal commented Jan 5, 2019

Adam, In your presentation "How to Structure Jakarta EE Applications for Productivity Without Bloat", ( https://www.youtube.com/watch?v=DzaDhAx12gc#t=7m00s ) 7 minutes into the video, you jokingly suggest that there should be an investigation to find the root place on the internet where this idea of creating a java package structure for "com.airhacks.flight42.rest", "model", "exceptions", etc, etc.

My question is...
Do you think a good prize for finding the answer would be free access to one of the awesome Adam Bien training video tutorial series. ;)

A colleague checked in some code with this structure, I asked him where he learned this... and he said from "Red Hat"!
He showed me the way...

  1. Visit the JBoss EAP website
  2. Click "Hello World!"
  3. Click "Build your first JBoss EAP application"
  4. See the suggestion to learn how to build JBoss apps by studying the TicketMonster app.
  5. When you get to the "Exploring the newly generated project" section and scroll down a little. You will a screenshot of the package structure.

People new to Red Hat JBoss have been learning from this Red Hat TicketMonster tutorial for years! Wow!

@dempile
Copy link

dempile commented Jan 6, 2019

Hi Adam,

Can you explain with an example how you would do a JWT authentication with Microprofile and ES6.

Thanks

Copy link

ghost commented Jan 6, 2019

@rajeshduggal
If you interesting in advanced explanation look at a great conference talk
https://www.youtube.com/watch?v=ma15iBQpmHU
but only in polish language

@ulfRossang
Copy link

Hi Adam! I like your Shell script (setup....) to save time. Just shortly describe or show me the setupWebstandardProject? Thanks in advance

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