Free books and reports on open innovation, co-creation, and crowdsourcing

Stefan Lindegaard of OpenSource.com has put together a list of free books and reports on open innovation, co-creation, and crowdsourcing for everyone to enjoy:
http://opensource.com/business/12/9/free-books-and-reports-open-innovation?sc_cid=701600000006R96AAE

Regards,
Roger Lacroix
Capitalware Inc.

E-Book, Education, Open Source Comments Off on Free books and reports on open innovation, co-creation, and crowdsourcing

New: MQ File Mover v4.1.4

Capitalware is pleased to announce the release of MQ File Mover v4.1.4. It is a free open source project.

MQ File Mover is a managed file transfer solution that facilitates the transfer of files using IBM’s WebSphere MQ (aka MQSeries). MQFM processes “Action” commands which are controlled through an MQFM Workflow XML file. The user combines a series of Action commands to create the MQFM Workflow XML file.

    Changes:

  • Fixed a token issue in the SendEmail Action
  • Fixed a path issue in the Zip Action

For more information on MQ File Mover, please go to:
http://www.capitalware.biz/mqfm_overview.html

Regards,
Roger Lacroix
Capitalware Inc.

Capitalware, IBM i (OS/400), IBM MQ, Java, Linux, macOS (Mac OS X), MQ File Mover, Open Source, Unix, Windows Comments Off on New: MQ File Mover v4.1.4

Wicket v6.0 Released

The Apache Software Foundation has just released Wicket v6.0.
https://blogs.apache.org/foundation/entry/the_apache_software_foundation_announces31

Wicket is a component-based framework, which puts it in stark contrast to some of the earlier solutions to the sometimes monotonous task of web programming. Like other frameworks, Wicket builds on top of Sun’s servlet API; however, unlike frameworks like Struts or Spring MVC, the developer using Wicket is mostly removed from the request/response nature that is inherent with the web and Servlets. Instead of building controllers that must service many users and threads simultaneously, taking in requests, returning responses, and never storing any state, the Wicket developer thinks in terms of stateful components. Instead of creating a controller or action class, he or she creates a page, places components on it, and defines how each component reacts to user input.

Regards,
Roger Lacroix
Capitalware Inc.

Java, Open Source, Programming Comments Off on Wicket v6.0 Released

New: MQ File Mover v4.1.3

Capitalware is pleased to announce the release of MQ File Mover v4.1.3. It is a free open source project.

MQ File Mover is a managed file transfer solution that facilitates the transfer of files using IBM’s WebSphere MQ (aka MQSeries). MQFM processes “Action” commands which are controlled through an MQFM Workflow XML file. The user combines a series of Action commands to create the MQFM Workflow XML file.

    Changes:

  • Fixed a bug in the Receive Action’s Default -> FileName checking for a null and/or blank

For more information on MQ File Mover, please go to:
http://www.capitalware.biz/mqfm_overview.html

Regards,
Roger Lacroix
Capitalware Inc.

Capitalware, IBM i (OS/400), IBM MQ, Java, Linux, macOS (Mac OS X), MQ File Mover, Open Source, Unix, Windows Comments Off on New: MQ File Mover v4.1.3

PostgreSQL v9.2 Released

The PostgreSQL Global Development Group has just released PostgreSQL v9.2.
http://www.postgresql.org/about/news/1415/

PostgreSQL is a powerful, open source object-relational database system. It has more than 15 years of active development and a proven architecture that has earned it a strong reputation for reliability, data integrity, and correctness. It runs on all major operating systems, including Linux, UNIX (AIX, BSD, HP-UX, SGI IRIX, Mac OS X, Solaris, Tru64), and Windows.

Regards,
Roger Lacroix
Capitalware Inc.

Database, Linux, macOS (Mac OS X), Open Source, Programming, Unix, Windows Comments Off on PostgreSQL v9.2 Released

OpenSUSE 12.2 Released

OpenSUSE has just released OpenSUSE v12.2.
http://news.opensuse.org/2012/09/05/opensuse-12-2-green-means-go/

openSUSE is a free and Linux-based operating system for your PC, Laptop or Server. You can surf the web, manage your e-mails and photos, do office work, play videos or music and have a lot of fun!

Regards,
Roger Lacroix
Capitalware Inc.

Linux, Open Source, Operating Systems Comments Off on OpenSUSE 12.2 Released

SQLite v3.7.14 Released

D. Richard Hipp has just released SQLite v3.7.14.
http://www.sqlite.org/news.html

SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. SQLite is the most widely deployed SQL database engine in the world. The source code for SQLite is in the public domain.

Regards,
Roger Lacroix
Capitalware Inc.

C, Database, IBM i (OS/400), Linux, macOS (Mac OS X), Open Source, Programming, Unix, Windows Comments Off on SQLite v3.7.14 Released

Content Removed

Content Removed

Capitalware Comments Off on Content Removed

WebSphere MQ Fix Pack 7.0.1.9 Released

IBM has just released FixPack 7.0.1.9 for WebSphere MQ.
http://www.ibm.com/support/docview.wss?uid=swg24033008

Regards,
Roger Lacroix
Capitalware Inc.

Fix Packs for MQ, IBM MQ, Linux, Unix, Windows Comments Off on WebSphere MQ Fix Pack 7.0.1.9 Released

New: MQ File Mover v4.1.2

Capitalware is pleased to announce the release of MQ File Mover v4.1.2. It is a free open source project.

MQ File Mover is a managed file transfer solution that facilitates the transfer of files using IBM’s WebSphere MQ (aka MQSeries). MQFM processes “Action” commands which are controlled through an MQFM Workflow XML file. The user combines a series of Action commands to create the MQFM Workflow XML file.

    Changes:

  • Added usefilelocking attribute for Global element for MQFM Workflow
  • Fixed CLASSPATH for mqfm.sh and mqfm64.sh shell scripts

For more information on MQ File Mover, please go to:
http://www.capitalware.biz/mqfm_overview.html

In MQFM v4.0.0, file locking was added to all actions that access (read or write) a file. A customer discovered that a vendor supplied driver (for a file system) does not support JVM file locking and throws the following IOException when the tryLock method was issued:

Invalid argument

Therefore, a Global attribute was added to the MQFM Workflow, so that file locking can be turned off (file locking is on by default).

<Global usefilelocking="N" />

Regards,
Roger Lacroix
Capitalware Inc.

Capitalware, IBM i (OS/400), IBM MQ, Java, Linux, macOS (Mac OS X), MQ File Mover, Open Source, Unix, Windows Comments Off on New: MQ File Mover v4.1.2