Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Eclipse Web Tools Platform Project (WTP) » Application Android whit Server GlassFish
Application Android whit Server GlassFish [message #1842793] Thu, 01 July 2021 12:55
aiuto plezz is currently offline aiuto plezzFriend
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.

**What I want**

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.

** What I get **

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.
Previous Topic:Autoformat breaks CSS variables
Next Topic:Eclipse 2021-06: Server Tomcat v8.0 Server at localhost failed to start.
Goto Forum:
  


Current Time: Sun May 05 23:50:16 GMT 2024

Powered by FUDForum. Page generated in 0.03908 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top