Application Android whit Server GlassFish [message #1842791] |
Thu, 01 July 2021 12:53  |
aiuto plezz Messages: 3 Registered: July 2021 |
Junior Member |
|
|
I am currently in an internship, and my mission is to improve an Android application.
Currently, I have been able to code the entire Android app in Android Studio.
Once finished I switched to NetBeans because the application was coded on NetBeans 8.0.2, so I created a Maven application, then once generated, the Maven application is deployed on my GlassFish server, the Android application no longer retrieves anything from the database. However, there is no error in my Maven application.
I want to be able to retrieve data from a MySQL database using SOAP methods, and a Maven EJB application coded under NetBeans deployed on Glassfish which contains the methods to communicate with the database.
The situation is as follows:
On Glassfish, a MavenEJBversion4 application is already deployed and it works, when on NetBeans I recompile and redeploy the application this application, without touching the code, it no longer works.
The Android application does not report any bugs to me, but I no longer recover any data.
I imagine the problem is with compiling the Maven EJB application, because I haven't touched anything else.
So could someone explain to me how to properly compile a Maven EJB application from Netbeans for deployment to a Glassfish server?
Being a beginner, any help is welcome, thank you in advance.
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.02814 seconds