glassfish story by kerry wilson/vanderbilt university medical center

7
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. 1

Upload: glassfish

Post on 15-Jan-2015

1.677 views

Category:

Technology


1 download

DESCRIPTION

GlassFish Story presented by Kerry Wilson/Vanderbilt University Medical Center at the JavaOne 2013 GlassFish Community Event

TRANSCRIPT

Page 1: GlassFish Story by Kerry Wilson/Vanderbilt University Medical Center

Copyright © 2012, Oracle and/or its affiliates. All rights reserved.1

Page 2: GlassFish Story by Kerry Wilson/Vanderbilt University Medical Center

Copyright © 2012, Oracle and/or its affiliates. All rights reserved.2

Data IntegrationKerry Wilson, Software EngineerVanderbilt University Medical Center

Page 3: GlassFish Story by Kerry Wilson/Vanderbilt University Medical Center

Copyright © 2012, Oracle and/or its affiliates. All rights reserved.3

How You Are Using GlassFishServed in a consultant role to design a lightweight solution for systems integration

Foundations Recovery Network has treatment centers around the country for treatment of co-occurring mental health and substance abuse disordersApplication integrates Foundations' CRM system with their clinical EHR, enabling sales staff to modify patient contact information, track patient status, and capture sales metricsGlassfish functions as a container for scheduled jobs and a small web application for monitoring and scheduling jobsUses JEE 6, JPA, @Scheduled EJBs, CDI, JAX-RS and JSF

Page 4: GlassFish Story by Kerry Wilson/Vanderbilt University Medical Center

Copyright © 2012, Oracle and/or its affiliates. All rights reserved.4

What Worked with GlassFish

Glassfish is quick to install and develop onNew JEE 6 annotations are very powerful, allowing developers to use advanced features with minimal configurationScriptable configuration is great, would be easy to setup automated server build scripts to bring new servers online quickGlassfish + Java EE is a viable alternative to some of the other tools typically associated with smaller applicationsNetbeans integration works well

Page 5: GlassFish Story by Kerry Wilson/Vanderbilt University Medical Center

Copyright © 2012, Oracle and/or its affiliates. All rights reserved.5

How GlassFish Can Be Better

Trouble setting up logging appropriatelyLack of community support Windows service start/stop doesn't work very wellHangs up after a few hot deploys, a feature prevalent in all Java containers I have experience with

Page 6: GlassFish Story by Kerry Wilson/Vanderbilt University Medical Center

Copyright © 2012, Oracle and/or its affiliates. All rights reserved.6

Graphic Section Divider

Page 7: GlassFish Story by Kerry Wilson/Vanderbilt University Medical Center

Copyright © 2012, Oracle and/or its affiliates. All rights reserved.7