0%

Words starting with javaservl

Unfortunately we didn’t found any matching words.
Maybe these words will be useful:
  • javaserver faces — (programming, Java)   (JSF) A system for building web applications by assembling reusable user interface components in a web page, connecting these components to a data source and passing client events to server handlers.
  • javaserver pages — (programming, web)   (JSP) A freely available specification for extending the Java Servlet API to generate dynamic web pages on a web server. The JSP specification was written by industry leaders as part of the Java development program. JSP assists developers in creating HTML or XML pages that combine static (fixed) page templates with dynamic content. Separating the user interface from content generation allows page designers to change the page layout without having to rewrite program code. JSP was designed to be simpler than pure servlets or CGI scripting. JSP uses XML-like tags and scripts written in Java to generate the page content. HTML or XML formatting tags are passed back to the client. Application logic can live on the server, e.g. in JavaBeans. JSP is a cross-platform alternative to Microsoft's Active Server Pages, which only runs in IIS on Windows NT. Applications written to the JSP specification can be run on compliant web servers, and web servers such as Apache, Netscape Enterprise Server, and Microsoft IIS that have had Java support added. JSP should soon be available on Unix, AS/400, and mainframe platforms.
  • javascript object notation — (programming)   (JSON) Syntax for serialising JavaScript objects, often used as a data carrier format. JSON is based on a subset of the JavaScript programming language. It uses a file extension of .json and is considered a language-independent data format.
  • javascript — Alternative capitalization of JavaScript.