Thursday, November 5, 2009

ditaa: I don't knew, that I miss it



Chris (1006.org) has indicate me a java program called "ditaa". It makes UML diagramms (pictures) from ascii text. More example you found on the website "ditaa"

Example: test1.txt

+----------+
| cRED     |
| Cube red |
|          |
+----------+


cmdline: java -jar ditaa0_8.jar -o test1.txt

You can do the same with HTML files.
For this use the tags <pre class="textdiagram">
ditaa will to replace the ascii text with a img tag and generate 
a image in the directory images.

Wednesday, September 16, 2009

Fita2ME deploy with JAVAME WTK 2.5.2

WTK3 doesn't work on linux so I must downgrade to WTK 2.5.2. The only feature what I miss is the debug on my device (Mio A701). With WTK2 you can debug only with a simulator.

Running a Java Class as an Windows NT/2000/XP/Server 2003 Service

In a project I need to use a java application as a NT Service. So I searched with google a solution and found JavaService.exe

My blog.cioppino.net doesn't work

Hi,

I reconfigured my blog with the old URL because the DNS doesn't work.

Wednesday, June 3, 2009

JavaME SDK 3.0 only for Windows

I have finally a Linux Laptop and put all my projects to linux. Only the Eclipse Workspaces for j2me will stay on Windows. Why? JavaME SDK 3.0 exists only for Windows.