Pipes, Creative Commons photo by flattop341. 1. The Problem Internet is full of long urls and meaningless. Long urls are difficult to remember or print,…
Pipes, Creative Commons photo by flattop341. 1. The Problem Internet is full of long urls and meaningless. Long urls are difficult to remember or print,…
My slides about a overview on JavaFX at our last CEJUG event. JavaFX Overview View SlideShare presentation or Upload your own. (tags: javafx ria) Downloads:…
Durante a apresentação do Tarso Bessa em Sobral alguém na platéia perguntou sobre um equivalente a biblioteca GD no PHP. O GD é uma biblioteca…
A simple Java servlet that looks for some well known databases drivers. import java.io.IOException; import java.io.PrintWriter; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; public…
I created some illustrative and simple implementations of common Unix commands. For those who are familiar with Unix-like systems them make easier to understand Java.…
More Dukes we’re creating to use in the 6th CEJUG’s birthday. The first one is a Duke intented to be used as a badge. We…
A simple code to show the script engines installed in your system. As it uses the JSR-223 you need at least java 6. import javax.script.ScriptEngineManager;…
First, check if you have Java installed: $ java -version java version “1.6.0_10-rc” Java(TM) SE Runtime Environment (build 1.6.0_10-rc-b28) Java HotSpot(TM) Client VM (build 11.0-b15,…
A simple demo using some techniques described in the post JavaFX side scrolling gaming. [youtube]yNUfo538mfA[/youtube] Original ogg video: blackdot.ogg Source (NetBeans project): BlackDot.tar.gz Source (one…