How to connect my Flutter App to my Java WebApp?

370

Read the concept of Rest APis.Simply use the api to fetch data and you can also save data through api.You need to Connect your app to your web APi.

Share:
370
Zied Orabi
Author by

Zied Orabi

Updated on December 18, 2022

Comments

  • Zied Orabi
    Zied Orabi over 1 year

    I have created my website using Java Enterprise Edition (JSP/Servlets) and MySql 8 for my database. It is a typical CRUD application with a feature that let the user track the car's location. I thought of using Flutter since it will save me time with its cross-platform capabilities but I have'nt found any documentations that will make the user login from the app to my website and fetch some data. I'm pretty sure it is possible somehow. Otherwise is there a way to simulate my website as fast as possible without using Chrome obviously.

  • Zied Orabi
    Zied Orabi over 3 years
    That's helpful. Would I need to add security measurements?
  • Programmer_3
    Programmer_3 over 3 years
    yes you need to consider best practices for api security for more details read this comprehensive article redhat.com/en/topics/security/api-security