Java Javascript Programming Tomcat Tutorial Web application [Tutorial] Plotly graph drawing in Java webapp - Part 2 Plotly JavaScript library supports generating various charts. Java Servlet & JSP based web applications can use it to display graphical...
Java Javascript Programming Tomcat Tutorial Web application Draw graphs in Java webapp with Plotly - Tutorial Plotly JavaScript library supports generating various charts. Java Servlet & JSP based web applications can use it to display graphical ...
Eclipse Java Programming Software [Eclipse] How to use local DTDs to validate XMLs By default Eclipse does not support local DTD files. Because of this, many developers loose a privilege of Eclipse; content assistance for p...
Eclipse Java Programming Software [Eclipse] Exporting & Importing Launch configurations Many Eclipse "Launch Configuration" created has so much details; OSGi configurations for instance. So there arises a requirement...
Eclipse Java Programming Software [Eclipse] org.osgi.framework.BundleException: Could not find bundle: org.eclipse.equinox.console With latest Eclipse Kepler 4.3.1 SR1, I tried to run one of my older OSGi projects. Earlier this project was running smoothly with Eclipse ...
Eclipse Java OSGi Programming Software OSGi Console of Eclipse Kepler 4.3.1 Eclipse IDE is developed based on OSGi plugin architecture, but I had not seen the list of OSGi bundles that are used in my Eclipse installa...
Java Tech tips [Java] Validate opening & closing character pattern in text How to validate the format of a given string according to a given set of opening-closing character pairs? This has been raised as an intervi...
Java Jenkins [Jenkins] Automatically retry a failed build Are your Jenkins builds failing due to unavoidable reasons like unavailability of external databases, file systems etc? The only solution yo...