ID – Java UltraUnits ver 08.11

Informatic Devices – Java UltraUnits Power Libraries new version! Download Here.

Libraries

Java UltraUnits is a powerful set of general purpose libraries that provide a suite of tools able to easily handle most common objects and manage quickly software, operative system components and information sources. Here some example of Database and File Handling:

DatabaseConnector dbc = new DatabaseConnector();
dbc.Open(DatabaseConnector.DRV_POSTGRES, "//localhost:5432/mydb", "postgres", "passwd");
dbc.Command("SELECT * FROM mytable");
FileManager.MKDir("myfolder");
FileHandler.AppendString("myfolder/myfile.txt", "My First row\r\n");

Same for Audio, Graphics management, building client and server sockets, exploiting XML files, Strings, Operative System environment and so on…

Environment.executeCommand("/server.exe 127.0.0.1 300");
SuperZip.unzip("C:/sun.zip", "C:/sun/");

Leave a Reply