|
Basic XML |
|
|
Written by Ronny
|
|
fredag, 04 januari 2008 |
|
An example of how to create a basic XML document with DOM in Java. |
|
Last Updated ( fredag, 04 januari 2008 )
|
|
Read more...
|
|
|
Hibernate Web Application |
|
|
Written by Rolle
|
|
fredag, 04 januari 2008 |
|
This is a short neewbie guide how to create a Web application with Hibernate for application servers such as Tomcat. This article is based on the Getting started quickly road map that you can find in Hibernate home page. |
|
Last Updated ( fredag, 04 januari 2008 )
|
|
Read more...
|
|
|
Tomcat BadInputFilterValve |
|
|
Written by Samuel
|
|
torsdag, 06 december 2007 |
|
The BadInputFilterValve.java described in the book Tomcat: The Definitive Guide by Jason Brittain & Ian F. Darwin is described to “Filters out bad user input from HTTP requests to avoid malicious attacks including Cross Site Scripting (XSS), SQL Injection, and HTML Injection vulnerabilities, among others. |
|
Last Updated ( torsdag, 06 december 2007 )
|
|
Read more...
|
|
|
Submit Articles or News to GratisJSP |
|
|
Written by Administrator
|
|
söndag, 18 november 2007 |
|
To be able to see the User Menu where the Submit menu item is, you must first of all be a registered user. Note that the registration to GratisJSP Articles is not the same as the registration to GratisJSP. Second you need to get your GratisJSP Articles account upgraded to Author. Use the Contact form to tell us that you want your account upgraded. |
|
Last Updated ( tisdag, 20 november 2007 )
|
|
|
Named pipes in Java |
|
|
Written by Samuel
|
|
lördag, 20 oktober 2007 |
|
In this article we take a look at a short description how to use a Linux named pipe (FIFO) in a Java program. A named pipe is easily created with the unix command mkfifo. Named pipes can receive data from many sources and that data can be consumed by many different programs. Even if Named Pipes is said to work on Windows as well I'm aware that it can be seen as a contradiction to use Named Pipes with Java, since Java programs is meant to be platform independent and portable. Anyway this example might help someone. |
|
Last Updated ( måndag, 26 november 2007 )
|
|
Read more...
|
|
|
|