WebSphere Application Server & Liberty

WebSphere Application Server & Liberty

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

Post event questions for A new and smart way to build Cloud-Native microservices - MicroProfile

  • 1.  Post event questions for A new and smart way to build Cloud-Native microservices - MicroProfile

    Posted Wed July 24, 2019 10:38 AM
    Edited by Alex Pennie Mon July 29, 2019 11:38 AM
    Please continue the discussion here!

    Check out the Replay if you missed out live.

    ------------------------------
    Yee-Kang Chang
    IBM Canada
    Markham ON
    1-905-413-5475
    ------------------------------


  • 2.  RE: Post event questions for A new and smart way to build Cloud-Native microservices - MicroProfile

    Posted Wed July 24, 2019 03:50 PM
    Is microservices and serveless computing the same thing?

    ------------------------------
    Dennis Szubert
    Technical Solutions Manager
    IBM
    London
    +44-7833 294641
    ------------------------------



  • 3.  RE: Post event questions for A new and smart way to build Cloud-Native microservices - MicroProfile

    Posted Wed July 24, 2019 04:08 PM
    Edited by Yee-Kang Chang Fri July 26, 2019 02:08 PM
    A service can be deployed as a function in a serverless manner. Microservices refer to your application design. Serverless usually refers to deploying what you have as functions or in a serverless environment.

    ------------------------------
    Yee-Kang Chang
    IBM Canada
    Markham ON
    1-905-413-5475
    ------------------------------



  • 4.  RE: Post event questions for A new and smart way to build Cloud-Native microservices - MicroProfile

    Posted Wed July 24, 2019 03:58 PM
    How do you compare MicroProfile with using Spring Boot?

    ------------------------------
    Emad Marzouka
    IBM
    RESTON VA
    ------------------------------



  • 5.  RE: Post event questions for A new and smart way to build Cloud-Native microservices - MicroProfile

    Posted Wed July 24, 2019 04:10 PM
    Edited by Yee-Kang Chang Fri July 26, 2019 01:55 PM
    They are comparable. MicroProfile is an open, community-driven, vendor-neutral set of specifications for microservices.  It offers what Spring has and is simpler.  You can find more information in this blog series.

    With Liberty, you can build and deploy as JARs in a Spring Boot-like manner.  You can also build and deploy as WARs and optimized for containers too.

    ------------------------------
    Yee-Kang Chang
    IBM Canada
    Markham ON
    1-905-413-5475
    ------------------------------



  • 6.  RE: Post event questions for A new and smart way to build Cloud-Native microservices - MicroProfile

    Posted Wed July 24, 2019 04:00 PM
    is OpenLiberty ready for production or we must use WebSphere Liberty instead?

    ------------------------------
    Julio Cesar
    BL Informatica
    Rio de janeiro
    ------------------------------



  • 7.  RE: Post event questions for A new and smart way to build Cloud-Native microservices - MicroProfile

    Posted Wed July 24, 2019 04:08 PM
    Open Liberty is ready for production and you can buy support license.

    ------------------------------
    Yee-Kang Chang
    IBM Canada
    Markham ON
    1-905-413-5475
    ------------------------------



  • 8.  RE: Post event questions for A new and smart way to build Cloud-Native microservices - MicroProfile

    Posted Thu July 25, 2019 06:17 AM
    Open Liberty is the core of WebSphere Liberty. While some features such as OAUTH are not part of the open source package, it provides the same quality of service for the kernel and the features provided by Open Liberty. Therefore it is ready to be used in production.
    If you want to use Open Liberty in production, you could buy support for those instances from IBM.
    You can find more details about the support offering at:
    https://www.ibm.com/us-en/marketplace/elite-support-for-open-liberty/faq

    ------------------------------
    Lars Besselmann
    Client Technical Professional Hybrid Cloud
    IBM
    Düsseldorf
    ------------------------------



  • 9.  RE: Post event questions for A new and smart way to build Cloud-Native microservices - MicroProfile

    Posted Wed July 24, 2019 04:02 PM
    Do you suggest using MicroProfile and not Spring Boot for all new microservices implementation?

    ------------------------------
    Emad Marzouka
    IBM
    RESTON VA
    ------------------------------



  • 10.  RE: Post event questions for A new and smart way to build Cloud-Native microservices - MicroProfile

    Posted Wed July 24, 2019 04:12 PM
    Edited by Yee-Kang Chang Fri July 26, 2019 02:06 PM
    Yes, we suggest that you consider using MicroProfile.

    With MicroProfile, you have a programming model that is open, community-driven and vendor-neutral that is optimized for microservices.  Coupled it with Liberty, you can deploy in a lightweight manner (e.g. with WARs) and with a lightweight runtime/framework optimized for your cloud-native environments.

    (As an aside, Liberty supports Spring Boot too.  So, with Liberty as the runtime, you still have flexibility and choice.)

    ------------------------------
    Yee-Kang Chang
    IBM Canada
    Markham ON
    1-905-413-5475
    ------------------------------