{"id":54845,"library":"javaee-web-api","title":"Java EE Web API","description":"The Java EE Web API providing interfaces and classes for building web applications using Java EE standards.","status":"active","version":"8.0.1","language":"java","source_language":null,"source_url":"https://github.com/javaee/glassfish","tags":["javaee","servlet","web","api"],"install":[{"cmd":"<dependency>\n  <groupId>javax</groupId>\n  <artifactId>javaee-web-api</artifactId>\n  <version>8.0.1</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'javax:javaee-web-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 from Java EE\");\n    }\n}","lang":"java","description":"A simple servlet extending HttpServlet."},"warnings":[{"fix":"Migrate to Jakarta EE (jakarta.servlet) for new projects.","message":"Java EE has been superseded by Jakarta EE; javax namespace is deprecated.","severity":"breaking","affected_versions":"8.0.1"}],"env_vars":null,"search_vec":"'api':4,9,25 'applic':17 'build':15 'class':13 'ee':2,7,20 'interfac':11 'java':1,6,19 'javae':22 'provid':10 'servlet':23 'standard':21 'use':18 'web':3,8,16,24","created_at":"2026-06-15T09:26:40.753045+00:00","updated_at":"2026-06-15T09:26:40.753045+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-web-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}}