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 ...