Pages
(Move to ...)
Home
Info
HowTo
Code
Publications
Finance
Links
Legal
▼
Showing posts with label
Apache
.
Show all posts
Showing posts with label
Apache
.
Show all posts
06/06/2015
[OSGi] Spring error Unable to locate Spring NamespaceHandler for XML schema namespace
›
You're working with OSGi because it's flexible, you like components, and so on, and you also like Spring because you love writing ...
05/09/2014
[Apache Tomcat] Find server version from command line
›
A quick way to find Tomcat 's server version from command line is to run: java -cp catalina.jar org.apache.catalina.util.ServerInfo ...
30/08/2014
[Java] unzip
›
Now that we know how to zip in Java , let's see how to unzip using the same Apache Commons Compress library: import java.util.*; ...
[Java] zip file or directory (with subdirectories)
›
Note: it is possible to perform zip operation with standard Java libraries, but more superfluous steps are required (ie: more streams have t...
[Java] move file or directory
›
Java versions before 7 amazingly lack a simple (one method) way of moving a file or directory to another directory. Luckily there's th...
17/12/2013
[Java] Hashing with SHA-256
›
As for the cryptography algorithms, Java offers native libraries for hashing too. In this example I'll describe how to use apply ...
12/11/2012
Enable Tomcat remote access
›
To reach an application published inside Apache Tomcat using the host's IP ( localhost does not work for remote access), you need to m...
04/07/2012
[Java] JSP Jasper/Tomcat code too large for try statement error
›
While working on a rather large JSP with Java and Tomcat , you may have Jasper sooner or later raise the " code too large for try sta...
01/02/2012
ECF remote OSGi DS Declarative Services example
›
In this post we will give a fair example of the workings of the OSGi DS Declarative Services remoted with ECF . For this example we will ...
5 comments:
31/01/2012
DOSGi DS Distributed OSGi Declarative Services example
›
In this post we will give a fair example of the workings of the OSGi DS Declarative Services remoted with DOSGi . We can use either one ...
5 comments:
30/01/2012
OSGi Blueprint Services example
›
In this post we will give a fair example of the workings of the OSGi Blueprint Services . We can use either one of the following framework...
3 comments:
06/07/2011
[PHP] PageRank implementation
›
There are two possible PageRank implementations: the power method and the iterative method. We will describe both. To check the result...
04/04/2009
Install LAMP on Ubuntu
›
Note that this guide also applies to other distros, but the commands (I don’t think the package too) will be different. / Questa guida si ap...
›
Home
View web version