Question

I have a web application j2ee created with EJBs in JBOSS server, this application manage the employees , equipments .. plus it manage if there's any problem with the materials (notifications). for that i must create an android app ,so that every employee inside or outside the company can send to my j2ee web app the problem (and store it in the DB) he's facing, so that the admnistrator can answer him or go himself to see what the problem is. so i choose to do a hybrid android app (so that that employees open it from a brwoser on his computer or on his device if he doesn't have one 'correct me if i'm wrong ') , my problem i've ever worked with android (only made the first 'hello World'eclipse adt), can you please help me how can i start to build the hybrid android using the android sdk(eclipse) and how can i connect it to my web app j2ee ..

Than you very much please help me it's my final project to graduate ...

Was it helpful?

Solution

Updated answer:

You can use a REST API to do that. Here's a good article on that subject: Calling RESTful services from your Android app

If you need help on creating the Rest webservices you can browse stackoverflow. There are tons of info, like this one: REST/JSON Web Services Java EE Framework or this one: Best Practices for securing a REST API / web service

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top