Projects tagged ‘file’ and ‘java’


Jump to tag:

Projects tagged ‘file’ and ‘java’

Filtered by Project Tags file java

Refine results Project Tags manager (4) upload (4) html (3) text (3) library (3) javascript (3) parser (3) flat (3) sync (2) directory (2) tool (2) xml (2)

[45 total ]

13 Users
 

Apache Synapse is a simple to use, lightweight and high performance Enterprise Service Bus (ESB) from Apache. It can deal with SOAP 1.1/1.2, REST, POX, Plain Text, Binary, Hessian, FIX and other ... [More] types of messages over non-blocking http/s, JMS (1.0/1.1), File systems (s/ftp, CIFS, local, tar/zip/gz..), Mail (POP3, IMAP, SMTP), AMQP, TCP/UDP, XMPP and others. It can also deal with initiating/terminating WS-Addressing, WS-Security and WS-Reliable Messaging Please note that the project has a much longer history than the Ohloh metrics indicate, because of an SVN move. The project started in September 2005, and has had 5 major releases. Refer to: http://people.apache.org/~asankha/synapse/statsvn/ for true code statistics [Less]
Created over 3 years ago.

6 Users

FileSync plugin for Eclipse is a file synchronisation tool. The main goal is to keep files outside of Eclipse projects in-sync with Eclipse project files. The plugin works as builder in Eclipse ... [More] and will synchronize all changes on Eclipse project files to mapped external folders. E.g. if a file is created, changed or deleted in Eclipse, then the mapped (external) file will be created, changed or deleted too. Please note, that synchronization works is only in one direction - from Eclipse to the rest of the world. [Less]
Created 11 months ago.

2 Users
 

ZFileReader on SourceForge: a Java (1.4+) flat file parser that handles CSV, fixed length and custom delimiters. The formats are configured in XML, it is fast and released under Apache license 2.0. ... [More] Substrings in a fixed width parse can be daunting to deal with when trying to analyze what existing code is doing, and what about when you have no comments... We also provide delimited file parsing; works with any delimiter / qualifier, multiline records, delimiter or qualifier allowed in column value. [Less]
Created over 3 years ago.

1 Users

What is "JFileSynchronizer"JFileSynchronizer is a Java application that wants to help user to backup or synchronize his files. It is design to be used on any operating system that are Java ... [More] Compatible. Let's try it by downloading the JNLP. Here are some key features of "JFileSynchronizer": Easy to use intuitive user interface. Robust backup, bi-directional file synchronization. Folder structures for better overview. Flat overview (enable sort by synchronization type, name, extension ...) Manual change of synchronization settings. Synchronization of folders and files with the possibility to choose synchronization type. Screenshots [Less]
Created about 1 year ago.

1 Users
   

Kifkif is a Tool for finding and removing file and folder duplicates in your path. It shall provide either and extensible API/lib and an End-User GUI (Swing) Application for non programmers. File ... [More] similitude (defining duplicates) could be based on a large (and extensible) number of criteria. [Less]
Created over 3 years ago.

1 Users

Flapjack is the PREMIER flat record parser....yea right..... for all I know there is a better flat record parser out there. This project has really materialized into a learning exercise on how ... [More] complicated flat record parsing really can be and how I approached it. [Less]
Created 12 months ago.

1 Users
 

Chances are every programmer will end up having to manipulate structured text files at any point in his career. Those files are called flat files and, until now, you had to go through that same boring ... [More] script to work with them. You had to open the file, create a reader, then start reading and parsing line by line. No more. JFileHelpers is a library that automates the tedious task of parsing and creating structured text files. It handles fixed width or delimited files with Java annotations sweetness. [Less]
Created about 1 year ago.

0 Users

JTextFileParser is a java package built for simplifing delimited text files parsing. It gives you a quick way for parsing a delimited text file, managing rows and row’s fields. To use this package ... [More] you need JDK 1.3 or greater. Latest release1.3.1 is the latest version. Download it or check what's changed. How to install and useInstallation is quite straigthforward: just download the zip archive, expand it and put the jar into your classpath. Now you can instantiate a TextFile object and start working. TextFile file = new TextFile("fileName","filePath","separator");What you can doWhen you instantiate a TextFile object, the text file is parsed so you can easily access every row and every field. Check the Examples page. After creating a TextFile object you can export data to a new text file or an html file: you can choose to export the whole file or just a subset of rows or a subset of fields. Comments and requestsPlease leave comments and requests on the project home page DisclaimerPlease remember: "This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details." [Less]
Created 12 months ago.

0 Users

My Document Store is a web file management system. It is in planning phase
Created 9 months ago.

0 Users

Allows the user to perform various renaming operations on many files at once, as opposed to manually renaming files individually. Included operations: - Replace by characters - Replace by index ... [More] - Incrementation insertion (001xxx.txt, 002xxx.txt, etc) - Capitilization correction [Less]
Created 11 months ago.