Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

cvs-utils

Compare

  No analysis available

A set of command-line utilitiles written in Java that perform various cvs tasks.

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: mit
Tags java tools

dbbackup

Compare

  No analysis available

A database backup and restore tool to backup any database with a JDBC driver to an XML file.

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: common_de...

dboss

Compare

  No analysis available

A Java Desktop system, that will use plugins thru HTTP

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: lgpl
Tags java tools

diffxml

Compare

  No analysis available

this is the Utility to compare two XML documents and list the differences if any.

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: No declared licenses
Tags java tools

maven-dbsuite-plugin

Compare

  No analysis available

A plug-in for DocBook processing within Apache Maven.

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: No declared licenses
Tags java tools

nbdrupalsupport

Compare

  No analysis available

Message from the owner(s) The nbdrupalsupport plugin module along with documentation to install and use are available in Documents and Files section. The plan describing future course of action is too uploaded in the section. Please see the Announcements section for releases and other details.

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: common_de...
Tags java tools

sqlexplorer

Compare

  No analysis available

A visual database explorer and query tool based off of JFaceDBC that works under Eclipse.

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: lgpl

jexcelforumla

Compare

  No analysis available

Great Idea From JavaTools Community Newsletter https://javatools.dev.java.net/newsletter/20061101.html Excel Formula is one of the key component leads to the success of MS EXCEL. The easy to use, develop and learn properties make it essential in office operation. This project aimed to ... [More] provide excel-formula-like operations on Java's arrays, collections and database to greatly simplify the related operations. Programmers with excel formula can use their existing skills on java desktop and web programming. This library also acts as a collection of utility classes for common operations. This reduces a lot of boilerplates and programmers!| effort to write these operations again. This project is targeted to Java Platform Version 5.0 with Apache License 2.0, since the introduction of Annotation and Generic can help us to build a more powerful and flexible library. However, a back-port to 1.4 is under consideration to help these still using it. Scenario: In Excel: Sum up first 24, 25 and 26 columns of A, C and E rows respectively. equivalent to In Java: Sum up the first 24, 25, 26 columns of 0, 2 and 4 rows in a 2D array respectively. In VBA/Excel: dim value =average(A1:A24, C1:C25, D1:D26) Java without jexcelforumla: double result = 0d; int count = 0; int[][] table = { ......}; for(int i=0; i ++count; result += table[0][i]); } for(int i=0; i ++count; result += table[2][i]); } for(int i=0; i ++count; result += table[4][i]); } result/=count; Java Using jexcelforumla: static import jexcelforumla.Statistic.*; ... int[][] table = { ......}; double result = average(range("A1:A24", table), range("C1:C25", table), range("D1:D26",table)); ------or------ double result = average(range(0, 0, 23, table), range(2, 0, 24, table), range(4, 0, 25, table)); Participation Serious Programmers familiar with Excel Formula and Java are welcome!!!! [Less]

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: No declared licenses
Tags java tools

fswt

Compare

  No analysis available

Fast Site Web toolbox is a general prupose Code Generator for web application development in a Java and XML/XSL technology. The fswt is a template based tool.

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: gpl
Tags java tools

fasttransport

Compare

  No analysis available

Message from the owner(s) write in java, multithreading download and files management , feature: 1.multithreading download from server 2.compatible many protocol by plugins 3.file management base in rdb 4.full text search

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: gpl