webstart
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 18
PAR::WebStart 0.18
PAR::WebStart is a Perl implementation of Javas WebStart. more>>
PAR::WebStart is a Perl implementation of Javas WebStart.
SYNOPSIS
my $file = hello.pnlp;
my $ws = PAR::WebStart->new(file => $file);
$ws->fetch_pars() or die $ws->{ERROR};
my $tmpdir = $ws->{tmpdir};
chdir($tmpdir) or die qq{Cannot chdir to "$tmpdir": $!});
my @args = @{$ws->run_command()};
die qq{Failed to get WebStart args: $ws->{ERROR}}) unless (@args);
system(@args) == 0 or die qq{Execution of system(@args) failed: $?};
This a Perl version of Javas WebStart technology; see http://java.sun.com/j2se/1.4.2/docs/guide/jws/developersguide/overview.html for details.
PAR-WebStart is a helper application associated with a browser. When a user clicks on a link that points to a PNLP [PAR Network Launch Protocol] launch file (a special XML file), it causes the browser to launch PAR-WebStart, which then automatically downloads, caches, and runs the specified PAR-based application.
<<lessSYNOPSIS
my $file = hello.pnlp;
my $ws = PAR::WebStart->new(file => $file);
$ws->fetch_pars() or die $ws->{ERROR};
my $tmpdir = $ws->{tmpdir};
chdir($tmpdir) or die qq{Cannot chdir to "$tmpdir": $!});
my @args = @{$ws->run_command()};
die qq{Failed to get WebStart args: $ws->{ERROR}}) unless (@args);
system(@args) == 0 or die qq{Execution of system(@args) failed: $?};
This a Perl version of Javas WebStart technology; see http://java.sun.com/j2se/1.4.2/docs/guide/jws/developersguide/overview.html for details.
PAR-WebStart is a helper application associated with a browser. When a user clicks on a link that points to a PNLP [PAR Network Launch Protocol] launch file (a special XML file), it causes the browser to launch PAR-WebStart, which then automatically downloads, caches, and runs the specified PAR-based application.
Download (0.023MB)
Added: 2007-03-23 License: Perl Artistic License Price:
945 downloads
PAR::WebStart::PNLP 0.18
PAR::WebStart::PNLP is a Perl module that can parse pnlp files. more>>
PAR::WebStart::PNLP is a Perl module that can parse pnlp files.
SYNOPSIS
my $file = hello.pnlp;
my $obj = PAR::WebStart::PNLP->new(file => $file);
my $cfg = $obj->parse();
This module is used to parse PNLP files, which are XML files whose syntax is described later in this document. The $cfg data structure returned is a hash reference, the key being the XML elements encountered. The value associated with this key are either
- a reference to an array of hash references, in the cases of the par, argument, module, or description elements,
- a hash reference, for all other elements.
The hash references involved in these values have keys corresponding to the names of any attributes of the element, if found, as well as a key of value, if there is a value of the element. The associated values of these keys are the corresponding values of the attributes or the elements value, as applicable. Except for the cases of par, argument, module, and description, the hash references associated with all elements seen are guaranteed to have one key of seen, of value 1, even if no attribute or value are defined.
<<lessSYNOPSIS
my $file = hello.pnlp;
my $obj = PAR::WebStart::PNLP->new(file => $file);
my $cfg = $obj->parse();
This module is used to parse PNLP files, which are XML files whose syntax is described later in this document. The $cfg data structure returned is a hash reference, the key being the XML elements encountered. The value associated with this key are either
- a reference to an array of hash references, in the cases of the par, argument, module, or description elements,
- a hash reference, for all other elements.
The hash references involved in these values have keys corresponding to the names of any attributes of the element, if found, as well as a key of value, if there is a value of the element. The associated values of these keys are the corresponding values of the attributes or the elements value, as applicable. Except for the cases of par, argument, module, and description, the hash references associated with all elements seen are guaranteed to have one key of seen, of value 1, even if no attribute or value are defined.
Download (0.023MB)
Added: 2007-06-22 License: Perl Artistic License Price:
854 downloads
Power*Architect 0.9.7
Power*Architect is an innovative Java-based data modeling tool geared specifically for Data Warehouse and Data Mart design. more>>
Data Architects, DBAs, Analysts and Designers rely on Data Modeling tools to facilitate and simplify their data Modeling efforts, while maximizing the use of their resources. The Power*Architect allows these busy highly technical resources to perform this most intricate part of their job in a fraction of the time.
Power*Architect project is an innovative Java-based data modeling tool geared specifically for Data Warehouse and Data Mart design. It allows the designer to open multiple concurrent source Database connections, create and explore profiles of the source data, drag and drop source schemas, tables and columns into the data modeling playpen, and forward engineer the resultant target database and its associated ETL template.
Main features:
- Access any JDBC or ODBC accessible source database
- Quickly create profiles of source data, including information about the size of the data in each column, maximum and minimum values, frequency distribution of values in a column, and more.
- Profile information is saved with the project, so profile data can still be used to aid off-site design sessions when it is not possible to access the source databases.
- Design the target database Data Model (Data Warehouse)
- Compare the database structure of any two databases highlighting the structural differences and generating the required DDL to synchronize
- Compare the Data Model data structures to an existing target database
- Save a snapshot of all source systems data structures in the project file, allowing data warehouse designers to evolve their target data model remotely
- Forward engineer to Oracle, SQL Server, DB2, and PostgreSQL and more.
- Forward engineer ETL Templates containing source-to-target data mappings
- Invoke ETL Engine to load initial set of data into the target database
- Enable easy centralized installation and updates to many end users (Supports Java WebStart technology).
- The Power*Architect can open multiple source databases concurrently, even if they are from competing database vendors. Another key feature of the Power*Architect, that sets it apart from other data modeling tools, is that it remembers the origin of each column, and is capable of automatically generating the source-to-target data mappings.
- Whether youre building or maintaining your Data Warehouse data model, the Power*Architect will provide you a complete view of all required database structures and will expedite every aspect of your data warehouse design.
- Design your Data Warehouse in a fraction of the time with the Power*Architect.
- We look forward to showing you how!
- The Power*Architect is available now for download! The product is available for free to individuals for personal use. Commercial licensing and support are available at competitive prices. Please call us at 1-866-SQL-POWR to purchase.
Enhancements:
- This release fixes a bug that caused corrupt project files to be saved.
- The handling of automatic cascading primary keys in multi-level identifying relationships now works better.
- The profile manager is now even more stable.
- It is now possible to add new database connection types from within the GUI.
<<lessPower*Architect project is an innovative Java-based data modeling tool geared specifically for Data Warehouse and Data Mart design. It allows the designer to open multiple concurrent source Database connections, create and explore profiles of the source data, drag and drop source schemas, tables and columns into the data modeling playpen, and forward engineer the resultant target database and its associated ETL template.
Main features:
- Access any JDBC or ODBC accessible source database
- Quickly create profiles of source data, including information about the size of the data in each column, maximum and minimum values, frequency distribution of values in a column, and more.
- Profile information is saved with the project, so profile data can still be used to aid off-site design sessions when it is not possible to access the source databases.
- Design the target database Data Model (Data Warehouse)
- Compare the database structure of any two databases highlighting the structural differences and generating the required DDL to synchronize
- Compare the Data Model data structures to an existing target database
- Save a snapshot of all source systems data structures in the project file, allowing data warehouse designers to evolve their target data model remotely
- Forward engineer to Oracle, SQL Server, DB2, and PostgreSQL and more.
- Forward engineer ETL Templates containing source-to-target data mappings
- Invoke ETL Engine to load initial set of data into the target database
- Enable easy centralized installation and updates to many end users (Supports Java WebStart technology).
- The Power*Architect can open multiple source databases concurrently, even if they are from competing database vendors. Another key feature of the Power*Architect, that sets it apart from other data modeling tools, is that it remembers the origin of each column, and is capable of automatically generating the source-to-target data mappings.
- Whether youre building or maintaining your Data Warehouse data model, the Power*Architect will provide you a complete view of all required database structures and will expedite every aspect of your data warehouse design.
- Design your Data Warehouse in a fraction of the time with the Power*Architect.
- We look forward to showing you how!
- The Power*Architect is available now for download! The product is available for free to individuals for personal use. Commercial licensing and support are available at competitive prices. Please call us at 1-866-SQL-POWR to purchase.
Enhancements:
- This release fixes a bug that caused corrupt project files to be saved.
- The handling of automatic cascading primary keys in multi-level identifying relationships now works better.
- The profile manager is now even more stable.
- It is now possible to add new database connection types from within the GUI.
Download (13.5MB)
Added: 2007-07-31 License: BSD License Price:
585 downloads
MCastDiscovery 1.0
MCastDiscovery is a Java library used to advertise and discover services on a network. more>>
MCastDiscovery is a Java library used to advertise and discover services on a network.
Its an alternative to ZeroConf/Rendezvous/Bonjour/mDNS/DNS-SD, and it does not require a running daemon.
MCastDiscovery makes it easy to discover services in a light-weight no-install application, such as one running in Java WebStart. It is not compatible with software like ZeroConf.
<<lessIts an alternative to ZeroConf/Rendezvous/Bonjour/mDNS/DNS-SD, and it does not require a running daemon.
MCastDiscovery makes it easy to discover services in a light-weight no-install application, such as one running in Java WebStart. It is not compatible with software like ZeroConf.
Download (0.016MB)
Added: 2006-05-02 License: LGPL (GNU Lesser General Public License) Price:
1270 downloads
XCard 1.2.5
XCard project is a is a French flashcard program. more>>
XCard project is a is a French flashcard program.
Its used to help students memorize French words. It comes with several default word lists, ranging from verb lists, to vocabulary associated with airplane travel.
It has the capability to repeat lesser known words, graph a students progress, translate words to French, and to create new word lists.
It is deployed via Java Webstart, and can be run from the XCard homepage.
<<lessIts used to help students memorize French words. It comes with several default word lists, ranging from verb lists, to vocabulary associated with airplane travel.
It has the capability to repeat lesser known words, graph a students progress, translate words to French, and to create new word lists.
It is deployed via Java Webstart, and can be run from the XCard homepage.
Download (MB)
Added: 2006-11-03 License: LGPL (GNU Lesser General Public License) Price:
1088 downloads
JScreenFix 1
JScreenFix is a Java applet and Java webstart application that helps re-energise stuck pixels and remove burn-in on LCD and plasma screens by randomly... more>> <<less
Download (6KB)
Added: 2009-04-04 License: Freeware Price: Free
991 downloads
Spring Rich Client 0.2.1
Spring-RCPs mission is to provide an elegant way to build highly-configurable, GUI-standards-following rich-client applications more>>
Spring-RCPs mission is to provide an elegant way to build highly-configurable, GUI-standards-following rich-client applications faster by leveraging the Spring Framework, and a rich library of UI factories and support classes.
The Spring Rich Client Project (RCP) is a sub-project of The Spring Framework. Spring-RCPs mission is to provide an elegant way to build highly-configurable, GUI-standards-following rich-client applications faster by leveraging the Spring Framework, and a rich library of UI factories and support classes. Initial focus is on providing support for Swing applications but a goal of Spring-RCP is to be view agnostic as much as possible.
Spring Rich Client Projects goal is to provide a viable option for developers that need a platform and a best-practices guide for constructing Swing applications quickly.
Specifically, spring-richclient seeks to:
Provide a way to build structured, highly-configurable, GUI-standards-following Swing applications faster by leveraging the Spring Framework.
Foster integration with existing rich-client-related projects where it make sense. For example, jgoodies-forms and TableLayout are two good layout managers. We dont need to develop another one.
Adhere to the principles set forth by the Spring Framework--programming to interfaces; the importance of sound OO design, documentation, and testing.
Main features:
- A command framework that provides centralized configuration of Swing actions and appropriate handler registration based on the current active view. Command configuration, as well as action bar contribution policies (to menus or toolbars), can be defined centrally and externalized in Spring bean defintiions.
- A forms data binding and validation framework, for connecting edits made in your UI controls with your domain model automatically--with as you type feedback.
- Support for multiple window management, page configuration, and view management. The concepts here are inspired by Eclipses perspective/view constructs. Views can be defined in the Spring container, associated with one or more pages, and a default page can be configured to be loaded at startup.
- Common support classes addressing various rich client requirements including: well formed dialogs, wizards, input validation (typing hints and validation results reporting), button bars,internationalization, image/icon caching, progress monitoring, UI threading (classes cleanly promoting responsive UIs), treetable/property sheet, table sorting/high-volume table updates, GUI standards builders/helpers, help/about, etc.
Spring-rich adds value for people needing to develop Swing applications and do so in a way that promotes consistent, well-designed, configurable Swing applications. The spring-rich developers strongly feel the old days of Swing apps not looking native and not being performant or web-accessible are gone with JDK1.4.2 and 1.5 and webstart.
It is our belief the only problem with Swing is that there are a limited number of higher-level abstractions available that assist in making the toolkit simpler and easier to use, and a limited number of design best practices. The goal of spring-richclient is to provide that.
Enhancements:
- [RCP-400] - jgoodies forms not included as spring-rich dependencies
- Regression bug: icons on MessageAreaPane didnt show up
<<lessThe Spring Rich Client Project (RCP) is a sub-project of The Spring Framework. Spring-RCPs mission is to provide an elegant way to build highly-configurable, GUI-standards-following rich-client applications faster by leveraging the Spring Framework, and a rich library of UI factories and support classes. Initial focus is on providing support for Swing applications but a goal of Spring-RCP is to be view agnostic as much as possible.
Spring Rich Client Projects goal is to provide a viable option for developers that need a platform and a best-practices guide for constructing Swing applications quickly.
Specifically, spring-richclient seeks to:
Provide a way to build structured, highly-configurable, GUI-standards-following Swing applications faster by leveraging the Spring Framework.
Foster integration with existing rich-client-related projects where it make sense. For example, jgoodies-forms and TableLayout are two good layout managers. We dont need to develop another one.
Adhere to the principles set forth by the Spring Framework--programming to interfaces; the importance of sound OO design, documentation, and testing.
Main features:
- A command framework that provides centralized configuration of Swing actions and appropriate handler registration based on the current active view. Command configuration, as well as action bar contribution policies (to menus or toolbars), can be defined centrally and externalized in Spring bean defintiions.
- A forms data binding and validation framework, for connecting edits made in your UI controls with your domain model automatically--with as you type feedback.
- Support for multiple window management, page configuration, and view management. The concepts here are inspired by Eclipses perspective/view constructs. Views can be defined in the Spring container, associated with one or more pages, and a default page can be configured to be loaded at startup.
- Common support classes addressing various rich client requirements including: well formed dialogs, wizards, input validation (typing hints and validation results reporting), button bars,internationalization, image/icon caching, progress monitoring, UI threading (classes cleanly promoting responsive UIs), treetable/property sheet, table sorting/high-volume table updates, GUI standards builders/helpers, help/about, etc.
Spring-rich adds value for people needing to develop Swing applications and do so in a way that promotes consistent, well-designed, configurable Swing applications. The spring-rich developers strongly feel the old days of Swing apps not looking native and not being performant or web-accessible are gone with JDK1.4.2 and 1.5 and webstart.
It is our belief the only problem with Swing is that there are a limited number of higher-level abstractions available that assist in making the toolkit simpler and easier to use, and a limited number of design best practices. The goal of spring-richclient is to provide that.
Enhancements:
- [RCP-400] - jgoodies forms not included as spring-rich dependencies
- Regression bug: icons on MessageAreaPane didnt show up
Download (15.7MB)
Added: 2006-09-21 License: The Apache License 2.0 Price:
1134 downloads
Warrior XAMJ Browser 0.96
Warrior XAMJ Browser is a browser that uses XAMJ. more>>
Warrior XAMJ Browser is a browser that uses XAMJ, an XML language designed to address many of the shortcomings of HTML and an open alternative to Microsofts XAML.
XAMJ documents are generally served over HTTP but can also be used in standalone applications, as Warrior itself is written in XAMJ.
Warrior platform can be used to deliver rich thin client applications with the capabilities of the Java language without the need to compile or package them. XAMJ UI code is compact and can be written quickly. Additionally, we now provide a way to link XAMJ content from HTML. (Our own examples use that.)
XAMJ apps can also be standalone. In Windows you can simply double-click a .xamj file. Compilation is on-demand and cached, so it has the major benefits of an interpreted language, without being one.
A XAMJ app can link another app much the same way HTML pages link one another. For example, an app could have a Forum menu-item with an href attribute that launches a separate specialized app, potentially hosted by a third party. (Some of our examples link each other this way.) We dont expect different brandings to be as much of a concern as it is with HTML pages.
To get a better idea of where XAMJ technology fits in relation to existing client platforms, see the following table which breaks down how it compares in several key areas to other two well-known technologies: (1) HTML/Javascript browsers, which are thin client platforms, and (2) Java Webstart, which is more of a thick client platform.
Enhancements:
- Text selection was implemented in the HTML renderer.
- A number of JavaScript bugs were fixed.
- Animated images were fixed as well.
- An image clientlet was implemented to allow Warrior to open image URLs.
<<lessXAMJ documents are generally served over HTTP but can also be used in standalone applications, as Warrior itself is written in XAMJ.
Warrior platform can be used to deliver rich thin client applications with the capabilities of the Java language without the need to compile or package them. XAMJ UI code is compact and can be written quickly. Additionally, we now provide a way to link XAMJ content from HTML. (Our own examples use that.)
XAMJ apps can also be standalone. In Windows you can simply double-click a .xamj file. Compilation is on-demand and cached, so it has the major benefits of an interpreted language, without being one.
A XAMJ app can link another app much the same way HTML pages link one another. For example, an app could have a Forum menu-item with an href attribute that launches a separate specialized app, potentially hosted by a third party. (Some of our examples link each other this way.) We dont expect different brandings to be as much of a concern as it is with HTML pages.
To get a better idea of where XAMJ technology fits in relation to existing client platforms, see the following table which breaks down how it compares in several key areas to other two well-known technologies: (1) HTML/Javascript browsers, which are thin client platforms, and (2) Java Webstart, which is more of a thick client platform.
Enhancements:
- Text selection was implemented in the HTML renderer.
- A number of JavaScript bugs were fixed.
- Animated images were fixed as well.
- An image clientlet was implemented to allow Warrior to open image URLs.
Download (4.5MB)
Added: 2006-11-28 License: LGPL (GNU Lesser General Public License) Price:
1064 downloads
Hermes JMS 1.10
Hermes is a Swing application that allows you to interact with JMS providers. more>>
Hermes is a Swing application that allows you to interact with JMS providers. Hermes works with any JMS enabled transport making it easy to browse or search queues and topics, copy messages around and delete them. It fully integrates with JNDI letting you discover administered objects stored, create JMS sessions from the connection factories and use any destinations found. Many providers include a plugin that uses the native API to do non-JMS things like getting queue depths (and other statistics) or finding queue and topic names.
WebStart demo with a simple configuration containing an embedded ActiveMQ broker and a single queue and topic. Download some example text messages and FIX messages and send or publish them to ActiveMQ.
You can get the latest stable version from Sourceforge or the latest, less stable, build from HEAD
Enhancements:
- There is a new SAP JMS plugin and demo - many thanks to Martin Grigorov at SAP for his time and suggestions.
- The EMS tutorial has been updated.
- There is a new log panel in the Tools dockable frame that lets you view log4j events. By default none are displayed but you can start, stop and clear the events. The logging levels are inherited from your log4j configuration.
- Searching for messages now includes ObjectMessage support - Hermes searches on the result of toString(). Any exceptions are logged but otherwise ignored.
- Selection of multiple objects in trees and tables has been been improved.
- Workarounds for TIBCO EMS connection factories lack of JavaBean compliance have been put in place. Hermes checks for missing matching get/set methods (EMS provides one and not the other) and uses cglib to fill in the gaps. Previously Hermes had many strange issues configuring remote EMS servers. You must still however set the username and password on both the plugin and the connection factory. See $HERMES_HOME/cfg/vars-hermes-config.xml for an example configuration. I hope to fix this shortly.
- The WMQ plugin was not correctly supporting JMS destination names with properties in, e.g. queue://Q1?targetClient=1.
- The message header property table is now sortable.
- JIDE has been upgraded to 1.8.6.01
- A new configuration option CopyProviderProperties selects whether user header properties starting with JMS should be copied, e.g. during drag and drop, to/from a file and to/from a message store. You can set this via the Options->Configuration->General dialog. Some providers seem to allow this and others do not so only change it if you know what you want.
- New configuration option on the session Use Consumer will use a message consumer to perform queue browsing. Messages will be read but not acknowledged until a timeout on the read occurs. The timeout is in the Configuration->General dialog as ConsumerTimeoutWhenQueueBrowsing and defaults to 10 seconds. This is especially useful if you have many messages on a queue (10000s) and your providers queue browser implementation retreives all messages in one large batch (e.g. JBossMQ).
- There is a new property on the WebSphereMQ admin plugin to let you set reason codes whose exceptions you want to ignore. You set the logExclude property with a comma separated list of reason codes. See also here. It is only supported from WMQ 5.3.
- Installation is now via IzPack
<<lessWebStart demo with a simple configuration containing an embedded ActiveMQ broker and a single queue and topic. Download some example text messages and FIX messages and send or publish them to ActiveMQ.
You can get the latest stable version from Sourceforge or the latest, less stable, build from HEAD
Enhancements:
- There is a new SAP JMS plugin and demo - many thanks to Martin Grigorov at SAP for his time and suggestions.
- The EMS tutorial has been updated.
- There is a new log panel in the Tools dockable frame that lets you view log4j events. By default none are displayed but you can start, stop and clear the events. The logging levels are inherited from your log4j configuration.
- Searching for messages now includes ObjectMessage support - Hermes searches on the result of toString(). Any exceptions are logged but otherwise ignored.
- Selection of multiple objects in trees and tables has been been improved.
- Workarounds for TIBCO EMS connection factories lack of JavaBean compliance have been put in place. Hermes checks for missing matching get/set methods (EMS provides one and not the other) and uses cglib to fill in the gaps. Previously Hermes had many strange issues configuring remote EMS servers. You must still however set the username and password on both the plugin and the connection factory. See $HERMES_HOME/cfg/vars-hermes-config.xml for an example configuration. I hope to fix this shortly.
- The WMQ plugin was not correctly supporting JMS destination names with properties in, e.g. queue://Q1?targetClient=1.
- The message header property table is now sortable.
- JIDE has been upgraded to 1.8.6.01
- A new configuration option CopyProviderProperties selects whether user header properties starting with JMS should be copied, e.g. during drag and drop, to/from a file and to/from a message store. You can set this via the Options->Configuration->General dialog. Some providers seem to allow this and others do not so only change it if you know what you want.
- New configuration option on the session Use Consumer will use a message consumer to perform queue browsing. Messages will be read but not acknowledged until a timeout on the read occurs. The timeout is in the Configuration->General dialog as ConsumerTimeoutWhenQueueBrowsing and defaults to 10 seconds. This is especially useful if you have many messages on a queue (10000s) and your providers queue browser implementation retreives all messages in one large batch (e.g. JBossMQ).
- There is a new property on the WebSphereMQ admin plugin to let you set reason codes whose exceptions you want to ignore. You set the logExclude property with a comma separated list of reason codes. See also here. It is only supported from WMQ 5.3.
- Installation is now via IzPack
Download (27.7MB)
Added: 2006-06-15 License: Open Software License Price:
1237 downloads
PowerFolder for Linux 1.1.0
PowerFolder is a program to synchronize folders over the internet or on a local net. more>>
PowerFolder project consists of a program to synchronize folders over the internet or on a local net. It uses peer-to-peer technology to exchange the files. This means you do not need a hosting server. Every client holds a local copy of the folder.
It can be used to exchange every type of data for example music, photos, own documents or videos. PowerFolder automatically detects changes and synchronizes (configurable) !
- Documentation
- Screenshots
- Frequently asked questions (FAQ)
- Forum (Support and Community)
- Synchronisation profiles
- Team
- PR-Set (Logos, Banners, etc)
Main features:
- File synchronisation between multiple PCs over internet or lan
- Supports multiple languanges
- Offers Private Networking
- Auto-detects changes
- Runs silently in system tray
- Easy-to-use user interface
- Easy installation and update, windows installer available
- Synchronize profiles control how folders get synchronized
- Pure peer-to-peer network. No server required
- MP3/ID3 tag support
- Out-of-Browser start (Java WebStart)
- Built-in compression of up- and downloads (GZIP)
- Link support for downloads like edonkey links
- Cross platfrom compatibility. PowerFolder is written completely in Java
- Automatically detects nodes on local net like windows network
- Intelligent upload / download strategy. Upload can be limited
- Integrated support for dynamic-dns addresses
- Full icon support for folders on windows systems
- Open-source
The main difference between PowerFolder and other Filesharing programs is, that files get automatically downloaded when someone adds new.
People with same interests group together in folders. If anybody has new stuff, he automatically sends it to all folder members.
<<lessIt can be used to exchange every type of data for example music, photos, own documents or videos. PowerFolder automatically detects changes and synchronizes (configurable) !
- Documentation
- Screenshots
- Frequently asked questions (FAQ)
- Forum (Support and Community)
- Synchronisation profiles
- Team
- PR-Set (Logos, Banners, etc)
Main features:
- File synchronisation between multiple PCs over internet or lan
- Supports multiple languanges
- Offers Private Networking
- Auto-detects changes
- Runs silently in system tray
- Easy-to-use user interface
- Easy installation and update, windows installer available
- Synchronize profiles control how folders get synchronized
- Pure peer-to-peer network. No server required
- MP3/ID3 tag support
- Out-of-Browser start (Java WebStart)
- Built-in compression of up- and downloads (GZIP)
- Link support for downloads like edonkey links
- Cross platfrom compatibility. PowerFolder is written completely in Java
- Automatically detects nodes on local net like windows network
- Intelligent upload / download strategy. Upload can be limited
- Integrated support for dynamic-dns addresses
- Full icon support for folders on windows systems
- Open-source
The main difference between PowerFolder and other Filesharing programs is, that files get automatically downloaded when someone adds new.
People with same interests group together in folders. If anybody has new stuff, he automatically sends it to all folder members.
Download (3.4MB)
Added: 2007-01-21 License: GPL (GNU General Public License) Price:
1007 downloads
UICollection 2.1
UICollection is a rich set of Java Swing widgets. more>>
UICollection is a rich set of Java Swing widgets, solutions for common and not so common Swing projects, and a workflow using a graphics designer to merge all solutions into one project.
UICollection is a project that can be used in any application, commercial or otherwise. Despite being free UICollection has advanced user-interface features allowing you to create more professionial looking GUIs, faster.
There are various products which are part of this project, each brings a completely seperate component, or framework which enhances your user interfaces. All of them add to the synergy of the whole by being complementary in nature. Each can be used seperately, allowing an easy learning curve.
The core component is the designer, this is the one that binds all other components transparantly into one product. The designer is a GUI Builder with a twist; it allows you to build your user interfaces by point and click in such a way that the traditional disadvantages of code generators is taken away. Additionaly the designer itself is so easy to use that your graphics designer can use it to make drafts, or fine tune your finished products. The designer should actually be called a component of a highly-optimized, but very flexible workflow.
What binds all components is a next-generation Swing Look and Feel, the UICTheme is build for cross-platform look and feel in such a way that the feel part can be considered native. This is because of the huge amount of attention it spents on usability features that are common on the various operating systems Java supports, but still have not found their way into the core Swing distribution. All screenshots on this website will be based on the UICTheme, unless otherwise specified. Use the webstart demo if you want to get an instant feel for it.
Enhancements:
- The spinbox is no longer allowed to get higher than its textfields preferred height.
- The GroupBox is repainted after calling setEnabled (which is needed to update the ghosted state).
- Double number values were made to work.
- UICCalender was made to work with Java 5 and 6.
<<lessUICollection is a project that can be used in any application, commercial or otherwise. Despite being free UICollection has advanced user-interface features allowing you to create more professionial looking GUIs, faster.
There are various products which are part of this project, each brings a completely seperate component, or framework which enhances your user interfaces. All of them add to the synergy of the whole by being complementary in nature. Each can be used seperately, allowing an easy learning curve.
The core component is the designer, this is the one that binds all other components transparantly into one product. The designer is a GUI Builder with a twist; it allows you to build your user interfaces by point and click in such a way that the traditional disadvantages of code generators is taken away. Additionaly the designer itself is so easy to use that your graphics designer can use it to make drafts, or fine tune your finished products. The designer should actually be called a component of a highly-optimized, but very flexible workflow.
What binds all components is a next-generation Swing Look and Feel, the UICTheme is build for cross-platform look and feel in such a way that the feel part can be considered native. This is because of the huge amount of attention it spents on usability features that are common on the various operating systems Java supports, but still have not found their way into the core Swing distribution. All screenshots on this website will be based on the UICTheme, unless otherwise specified. Use the webstart demo if you want to get an instant feel for it.
Enhancements:
- The spinbox is no longer allowed to get higher than its textfields preferred height.
- The GroupBox is repainted after calling setEnabled (which is needed to update the ghosted state).
- Double number values were made to work.
- UICCalender was made to work with Java 5 and 6.
Download (2.6MB)
Added: 2007-06-07 License: The Apache License Price:
873 downloads
Jbum 1.20
Jbum is an application (Webstart or jar) that takes a directory of images and turns them into a page of HTML. more>>
Jbum is an application (Webstart or jar) that takes a directory of images and turns them into a page of HTML.
It generates thumbnails and supports rotating, reordering, captioning, spell-checking, and styling.
Enhancements:
- An image rotation memory leak was fixed.
<<lessIt generates thumbnails and supports rotating, reordering, captioning, spell-checking, and styling.
Enhancements:
- An image rotation memory leak was fixed.
Download (MB)
Added: 2007-06-14 License: BSD License Price:
863 downloads
Kokua 0.6
Kokua is a Trade Wars 2002 assistant with an emphasis on being fully customizable. more>>
Kokua project is a Trade Wars 2002 assistant with an emphasis on being fully customizable.
Kokua is a Trade Wars 2002 assistant with the goal of being very easy for the user to customize for their use. Every screen is defined in user-modifiable XML user interface files similar to HTML. All actions are written in JavaScript, eliminating the difference between scripts and normal application behaviors. The initial emphasis of the project is to explore visualization and data mining.
Kokua was born out of a desire for an open source, Linux-compatible TW2002 helper, and a frustration working with the J-TWAT source code. J-TWAT was/is a great helper, but in an effort to build the ultimate helper, code organization was sacrificed to make way for development speed making it difficult to build upon. While Kokua borrowed many of the ideas of J-TWAT (like stream lexing triggers), Kokua is a complete rewrite. To encourage development, pains have been taken to cleanly separate functionality and push as much code into external scripts as possible. While JavaScript is used by default, many other scripting languages can be used. Furthermore, all Trade Wars-related code has been separated from the main application to support other text-based games or applications.
Kokua is NOT an attempt to create the ultimate TW2002 helper or scripting platform. Helpers like SWATH and scripting proxies like TWXProxy have way more features than Kokua will probably ever have. In particular, Kokua will not focus on scripting and but look to closely integrate with scripting proxies such as TWXProxy. Not that Im against the idea of a fully-featured TW helper, I just dont have time or motivation.
Main features:
- Easy to fully customize every screen
- Every application action modifyable, eliminating the difference between script and application action
- Browsable, customizable sector visualization
- Quick query of information using an XPath-like engine
- Unified chat interface that supports other protocols like IRC and IM (coming soon)
- Statistics display to highlight game metrics
- Easy macro record and playback ability
- Customizable reports, including port pairs
- Scripts can create and control complex gui forms
- Auto-update capable (when used with WebStart)
Enhancements:
- This release addresses major stability issues and adds better integration with TWXProxy.
- Operations such as pair port trading and Steal-Steal-Move (SSM) can now be executed with a single click.
- The sector map is now more stable and accurate.
<<lessKokua is a Trade Wars 2002 assistant with the goal of being very easy for the user to customize for their use. Every screen is defined in user-modifiable XML user interface files similar to HTML. All actions are written in JavaScript, eliminating the difference between scripts and normal application behaviors. The initial emphasis of the project is to explore visualization and data mining.
Kokua was born out of a desire for an open source, Linux-compatible TW2002 helper, and a frustration working with the J-TWAT source code. J-TWAT was/is a great helper, but in an effort to build the ultimate helper, code organization was sacrificed to make way for development speed making it difficult to build upon. While Kokua borrowed many of the ideas of J-TWAT (like stream lexing triggers), Kokua is a complete rewrite. To encourage development, pains have been taken to cleanly separate functionality and push as much code into external scripts as possible. While JavaScript is used by default, many other scripting languages can be used. Furthermore, all Trade Wars-related code has been separated from the main application to support other text-based games or applications.
Kokua is NOT an attempt to create the ultimate TW2002 helper or scripting platform. Helpers like SWATH and scripting proxies like TWXProxy have way more features than Kokua will probably ever have. In particular, Kokua will not focus on scripting and but look to closely integrate with scripting proxies such as TWXProxy. Not that Im against the idea of a fully-featured TW helper, I just dont have time or motivation.
Main features:
- Easy to fully customize every screen
- Every application action modifyable, eliminating the difference between script and application action
- Browsable, customizable sector visualization
- Quick query of information using an XPath-like engine
- Unified chat interface that supports other protocols like IRC and IM (coming soon)
- Statistics display to highlight game metrics
- Easy macro record and playback ability
- Customizable reports, including port pairs
- Scripts can create and control complex gui forms
- Auto-update capable (when used with WebStart)
Enhancements:
- This release addresses major stability issues and adds better integration with TWXProxy.
- Operations such as pair port trading and Steal-Steal-Move (SSM) can now be executed with a single click.
- The sector map is now more stable and accurate.
Download (3.6MB)
Added: 2007-06-10 License: GPL (GNU General Public License) Price:
869 downloads
JGame 3.0
JGame is a small high-level 2D game engine for producing games on Java platforms. more>>
JGame is a small high-level 2D game engine for producing games on Java platforms. It does a lot of the stuff you need for a game automatically, and "classic" type arcade games can be developed with a minimum of effort.
It is based on sprites with automatic collision detection, and a tile-based background with easy sprite-tile interaction facilities. JGame games can easily be run as stand-alone applications or as applets, and can be scaled to any resolution.
Main features:
- Tested on various platforms; can easily be run as applet as well.
- Ensures optimised and accelerated graphics for a variety of displays; even works well on remote X11 displays.
- The game is programmed at one resolution, but can be scaled to any desired resolution when run.
- Built-in animated "sprite" engine, with easy animation definition.
- Tile-based background handling, with decorative backdrop.
- Automatic collision detection with sprites and background tiles, and easy background tile interaction.
- Load sprites, tiles, and colour fonts directly from sprite sheets.
- Define images and animations in a text file.
Enhancements:
- New platform-independent versions of Point, Rectangle, Color, Font.
- Changes in package structure. Base classes are now in jgame, platform independent implementation details in jgame.impl, platform dependent classes in jgame.platform.
- Major changes in JGEngine/JGCanvas. A platform independent interface JGEngineInterface has been defined. The platform-independent code has been moved to jgame.impl.*, and for each platform there is a platform-dependent version of JGEngine, delegating functionality to jgame.impl.EngineLogic where possible.
- ImageUtil has been split into a platform-independent interface JGImage, and platform implementations JREImage and MIDPImage.
- StdGame now has two versions, the original for JRE and a somewhat simplified version for MIDP.
- The package tree has been changed. The sources are now in src-*, classes are compiled into classes-*. Compilation of the JGame classes and the examples and applications has been split.
- The code has been optimised: object creations in the most important tight loops have been reduced to near zero, repaintBG has been optimised by a factor 2, isOnPF/isInView were optimised.
- a small bug in background copying where the area bounds would exceed the size of the source image was fixed.
- A few methods were added specifically for use the Midlet platform, such as isMidlet(), displayWidth/Height(), setScalingPreferences().
- setCursor has been renamed to SetMouseCursor.
- there is a new engine getTiles method that copies the data into an existing object. Semantics of the getTiles methods in JGObject have been changed to return a local variable with the information copied into it, rather than create an object every time. Semantics of some other methods such as getImage is changed so as not to create a new object every time.
- fixed bug in exitEngine which did not set the JGObject default_engine to null
- fixed access exception occurring in unsigned webstart.
- improved frame skip logic so that game runs smoothly even if the machine is way too slow
<<lessIt is based on sprites with automatic collision detection, and a tile-based background with easy sprite-tile interaction facilities. JGame games can easily be run as stand-alone applications or as applets, and can be scaled to any resolution.
Main features:
- Tested on various platforms; can easily be run as applet as well.
- Ensures optimised and accelerated graphics for a variety of displays; even works well on remote X11 displays.
- The game is programmed at one resolution, but can be scaled to any desired resolution when run.
- Built-in animated "sprite" engine, with easy animation definition.
- Tile-based background handling, with decorative backdrop.
- Automatic collision detection with sprites and background tiles, and easy background tile interaction.
- Load sprites, tiles, and colour fonts directly from sprite sheets.
- Define images and animations in a text file.
Enhancements:
- New platform-independent versions of Point, Rectangle, Color, Font.
- Changes in package structure. Base classes are now in jgame, platform independent implementation details in jgame.impl, platform dependent classes in jgame.platform.
- Major changes in JGEngine/JGCanvas. A platform independent interface JGEngineInterface has been defined. The platform-independent code has been moved to jgame.impl.*, and for each platform there is a platform-dependent version of JGEngine, delegating functionality to jgame.impl.EngineLogic where possible.
- ImageUtil has been split into a platform-independent interface JGImage, and platform implementations JREImage and MIDPImage.
- StdGame now has two versions, the original for JRE and a somewhat simplified version for MIDP.
- The package tree has been changed. The sources are now in src-*, classes are compiled into classes-*. Compilation of the JGame classes and the examples and applications has been split.
- The code has been optimised: object creations in the most important tight loops have been reduced to near zero, repaintBG has been optimised by a factor 2, isOnPF/isInView were optimised.
- a small bug in background copying where the area bounds would exceed the size of the source image was fixed.
- A few methods were added specifically for use the Midlet platform, such as isMidlet(), displayWidth/Height(), setScalingPreferences().
- setCursor has been renamed to SetMouseCursor.
- there is a new engine getTiles method that copies the data into an existing object. Semantics of the getTiles methods in JGObject have been changed to return a local variable with the information copied into it, rather than create an object every time. Semantics of some other methods such as getImage is changed so as not to create a new object every time.
- fixed bug in exitEngine which did not set the JGObject default_engine to null
- fixed access exception occurring in unsigned webstart.
- improved frame skip logic so that game runs smoothly even if the machine is way too slow
Download (5.3MB)
Added: 2007-08-09 License: BSD License Price:
494 downloads
Rapla 1.3
Raplas objective is to provide an easy-to-use resource-management system. more>>
Raplas objective is to provide an easy-to-use resource-management system.
The primary target of the program were universities. Rapla allows coordination beetween the lectures and the administration. It offers multiple ways to view the available resources and schedule the events.
Rapla started as a simple room booking software, but in the last five years it evolved into a fully configurable framework for event and resource-management.
Developement has started in a practical course at the department of Computer Science III at the University of Bonn, Germany.
Main features:
- Multi-user, multi-languages (6 at the moment)
- Conflict-management
- A printable calendar
- Grouping of appointments in reservations
- Extensive appointment manipulation (repeating, exceptions)
- support for periods
- Hierarchical categorization of objects. Do you have to model your hierarchical organsiation?
- A fine-grained permission model. You can set who can access what, when and how.
- Customizable resource-, person-, and event-types. You can create your own types, with their specific attributes.
- Usable in client-server mode or as standalone application.
- Startable with webstart or as an applet (Java Plugin needed)
- Stores data in xml-file or with the help of sql-database
- Email notification on resource allocation
- Plugin architecture (with currently a dozen plugins available)
- HTML Read-only month-,week- and day- view. You can specify with filters what and how it should be visible to the outside.
Enhancements:
New features
- Added paste as functionality
- Added Data Source (use datasource tag instead of driver, username and password to enable datasource)
- New plugable Main menu when you go on the first site of the web version
- You can now enable a list of all exported calendars in the main menu of the web version
- Show Navigation bar is now a parameter when exporting calendars to html
- You can now start rapla under windows with rapla.exe
- New service wrapper for starting rapla as a server under unix, osx and windows (load rapla_as_service.zip)
- There is a raplabootstrap.jar for starting rapla with a double click on most systems
Changes
- New icon for "new weekly event"
- In source version data.xml and config files are moved to webapp folder
- New jetty is used
- If jndi doesnt work. Authe
Bugfixes
- You can now export filename with characters that need to be url encoded
- Fixed Bug with special characters during load under tomcat or jetty
- It is now possible to have working times with a higher start hour than end hour e.g. 20:00 - 04:00
- [ 1593336 ] even though restricted, user can create conflict by dragging
- Workaround for bug in 1.6 that doesnt render the print dialog correctly when displayed for the first time
- [ 1571870 ] Display Japanese Characters
- [ 1555022 ] TimeField cant instantiate for "CH" locale
- Notification mail handles removes correctly
- You can use Japanese Characters in html
- If an authentication store (e.g. jndi) doesnt work Rapla will still remain usable with the original logins. But not for the jndi users
<<lessThe primary target of the program were universities. Rapla allows coordination beetween the lectures and the administration. It offers multiple ways to view the available resources and schedule the events.
Rapla started as a simple room booking software, but in the last five years it evolved into a fully configurable framework for event and resource-management.
Developement has started in a practical course at the department of Computer Science III at the University of Bonn, Germany.
Main features:
- Multi-user, multi-languages (6 at the moment)
- Conflict-management
- A printable calendar
- Grouping of appointments in reservations
- Extensive appointment manipulation (repeating, exceptions)
- support for periods
- Hierarchical categorization of objects. Do you have to model your hierarchical organsiation?
- A fine-grained permission model. You can set who can access what, when and how.
- Customizable resource-, person-, and event-types. You can create your own types, with their specific attributes.
- Usable in client-server mode or as standalone application.
- Startable with webstart or as an applet (Java Plugin needed)
- Stores data in xml-file or with the help of sql-database
- Email notification on resource allocation
- Plugin architecture (with currently a dozen plugins available)
- HTML Read-only month-,week- and day- view. You can specify with filters what and how it should be visible to the outside.
Enhancements:
New features
- Added paste as functionality
- Added Data Source (use datasource tag instead of driver, username and password to enable datasource)
- New plugable Main menu when you go on the first site of the web version
- You can now enable a list of all exported calendars in the main menu of the web version
- Show Navigation bar is now a parameter when exporting calendars to html
- You can now start rapla under windows with rapla.exe
- New service wrapper for starting rapla as a server under unix, osx and windows (load rapla_as_service.zip)
- There is a raplabootstrap.jar for starting rapla with a double click on most systems
Changes
- New icon for "new weekly event"
- In source version data.xml and config files are moved to webapp folder
- New jetty is used
- If jndi doesnt work. Authe
Bugfixes
- You can now export filename with characters that need to be url encoded
- Fixed Bug with special characters during load under tomcat or jetty
- It is now possible to have working times with a higher start hour than end hour e.g. 20:00 - 04:00
- [ 1593336 ] even though restricted, user can create conflict by dragging
- Workaround for bug in 1.6 that doesnt render the print dialog correctly when displayed for the first time
- [ 1571870 ] Display Japanese Characters
- [ 1555022 ] TimeField cant instantiate for "CH" locale
- Notification mail handles removes correctly
- You can use Japanese Characters in html
- If an authentication store (e.g. jndi) doesnt work Rapla will still remain usable with the original logins. But not for the jndi users
Download (2.8MB)
Added: 2007-01-08 License: GPL (GNU General Public License) Price:
1020 downloads
Secleted [ 0 ] software to compare
- Page: 1 of 2
- 1
- 2
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above webstart search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed