Java
java glassfish and ubuntu server
by Arxleol on Apr.30, 2010, under Java, ubuntu
Installing Java and glassfish can be demanding since there wasn’t complete tutorial so I composed this one after weekend I was creating my own server.
SWAT2010 :: unavailable
by Arxleol on Apr.29, 2010, under Java, SWAT2010
Unfortunately I noticed that server serving swat2010 web service failed and isn’t working anymore for everyone on outside network. I will try to fix it as soon as possible, but due to changes in my ISP this might take some time to resolve.
SWAT2010 :: new location
by Arxleol on Mar.15, 2010, under Java, SWAT2010
I know it was long month but I’ll try to find more time following month and update site a bit. First thing was setting new link for the SWAT2010 small java project which is now available on the the following link: swat2010.axino.net
Well, if anyone tried it out give a buzz in comments.
SWAT2010 preview
by Arxleol on Feb.05, 2010, under Java, Projects, SWAT2010
Few weeks ago, for school project I had to use Google API to create certain potentially useful application. So after short thinking I decided to create web archiving software. And therefore the origin of the name SWAT aka. Simple Web Archive sofTware
.
Project source code is accessible on the google code. You have to understand that not the very last version of source code is provided. Since the project ended I rewrote certain parts of code. Predominantly regarding upload of files. Which are now stored on server for very brief period of time before being uploaded to Google servers. Also the procedure of uploading is now more reliable and since project was officially finished before Google decided to allow uploading all types of files. I had to work trough and fix certain issues. Mostly because of speedy programming
Project preview is available on my local server.
Basic Web Hacking 17 :: java decompiler
by Arxleol on Jan.26, 2010, under Java, hellboundhackers.org, tutorial
As you know java uses interpreter for executing on target system. Why am I talking about java now.
Kingsage defense simulator
by Arxleol on Jan.23, 2010, under Java, KAdef
Yesterday, I was wandering what would be the best defense no matter resources. And from that initial idea I developed this very simple application that may be used for optimizing your defensive structure.
How to use Netbeans and Google code
by Arxleol on Dec.28, 2009, under Java, tutorial
I used to use Google code subversion repository before. However, since that time some things changed. So I though I already knew how to connect to subversion repository but new security features forced me to spend a lot more time expected.
Addind content in JTable
by Arxleol on Nov.03, 2009, under Java, tutorial
Java tutorial on this subject is complex and long opposite to other java tutorials. And as I have problem figuring this out, let me share with you probably the simplest way of inputting content into JTable.
Connect to mysql database in java
by Arxleol on Oct.21, 2009, under Java, MySQL, tutorial
Since this is not trivial as one might think. I will go slowly trough the process of creating connection and finally statement (reading data, writing or deleting ).
Toxic pool simulator in java
by Arxleol on Sep.22, 2009, under Java, Programming
This is same as previous post. The only difference is this one is written in Java in netbeans therefore has user interface more suitable for fast testing