Free Online Whiteboard Base64 Converter JSON Utility

Category: Blog

Can I create XML pages using JSP technology? 0

Can I create XML pages using JSP technology?

Yes, the JSP specification does support creation of XML documents. For simple XML generation, the XML tags may be included as static template portions of the JSP page. Dynamic generation of XML tags occurs...

How is a JSP page invoked and compiled? 0

How is a JSP page invoked and compiled?

Pages built using JSP technology are typically implemented using a translation phase that is performed once, the first time the page is called. The page is compiled into a Java Servlet class and remains...

How do JSP pages work? 0

How do JSP pages work?

JSP engine interprets tags, and generates the content required – for example, by calling a bean, accessing a database with the JDBC API or including a file. It then sends the results back in...

Eclipse Keyboard Shortcuts

Eclipse Keyboard Shortcuts

1. File Close Ctrl+F4 In Windows Close Ctrl+X K In Windows Close All Ctrl+X Ctrl+C In Windows Close All Shift+Ctrl+F4 In Windows Close All Shift+Ctrl+W In Windows New menu Shift+Alt+N In Windows Print Alt+F9...