{"id":54237,"library":"javaee-api","title":"Java EE API","description":"Java EE API provides the standard APIs for enterprise Java development, including servlets, JPA, and EJB.","status":"active","version":"8.0.1","language":"java","source_language":null,"source_url":"https://github.com/javaee/glassfish","tags":["enterprise","servlet","api","javaee"],"install":[{"cmd":"<dependency>\n  <groupId>javax</groupId>\n  <artifactId>javaee-api</artifactId>\n  <version>8.0.1</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'javax:javaee-api:8.0.1'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"HttpServlet","correct":"javax.servlet.http.HttpServlet"}],"quickstart":{"code":"import javax.servlet.http.HttpServlet;\nimport javax.servlet.http.HttpServletRequest;\nimport javax.servlet.http.HttpServletResponse;\nimport java.io.IOException;\n\npublic class MyServlet extends HttpServlet {\n    protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws IOException {\n        resp.getWriter().write(\"Hello, Java EE!\");\n    }\n}","lang":"java","description":"Creates a simple servlet using Java EE API."},"warnings":[{"fix":"Migrate to Jakarta EE 9+ using the jakarta namespace.","message":"Java EE has been superseded by Jakarta EE; javax namespace is deprecated.","severity":"breaking","affected_versions":">=8.0.0"}],"env_vars":null,"search_vec":"'api':3,6,10,22 'develop':14 'ee':2,5 'ejb':19 'enterpris':12,20 'includ':15 'java':1,4,13 'javae':23 'jpa':17 'provid':7 'servlet':16,21 'standard':9","created_at":"2026-06-15T08:53:18.593982+00:00","updated_at":"2026-06-15T08:53:18.593982+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"http://java.net/","github":"https://github.com/javaee/glassfish","docs":"https://appdoc.app/artifact/javax/javaee-api/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["web-framework"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}