Java Enterprise Edition (Java EE) is a specification defining a collection of Java-based technologies and how they interoperate. Java EE specifies server and client architectures and uses profiles to define technology sets targeted at specific classes of applications.

learn more… | top users | synonyms (3)

2
votes
1answer
101 views
+50

How to read QR code using iPad camera on website?

I am using the following code to access the camera but aim is to read QR codes using camera. Using the following code I can only take the picture and save it then using my backend read the QR code ...
8
votes
2answers
810 views
+100

How to deploy war files into cpanel or how to run java application on Cpanel?

I need to run my Java application on cPanel. I do not care if I need to copy the files on the cPanel or deploy my war. (war file is certainly preferred method) I have found lots of descriptions to ...