ZK is a highly productive Java framework for building amazing enterprise Web and mobile applications. With event-driven components and an XUL-based markup language, developing is as simple as programming desktops and authoring HTML. Scripting languages include but are not limited to Java, JavaScript, Ruby, and Groovy.
Related ProjectsDeSmuME, Open Source QR Code Library, Properties Editor, Amateras, TuxGuitar |
DataNucleus AccessPlatform is a standards-compliant Java persistence product. It is fully compliant with the JDO1, JDO2, JDO2.1, JDO2.2, JDO3, JPA1, JPA2 and JPA2.1 Java standards, and provides a REST API. It complies with the OGC Simple Feature Spec for persistence of geospatial Java types. It allows access to all popular RDBMS available today, together with the MongoDB, LDAP, NeoDatis, JSON, Excel/ODF spreadsheets, XML, BigTable, HBase, and Neo4j databases.
Related ProjectsiReport-Designer for JasperReports, SmillaEnlarger, Darik's Boot and Nuke, TERASOLUNA Framework, DeSmuME |
jEdit is an Open Source text editor written in Java. It has many useful features, such as syntax highlighting, bracket matching, regular expression searching, multiple file search and replace, folding, and keyboard macros. jEdit also includes a powerful plugin architecture that allows more than 80 plugins to be downloaded and installed from within the editor.
Related ProjectsWin32 Disk Imager, MeCab, KiriKiri Development Environment, Dumpper v.60.3, SAKURA Editor |
Eclipse is a kind of universal tool platform - an open extensible IDE for anything and nothing in particular. The real value of Eclipse comes from tool plug-ins that "teach" Eclipse how to work with things - java files, web content, graphics, video, etc. Eclipse allows you to independently develop tools that integrate with other people's tools seamlessly.
Related ProjectsDumpper v.60.3, TERASOLUNA Framework, SharpDevelop-jp, Win32 Disk Imager, MeCab |
The Linux Cluster Management Console (LCMC) is an application that eases the burden of managing your Corosync/Heartbeat, Pacemaker, and DRBD-based cluster systems. It does not require any kind of agent or client code on the cluster nodes, instead using SSH.
Related ProjectsVIVER, Linux-HA Japan, iReport-Designer for JasperReports, Diskless Remote Boot in Linux (DRBL), DeSmuME |
CloverETL is Java-based tool/framework for data integration and creation of data transformations. It is component based and follows the concept of transformation graphs which consist of individual nodes/components performing simple (or complex) operations on data. Any transformation can be defined as a set of interconnected nodes through which data flows. CloverETL can be used as a standalone application or be embedded into a larger project.
Related ProjectsAll-In-One Project, MeCab, Win32 Disk Imager, Dumpper v.60.3, Trac Lightning |
Google Map GPS Cell Phone Tracker allows you to track Android, iOS, Windows Phone, and Java ME cellphones using Google Maps. It has two parts, a server and phone clients. You have a choice of two servers, using asp.net and SQL server or PHP and MySQL. The server software allows you to view cellphone locations in realtime using Google Maps and store routes and view them later. The client applications send their locations to the website periodically. All four applications work properly in the background and are written natively on each platform.
Related ProjectsMPC-BE, Dumpper v.60.3, Nucleus日本語版, Hiki, MeCab |
OBM is a groupware, email, LDAP, Windows PDC, CRM, and project management application. It is mainly used as a mail server, as an LDAP directory, as a Windows PDC, as a contact and customer database, as a project management tool, or as any combination of these functions. It supports internationalization and themes.
Related ProjectsWin32 Disk Imager, Dumpper v.60.3, FreeStyleWiki, phpGroupWare Japanese Project, OpenOffice.org 独自ビルドプロジェクト |
JFtp is a Swing Java network and file transfer client. It supports FTP using its own FTP API and various other protocols like SMB, SFTP, NFS, HTTP, and file I/O using third party APIs. It includes many advanced features such as recursive directory up/download, browsing FTP servers while transferring files, FTP resuming and queueing, browsing the LAN for Windows shares, and more. The FTP API is separated from the GUI and can also be used in third-party applications. It should ideally be launched in a Web browser via Java Web Start (contained by the Java 1.4 plugin), but can also be started locally.
Related ProjectsRMAC, FileZilla JP Info, FFFTP, Win32 Disk Imager, MeCab |
Apache OpenMeetings is a multi-language customizable video-conferencing and collaboration system. It supports audio/video and allows you to see the desktop of any participant. It includes a whiteboard, the ability to import a variety of image formats, invitations, a moderation system, backup and language modules, private and public conference rooms, and the ability to record meetings. The project also provides integrations for Asterisk, Jira, Confluence, Moodle, Sakai, and SugarCRM, and connectors for LDAP and ADS.
Related ProjectsMPC-BE, NNDD - ニコ動専用ブラウザ, Media Player Classic - Home Cinema, PeerCast IM, Dumpper v.60.3 |
FreeMind is Mind-Mapping tool and an intuitive editor for tree-structured data. It features a modular design, and can be used to edit any kind of data, dependent on the current mode. The data is represented as a Mind-Map, while data, behavior, node style, edge style, color, etc. are determined by the mode. It features one-click fold, unfold, and "follow link" operations.
Related ProjectsMPC-BE, OneSQLiteAdmin, Media Player Classic - Home Cinema, Win32 Disk Imager, MeCab |
OpenSearchServer is a powerful, enterprise-class, search engine program. Using its Web user interface, crawlers (Web, file, database, etc.), and REST/RESTFul API, you can integrate advanced full-text search capabilities into your application.
Related ProjectsInazuma Search, Ludia, iReport-Designer for JasperReports, DeSmuME, TuxGuitar |
XOWA is a desktop application that can read and edit English Wikipedia offline. It displays articles in an HTML browser, and can download images on demand. It can also be used for Wiktionary, Wikisource, Wikiquote, and the non-English counterparts.
Related ProjectsMeCab, Programming Language ADP, OneSQLiteAdmin, Media Player Classic - Home Cinema, Dumpper v.60.3 |
レポーティング、解析(OLAP)、ダッシュボード、データマイニング、データインテグレーション(ETL)などを含む完全なビジネスインテリジェンス(BI)プラットフォームです。 Webサービスを介してアクセスし、個々のコンポーネントまたはフルスイートとして使えます。
Related ProjectsbambooBSC - バランス·スコアカード Balanced scorecard(BSC)ビジネスインテリジェンス, Dumpper v.60.3, OneSQLiteAdmin, Win32 Disk Imager, MPC-BE |
ProGuard is a shrinker, optimizer, obfuscator, and preverifier for Java bytecode. It detects and removes unused classes, fields, methods, and attributes. It optimizes methods and removes dead code. It renames the remaining classes, fields, and methods using short, meaningless names. Finally, it preverifies the processed code for Java 6 or higher, or for Java Micro Edition. The resulting code is more compact, more efficient, and more difficult to reverse-engineer. Advantages of ProGuard compared to other Java shrinkers and obfuscators are compact template-based configuration, memory efficiency, and speed. It is mostly popular for embedded development and for commercial development, and is integrated in Oracle's Wireless Toolkit, in Intel's TXE SDK, and in Google's Android SDK.
Related ProjectsWin32 Disk Imager, Media Player Classic - Home Cinema, MPC-BE, Dumpper v.60.3, Programming Language ADP |