no

How to copy a folder from jboss deployment to your local machine

The code below will copy a folder from a deployed application in jboss to a local folder in your machine. This is useful if you want to depl...

How to download a file from the server using javaEE

The following snippet will accept a filename in the server's directory, set it as the content of the FacesContext for the user to downlo...

How to use xpath to read nodes from xml file

XPath is a java library that let us read a complicated xml document with ease. In our simple example below we have an xml that contains co...

archive