Skip to main content

JavaOne Day 3 and 4 Roundup

by Chris Anatalio
December 07, 2015

 

We are heading into the tail end of the conference with several great events. We saw some great sessions and had the chance to see Elton John and Beck perform at Treasure Island for the Oracle Appreciation Event!


Sessions Summary

Spring Birds of a Feather Session(BOF)

Spring BOF

Presented by:

Josh Long(@starbuxman) – Spring evangelist
Phil Webb(@phillip_webb) – Co-lead Spring Boot

jHipster

We got a nice name drop for jHipster from Josh Long during the presentation. jHipster helps you stand up a web app with Angular JS and Twitter Bootstrap on the front end with a Spring Boot REST API backend.

Learn More

Matt Raible’s Devoxx 2015 Presentation

You can also check out Matt Raible’s Devoxx 2015 Presentation: Get Hip with JHipster: Spring Boot + AngularJS + Bootstrap

 

Use new technologies

One thing Josh Long stressed is that people “make do” with outdated technologies unnecessarily.  Developers should always be researching and investigating new technologies and new versions of existing tools.  Spring is constantly releasing new versions of their frameworks and modules with lots of great features.     He illustrated this point with the following image:

This is fine
This is fine – Not adapting to and utilizing new technologies

Returns observable

Spring offers asynchronous request processing flow support to return the result back to the user when available from the CompletableFuture, so as to not hold up the containers thread. You can make REST calls using CompletableFuture asynchronously in a non-blocking manner.
More details:
https://dzone.com/articles/using-rx-java-observable
Examples:
https://github.com/bijukunjummen/spring-web-observable.

Check out the following recommended sites for tutorials

CDI threatens spring?

CDI and Spring are not competing technologies.  Spring is a ecosystem built around a dependency injection container and CDI is context and dependency injection.

CDI and Spring are not necessarily mutually exclusive.

Spring Data

There have been lots of great advanced with the Spring Data project and you should check it out. http://projects.spring.io/spring-data/

 


JavaOne Exhibition Hall

There were many good things to see at the JavaOne Exhibition Hall.

Github

![Github at the JavaOne Exhibition Hall](https://scontent-iad3-1.xx.fbcdn.net/hphotos-xpt1/t31.0-8/12186367_888929621145033_3607532397386129039_o.jpg) Github at the JavaOne Exhibition Hall

JetBrains, Gradle and Jenkins

Gradle, Jenkins and JetBrains
Gradle, Jenkins and JetBrains

Pivotal

Pivotal
Pivotal

Pivotal was hosting great hands-on workshops on using various Spring technologies.  Maybe next year they will use jHipster to help stand up starter projects to demo features of Spring!

They had tons of swag but it was going fast.  Do you see the jHipster stickers on the corner of the podium?   Big thanks to Pivotal for helping us hand out jHipster swag!


Oracle Appreciation Event at Treasure Island

Oracle Appreciation Event
Oracle Appreciation Event with Elton John and Beck

Wednesday, October 28
6:00 p.m.–12:00 a.m.
Treasure Island, San Francisco

Elton John and Beck performed live on Treasure Island at the Oracle Appreciation Event. There were great 360-degree views of the San Francisco and Oakland skylines, Marin and Silicon Valley, and nearby Alcatraz and Angel Islands. There was a lighted Ferris wheel and complementary refreshments and food!
See below for a slideshow of images from the Event!

Oracle Appreciation Event by Slidely Slideshow

Tags:

Post by Chris Anatalio
December 07, 2015

Comments