webMethods

webMethods

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
  • 1.  Want to use MWS for a CRUD screen - any starting point?

    Posted 28 days ago
    Edited by Chirag Sanghavi 28 days ago

    Want to use MWS 10.15 for a simple CRUD UI. The set up will have MSR + MWS and Custom DB using MySQL.

    Is there a good starting point? 



    ------------------------------
    - Chirag
    ------------------------------



  • 2.  RE: Want to use MWS for a CRUD screen - any starting point?

    Posted 27 days ago

    It's been a lot of years, but I've previously done a lot of CAF development. It's pretty straightforward -- especially if you're using portlets to front SOAP services. There also the Open UI framework for more flexibility. These should help you get started.

    Creating a User Interface with CAF

    CAF Customization Drop Down with services

    https://docs.webmethods.io/on-premises/webmethods-caf-ui-development/en/11.1.0/pdf/caf-development-help.pdf



    ------------------------------
    Theo Ezell
    Developer Evangelist
    IBM
    ------------------------------



  • 3.  RE: Want to use MWS for a CRUD screen - any starting point?

    Posted 26 days ago

    Will go thru these. 

    In more modern iterations, using OData may provide a move away from SOAP.



    ------------------------------
    - Chirag
    ------------------------------



  • 4.  RE: Want to use MWS for a CRUD screen - any starting point?

    Posted 24 days ago
    Edited by Martin Wroblinski 24 days ago

    Just don't if you do not have a lot of CAF already. We do not recommend starting new UIs using it. If you want to have a simple UI without adding another server, use Integration Server /MSR DSPs. But for sophisticated user Interfaces most of our customers use technologies like JavaScript, Angular, NodeJS on an dedicated server.



    ------------------------------
    Martin Wroblinski
    ------------------------------



  • 5.  RE: Want to use MWS for a CRUD screen - any starting point?

    Posted 23 days ago

    How do you recommend handling user authentication and authorization when using a separate dedicated server? With DSPs, Integration Server will enforce that the logged in user has all the required execute ACLs for any pages/invoked services. 

    I realize there are many ways to solve the problem, just curious what's the most common and secure approach? 



    ------------------------------
    Dave Laycock
    ------------------------------