greptilian logo

IRC log for #friendlyjava, 2020-02-29

##friendlyjava on freenode

| Channels | #friendlyjava index | Today | | Search | Google Search | Plain-Text | plain, newest first | summary

All times shown according to UTC.

Time S Nick Message
06:59 mr_lou joined ##friendlyjava
07:05 Jantz joined ##friendlyjava
15:59 pdurbin Is anyone using MicroProfile?
16:02 pdurbin https://microprofile.io
16:33 mr_lou joined ##friendlyjava
16:37 aditsu I don't actually know what that is
16:47 pdurbin Do you use Servlet?
16:48 aditsu not directly, but I make web apps so they are using the servlet framework
16:50 pdurbin How about CDI?
16:51 pdurbin Actually, JAX-RS is better known. Do you use JAX-RS?
16:53 aditsu no idea what that is
16:55 pdurbin JAX-RS gives you stuff like @GET @POST and @DELETE.
16:56 pdurbin Please see https://github.com/pdurbin/addressbookmvc/blob/6e3c0e9776aea54e65f4b6188e9b25d8febf4820/examples/javaee7/src/main/java/com/greptilian/addressbookmvc/javaee7/api/People.java#L29
16:56 aditsu so.. a rest framework/library?
21:44 pdurbin yeah
21:47 pdurbin Servlet, JAX-RS, and CDI all come from Jakarta EE (formerly Java EE, formerly J2EE). But with Microprofile they slimmed the whole thing down to only a few frameworks/libraries. They're APIs, really. Multiple implementations. Specs. And your write code work with the spec. And deploy it on any Microprofile compliant server.

| Channels | #friendlyjava index | Today | | Search | Google Search | Plain-Text | plain, newest first | summary

##friendlyjava on freenode