Join us in New Orleans, Louisiana for POWERUp 2026, the premier conference for IBM i professionals. Whether you’re an experienced expert or just starting your IBM i journey, this event offers unparalleled education, hands-on workshops, and valuable networking opportunities. Stay ahead of the curve with insights from industry leaders, explore the latest innovations, and connect with a thriving community that shares your passion for IBM i. Don’t miss this opportunity to expand your knowledge, grow your skills, and power up your career!
Sign up or log in to add sessions to your schedule and sync them to your phone or calendar.
In a modern world, information gets exchanged over the web.
A request is send and an answer is returned. We do not care where the data is located. On the i data is stored within a relational database. Data access occurs with native I/O or SQL.
What if we could receive the request and provide the data directly by executing a SQL statement?
Wouldn’t that be great?
The HTTP Web Administration GUI interface can be used for deploying SQL Statements as REST APIs while the IBM Db2 acts as RESTful service provider
Learning Objectives: - Create the integrated web services server - Deploy the SQL statements as a RESTful web service, including how to define the database properties and how to depose the SQL statements for each HTTP-method - Manage the deployed services