Showing posts with label programming. Show all posts
Showing posts with label programming. Show all posts
Tuesday, July 21, 2009
Monday, June 1, 2009
Sauron Software Projects Repository
http://www.sauronsoftware.it/projects/home/
Hosted projects
- cron4j - A scheduler for the Java 2 platform which is very similar to the UNIX cron daemon.
- feed4j - A Java library implementing a XML feeds parser.
- ftp4j - A Java library implementing a FTP client.
- grab4j - A web-grabbing Java library.
- Java Base64 - A Java library that can encode and decode base64 streams.
- JAVE - A Java library that can transcode audio and video files from a format to another.
- JUnique - A library that can be used to prevent a user to run at the same time more instances of the same Java application.
- Kickstart - A Windows starter for Java applications. It generates EXE files from runnable Java archives (JAR).
Tuesday, April 21, 2009
Wednesday, March 25, 2009
Tuesday, February 17, 2009
OpenLink Virtuoso Object/Relational Database
ObjectLink's description of Virtuoso
At core, Virtuoso is a high-performance object-relational SQL database. As a database, it provides transactions, a smart SQL compiler, powerful stored-procedure language with optional Java and .Net server-side hosting, hot backup, SQL-99 support and more. It has all major data-access interfaces, such as ODBC, JDBC, ADO .Net and OLE/DB.
Virtuoso has a built-in web server which can serve dynamic web pages written in Virtuoso's web language (VSP) as well as PHP, ASP .net and others. This same web server provides SOAP and REST access to Virtuoso stored procedures, supporting a broad set of WS protocols such as WS-Security, WS-Reliable Messaging and others. A BPEL4WS run time is also available as part of Virtuoso's SOA suite.
Virtuoso has a built-in WebDAV repository. This can host static and dynamic web content and optionally provides versioning. The WebDAV repository is tested to interoperate with WebDAV clients built into Windows XP, Mac OSX and others and makes Virtuoso a convenient and secure place for keeping one's files on the net. Further, Virtuoso provides automatic metadata extraction and full text searching for supported content types.
OpenLink Virtuoso supports SPARQL embedded into SQL for querying RDF data stored in Virtuoso's database. SPARQL benefits from low-level support in the engine itself, such as SPARQL-aware type-casting rules and a dedicated IRI data type. This is the newest and fastest developing area in Virtuoso.
Monday, January 19, 2009
X# - XML oriented programming language
http://www.xsharp.org/
The sales pitch:
X# (pronounced X-sharp) is an XML-oriented programming language designed to quickly create Web applications and services. In X# everything is represented as an XML tree and instead of using functions to manipulate information or perform actions, all possible operations you can think of are done by adding, removing or changing nodes from this tree. Since there are no functions to learn and everything is done intuitively, even inexperienced developers can create complex Web applications and services in record time.
X# is:
The sales pitch:
X# (pronounced X-sharp) is an XML-oriented programming language designed to quickly create Web applications and services. In X# everything is represented as an XML tree and instead of using functions to manipulate information or perform actions, all possible operations you can think of are done by adding, removing or changing nodes from this tree. Since there are no functions to learn and everything is done intuitively, even inexperienced developers can create complex Web applications and services in record time.
X# is:
- XML-oriented
- Powerful
- Portable
- Easy
- Fast
- Open Source and Free
Subscribe to:
Posts (Atom)