[ANN] XINS 1.2.0 released

XINS is a technology used to define, create and invoke remote APIs.
XINS is specification-oriented. API specifications (written in XML), are transformed by XINS into HTML-based documentation and Java code for both the client- and the server-side.
The communication is based on HTTP.
XINS competes with the overcomplex Microsoft web services technologies (e.g. SOAP, WSDL). Main design goals include simplicity, scalability and testability.
New features in release 1.2.0 include a run target to run the API, API version, custom calling convention, XSLT calling convention, Windows installer and various other improvements as well as bug fixes.
Home page:
http://xins.sourceforge.net/
User guide:
http://xins.sourceforge.net/guide/
Demo:
http://xins.sourceforge.net/demo.html
XINS is published under the BSD License.

cairo, pango, glib2, gtk2, libgnomeui, gtk-engines and several image loader plugins entered testing. Changes:
- speed improvements due to cairo
- new fileselector
- asynchronous gnomevfs fileselector, no longer hangs while browsing a remote share
Known bugs:
- gnome-terminal about screen doesn't close, will backport fix from CVS for this
- gedit can't browse network:///, displays smb-root.desktop
- some theme engines or image loader plugins are not updated to the 2.10 module dir, please report bugs for these.

Similar Messages

  • [ANN] XINS 1.4.0 released: Web Services development framework

    After 5 months of development, tuning and testing, XINS 1.4.0 has been released. XINS is an open-source Java-based Web Services framework. It offers a simple tool for the development of distributed applications.
    One of the key features that differentiates XINS from other technologies is the definition-driven approach. Write simple XML definitions and XINS will generate lots for you:
    * Documentation of the specifications and implementations
    * Test forms, for testing your applications with a browser
    * Client-side Java code, supporting load-balancing, fail-over and time-out handling
    * Web application (WAR file), compatible with servlet containers
    * WSDL, for SOAP-interoperability
    * Unit test code, based on JUnit
    * Stubs, typically used for testing
    * etc.
    Another key feature is protocol independence. XINS supports several communication protocols, including SOAP, XML-RPC and POX-RPC. For each incoming request XINS automatically determines which protocol to use. With XSLT the results can be transformed to HTML or other content types. Custom protocols can be added by added a single Java class.
    XINS 1.4 offers various new features over release 1.3, as well as some bug fixes. The main new features are:
    * Automatic communication protocol detection.
    * Asynchronous requests (http://xins.sf.net/asynchronous.html)
    * Generation of documentation in OpenDocument format, for use by OpenOffice.org, for example.
    * Support for including files (e.g. HTML) in the WAR file
    * Extensive Pet Store demo
    Additionally, both the compile-time performance and the runtime performance of XINS have been tuned further.
    XINS is used in production systems since the end of 2002. As a stable release, XINS 1.4.0 is backwards compatible with all previous stable releases. It has been tested extensively on various Java and OS platforms, including Solaris, Linux and Windows.
    Download XINS 1.4.0, either as a Windows installer or as a platform-independent TAR GZ file:
    * Windows installer: http://prdownloads.sf.net/xins/xins-1.4.0.exe?download
    * TAR GZ archive: http://prdownloads.sf.net/xins/xins-1.4.0.tgz?download
    More information is available here:
    * XINS website: http://xins.sf.net/
    * XINS 1.4.0 release notes: http://xins.sf.net/notes-1.4.0.html
    * User guide: http://xins.sf.net/docs/
    * XINS Primer: http://xins.sf.net/primer.html - A 15-minute introduction tutorial
    * Presentation Frameworks in general and XINS in particular: http://xins.sf.net/presentation_200604_v4.pdf
    * Wikipedia page: http://en.wikipedia.com/wiki/XINS

    After 5 months of development, tuning and testing, XINS 1.4.0 has been released. XINS is an open-source Java-based Web Services framework. It offers a simple tool for the development of distributed applications.
    One of the key features that differentiates XINS from other technologies is the definition-driven approach. Write simple XML definitions and XINS will generate lots for you:
    * Documentation of the specifications and implementations
    * Test forms, for testing your applications with a browser
    * Client-side Java code, supporting load-balancing, fail-over and time-out handling
    * Web application (WAR file), compatible with servlet containers
    * WSDL, for SOAP-interoperability
    * Unit test code, based on JUnit
    * Stubs, typically used for testing
    * etc.
    Another key feature is protocol independence. XINS supports several communication protocols, including SOAP, XML-RPC and POX-RPC. For each incoming request XINS automatically determines which protocol to use. With XSLT the results can be transformed to HTML or other content types. Custom protocols can be added by added a single Java class.
    XINS 1.4 offers various new features over release 1.3, as well as some bug fixes. The main new features are:
    * Automatic communication protocol detection.
    * Asynchronous requests (http://xins.sf.net/asynchronous.html)
    * Generation of documentation in OpenDocument format, for use by OpenOffice.org, for example.
    * Support for including files (e.g. HTML) in the WAR file
    * Extensive Pet Store demo
    Additionally, both the compile-time performance and the runtime performance of XINS have been tuned further.
    XINS is used in production systems since the end of 2002. As a stable release, XINS 1.4.0 is backwards compatible with all previous stable releases. It has been tested extensively on various Java and OS platforms, including Solaris, Linux and Windows.
    Download XINS 1.4.0, either as a Windows installer or as a platform-independent TAR GZ file:
    * Windows installer: http://prdownloads.sf.net/xins/xins-1.4.0.exe?download
    * TAR GZ archive: http://prdownloads.sf.net/xins/xins-1.4.0.tgz?download
    More information is available here:
    * XINS website: http://xins.sf.net/
    * XINS 1.4.0 release notes: http://xins.sf.net/notes-1.4.0.html
    * User guide: http://xins.sf.net/docs/
    * XINS Primer: http://xins.sf.net/primer.html - A 15-minute introduction tutorial
    * Presentation Frameworks in general and XINS in particular: http://xins.sf.net/presentation_200604_v4.pdf
    * Wikipedia page: http://en.wikipedia.com/wiki/XINS

  • [ANN] XINS 1.5.0 released: Web Services development framework

    XINS 1.5.0 has been released. XINS is an open-source Web Services framework.
    It offers a simple tool for the development of APIs.
    One of the key features that differentiates XINS from other technologies is the definition-driven approach.
    Write simple XML definitions and XINS will generate for you:
    * Documentation of the specifications in HTML
    * Test forms, for testing your applications with a browser
    * Client-side code, supporting load-balancing, fail-over and time-out handling
    * Web application, compatible with Java servlet containers
    * WSDL, for SOAP-interoperability
    * Unit test code, based on JUnit
    * Stubs, typically used for testing
    Another key feature is protocol independence. XINS supports several communication protocols, including SOAP, XML-RPC and POX-RPC.
    For each incoming request XINS automatically determines which protocol to use. With XSLT the results can be transformed to HTML or other content types. Custom protocols can be added.
    XINS 1.5 offers various new features over release 1.4, as well as some bug fixes. The main new features are:
    * Improved integration with Eclipse and NetBeans
    * JMX support
    * Tools for APIs (PMD, FindBugs, java2html, test coverage, ...)
    * Ant tasks to call an API and to call a XINS target
    * Integration of the front-end framework in the core
    XINS is used in production systems since the end of 2002. As a stable release, XINS 1.5.0 is backwards compatible with all previous stable releases.
    It has been tested extensively on various platforms, including Solaris, Linux and Windows.
    Download XINS 1.5.0:
    Windows installer: http://prdownloads.sf.net/xins/xins-1.5.0.exe?download
    TAR GZ archive: http://prdownloads.sf.net/xins/xins-1.5.0.tgz?download
    Resources:
    Web site: http://xins.sourceforge.net/
    Release notes: http://xins.sourceforge.net/notes-1.5.0.html
    XINS demos: http://xins.sourceforge.net/demo.html
    Documentation: http://xins.sourceforge.net/documentation.html
    User guide: http://xins.sourceforge.net/docs/index.html
    101 new features in XINS 1.5 presentation: http://xins.sourceforge.net/xins1.5-features.ppt

    Int my ant task I have the following:
    <mxmlc services="${SERVICE_CONFIG_PATH}" ... >
    Where SERVICE_CONFIG_PATH is the absolute path of the services config file.
    I didn't see anything like this in your ant task.

  • [ANN] XINS 2.1 open source Web Services framework release

    XINS 2.1 Web Services Framework has been released.
    XINS is an open source Web Services Framework based on simple specifications of the Web Service in XML and
    generation of code and documentation from the specification.
    The generation includes Client JAR with its Javadoc, Server side template with its Javadoc, documentation in OpenDocument Format,
    documentation in HTML including the test forms, WSDL file, unit tests (JUnit) and stubs.
    The Web Services accept several protocols including REST, SOAP, XML-RPC, XML, JSON Yahoo! and JSON-RPC.
    What's new:
    * Start the API with java -jar <api name>.war
    * Improved generated specification in OpenDocument Format
    * Include/exclude calling convention with ACLs
    * New calling convention that maps SOAP request and response as the wsdl2api command mapping.
    * Smaller generated build.xml
    * Added possibility to include other runtime properties files
    * The runtime property location can be a URL
    * Swing Graphical User Interface
    * New tools: emma, glean, webstart
    * New target: javadoc-test-<api name>, javadoc-apis
    * Bug fixes and small RFEs
    Download XINS 2.1:
    Windows installer: http://prdownloads.sf.net/xins/xins-2.1.exe?download
    TAR GZ archive: http://prdownloads.sf.net/xins/xins-2.1.tgz?download
    Resources:
    Web site: http://xins.sourceforge.net/
    XINS demos: http://xins.sourceforge.net/demo.html
    Documentation: http://xins.sourceforge.net/documentation.html
    User guide: http://xins.sourceforge.net/docs/index.html

    I recommend you implement your web service with JAX-WS 2.0
    Axis (both version) are good but why do you want to use something that is not included in JEE API, when Java provide same thing with better performance.
    personally try to prevent non standard technologies despite they can be better than core java implementation sometimes.
    I don't know Xfire.
    the good:
    -JAX-WS performance is better than axis,
    - you can create your web service simply with annotation.(this means write class and then make it as a service easily)
    - support every kind of service invocation(callback,Asynchronous,...)
    - architecture is nice (you can operate on SOAP level)
    the Bad:
    - It is JEE 5 or JSE 6 dependent.
    - there is seriously lack of documentation and examples for it, on java web sites and internet.

  • [ANN] XINS 2.0 Web Services framework released

    XINS 2.0 has been released.
    XINS is an open-source Web Services development framework.
    XINS accepts the following protocols: REST, SOAP, XML-RPC, XML, Yahoo! JSON and JSON-RPC.
    From the specification of the API written in simple XML, XINS generates:
    * Documentation of the specifications and implementations in HTML and OpenDocument format
    * Test forms, for testing your applications with a browser
    * Client-side Java code, supporting load-balancing, fail-over and time-out handling
    * Server-side skeleton
    * Web application (WAR file), compatible with servlet containers
    * WSDL, for SOAP-interoperability
    * SMD, for the Dojo toolkit
    * Unit test code, based on JUnit
    * Stubs, typically used for testing
    The 2.0 release adds the following features:
    * New protocols: Yahoo! JSON (with callbacks) and JSON-RPC (1.0 and 1.1)
    * Import of WSDL and XML Schema.
    * WSDL and SMD meta functions
    * Better integration with the Spring Framework, the Dojo toolkit and GWT
    * Examples with REST implementation, implementation in Groovy and with Dojo toolkit
    Links:
    * Web site: http://xins.sourceforge.net/
    * Features: http://xins.sourceforge.net/features.html
    * Demo: http://xins.sourceforge.net/demo.html
    * User guide: http://xins.sourceforge.net/docs/
    * Primer: http://xins.sourceforge.net/primer.html

    XINS 2.0 has been released.
    XINS is an open-source Web Services development framework.
    XINS accepts the following protocols: REST, SOAP, XML-RPC, XML, Yahoo! JSON and JSON-RPC.
    From the specification of the API written in simple XML, XINS generates:
    * Documentation of the specifications and implementations in HTML and OpenDocument format
    * Test forms, for testing your applications with a browser
    * Client-side Java code, supporting load-balancing, fail-over and time-out handling
    * Server-side skeleton
    * Web application (WAR file), compatible with servlet containers
    * WSDL, for SOAP-interoperability
    * SMD, for the Dojo toolkit
    * Unit test code, based on JUnit
    * Stubs, typically used for testing
    The 2.0 release adds the following features:
    * New protocols: Yahoo! JSON (with callbacks) and JSON-RPC (1.0 and 1.1)
    * Import of WSDL and XML Schema.
    * WSDL and SMD meta functions
    * Better integration with the Spring Framework, the Dojo toolkit and GWT
    * Examples with REST implementation, implementation in Groovy and with Dojo toolkit
    Links:
    * Web site: http://xins.sourceforge.net/
    * Features: http://xins.sourceforge.net/features.html
    * Demo: http://xins.sourceforge.net/demo.html
    * User guide: http://xins.sourceforge.net/docs/
    * Primer: http://xins.sourceforge.net/primer.html

  • ANN: AutoFlow Pro plug-in released

    PRESS RELEASE:
    June 8, 2009 NYC, NY, USA - In-Tools, developers of automated computerized publishing solutions, announces the release of AutoFlow Pro 1.0, a plug-in for InDesign CS3 and CS4. AutoFlow Pro combines with InDesign's sophisticated composition abilities to provide a remarkably advanced solution for flowing and reflowing entire documents, and requires only minimal user attention. With AutoFlow Pro you fully control the layout of both text and images, using both master frames and non-master frames.
    AutoFlow Pro is simple enough for even beginner users, but is also an incredibly advanced plug-in that has the power to automate the flow of documents in extremely complicated ways. The automation is exceptionally flexible and is useful in a wide range of applications.
    AutoFlow Pro adds the following functionality to InDesign's composition of documents:
    AutoFlow Pro dynamically expands and shrinks individual text frames, and threaded stories.
    AutoFlow Pro adds and removes text frames and pages as necessary to fit text.
    AutoFlow Pro does not require the use of master text frames. This is an important advantage over other products which offer auto-flow capabilities.
    AutoFlow Pro adds the ability to apply unique settings to any or every individual story in a document, which is far more flexible than InDesign CS4's document-wide-only ability.
    AutoFlow Pro intelligently flows the text according to your setting.
    AutoFlow Pro applies master pages according to your settings to transform ordinary master pages into dynamic page templates that can move and resize both text frames and graphic frames, by simply applying a different master page!
    AutoFlow Pro's transformations can be automatically activated by text reflows.
    AutoFlow Pro can link paragraph styles to master pages and automatically apply the correct master page as necessary.
    AutoFlow Pro can automatically thread stories across different master pages.
    AutoFlow Pro can automatically reposition and resize both text frames and graphic frames when page sides or the applied master page changes.
    AutoFlow Pro provides the following valuable benefits for book compositors, magazine producers, and graphic designers in general:
    Transform your master pages into dynamic templates.
    Take complete control of your document flow.
    Let automatic pagination free you to actually design your publication.
    Retain full quality control of your publication in collaborative environments.
    Instantly adjust the layout of an entire page or group of pages.
    Increase precision with text frames which will always fit exactly to your text.
    Save time and headaches when reflowing text.
    Pricing and Availability:
    AutoFlow Pro licenses can be purchased from the In-Tools Web site, www.in-tools.com at an introductory price of $99 (USD) for use with InDesign CS3 or CS4, on a single Macintosh or Windows workstation. AutoFlow Pro is also available as part of the InBook and InSefer plug-in packages. When purchased as part of the InBook  or InSefer plug-in package, use is allowed on up to two personal workstations. A 30 day fully functional Demo is available for download. In-Tools is offering a FREE upgrade to all licensed users of Auto-Flow (a much more basic, now-discontinued product which offered auto-flow capabilities). AutoFlow Pro is available for both Macintosh and Windows, and works with Adobe InDesign CS3 and CS4.
    About In-Tools:
    Based in New York City, NY, with operations in Israel, In-Tools Solutions sells Adobe Middle Eastern software and provides both off-the-shelf, and customized automation solutions for publishers. In-Tools specializes in creating innovative ways to automate production, saving substantial time and money. In-Tools will create customized solutions for all publishers and designers. At In-Tools, almost no job is too big or too small. For more information, visit www.in-tools.com, or email [email protected]. Copyright (C) 2009 In-Tools. All Rights Reserved.

    I can't get it to work though.  I get the message that it can't connect with the server.  Any ideas?

  • ANN: XML Parser for Java Release 1.0.1.4

    A new maintenance release of the Oracle Parser for Java is
    available for download. It has the following fixes and changes:
    Bug fixes for #893971, i.e XML parser cannot parse documents
    from InputStream;
    #900146 normalize() is wrong if the literal contains angle
    brackets;
    #898423, multiplicity info about elements enhancement.
    New API in the following Classes:
    1. oracle.xml.parser.ElementDecl
    -getParseTree( Returns the root Node of Content Model
    parse tree, which could then be traversed node by node using
    getFirstChild() and getLastChild() ).
    This is the fourth production patch release. Oracle XML Parser
    1.0.1.4.0
    Oracle XML Team
    http://technet.oracle.com
    Oracle Technology Network
    null

    The link has been fixed. You will go to the v2 download page
    now. Sorry for the inconvience.
    Oracle XML Team
    http://technet.oracle.com
    Oracle Technology Network
    Renilton Oliveira (guest) wrote:
    : I didn't find the file for version 2.0.0.0 as well.
    : Renilton
    : Andrei Filimonov (guest) wrote:
    : : I tried to download XML Parser for Java v2 it seems that
    only
    : v
    : : 1.0.1.4 is available. Could you please give an exact URL for
    : v2
    : : download?
    : : Andrei Filimonov
    : : Oracle XML Team wrote:
    : : : The Oracle XML v2 parser is now available for download
    here
    : as
    : : : an early beta release and is written in Java. It features
    : an
    : : : improved architecture over the Oracle XML v1 parser and
    has
    : : : shown better performance on small to large XML documents.
    : It
    : : : will also be able to format the XML document according to
    a
    : : : stylesheet, having integrated an XSLT processor.
    : : : Version 2 of the XML Parser for Java, besides
    incorporating
    : an
    : : : XSLT processor, has been re-architected from version 1.
    This
    : : has
    : : : resulted in a number of changes to the class names
    : especially
    : : : those that support Namespaces. See v2changes.txt and
    : the .diff
    : : : difference files in the sample directory.
    : : : Oracle XML Team
    : : : http://technet.oracle.com
    : : : Oracle Technology Network
    null

  • [ANN]: B-Bop Announces New Release of Xfinity (tm) XML Server

    We are pleased to announce the release of the B-Bop Xfinity Server 2.0,
    a native XML server for content and document management applications.
    This new release features enhanced XML Query, built-in caching for
    faster performance, a new web-based administration utility and fully
    automated installation for easy deployment.
    Designed specifically for XML applications, B-Bop Xfinity Server
    provides
    - Native XML Storage and Retrieval using any standard RDBMS
    - XML Query with support for XPATH
    - Scalable XSLT Transformation Engine
    - Real-time Assembly of Content
    - Server-side Rendering of HTML, WML, Text and other formats
    Xfinity 2.0 stores and indexes any well-formed XML document without
    special setup or configuration. It is DTD independent and preserves XML
    structure and element order information. It supports element-level
    queries across one or more documents. Written in Java, Xfinity is based
    on an n-tier architecture and is J2EE compliant. It easily integrates
    with existing web pages, Web servers, content management systems and XML
    authoring tools via well-defined servlet APIs.
    Xfinity 2.0 is available for MS Windows NT 4 and 2000 immediately. A
    version for Sun Solaris operating system will be available within 45
    days. For more information on the product, system requirements and an
    evaluation license please visit:
    http://www.b-bop.com/products_xfinity_server.htm
    Sanjay Manchanda
    B-Bop Associates, Inc.
    Ph : 650-340-2702
    Fax: 650-340-2701
    Email: [email protected]
    http://www.b-bop.com

    We are pleased to announce the release of the B-Bop Xfinity Server 2.0,
    a native XML server for content and document management applications.
    This new release features enhanced XML Query, built-in caching for
    faster performance, a new web-based administration utility and fully
    automated installation for easy deployment.
    Designed specifically for XML applications, B-Bop Xfinity Server
    provides
    - Native XML Storage and Retrieval using any standard RDBMS
    - XML Query with support for XPATH
    - Scalable XSLT Transformation Engine
    - Real-time Assembly of Content
    - Server-side Rendering of HTML, WML, Text and other formats
    Xfinity 2.0 stores and indexes any well-formed XML document without
    special setup or configuration. It is DTD independent and preserves XML
    structure and element order information. It supports element-level
    queries across one or more documents. Written in Java, Xfinity is based
    on an n-tier architecture and is J2EE compliant. It easily integrates
    with existing web pages, Web servers, content management systems and XML
    authoring tools via well-defined servlet APIs.
    Xfinity 2.0 is available for MS Windows NT 4 and 2000 immediately. A
    version for Sun Solaris operating system will be available within 45
    days. For more information on the product, system requirements and an
    evaluation license please visit:
    http://www.b-bop.com/products_xfinity_server.htm
    Sanjay Manchanda
    B-Bop Associates, Inc.
    Ph : 650-340-2702
    Fax: 650-340-2701
    Email: [email protected]
    http://www.b-bop.com

  • [ANN] yFiles FLEX 1.0 released

    yWorks is proud to announce the official 1.0 release of
    yFiles FLEX, a Flex™-based framework for web-based
    diagramming applications.
    yFiles FLEX allows easy integration of sophisticated diagram
    visualization, animation and editing functionality into Rich
    Internet Applications.
    The library can be used standalone or with an arbitrary
    server technology. For efficient diagram analysis and automatic
    layout algorithms, yFiles FLEX works great in combination with
    yFiles Java and yFiles.NET.
    For more information, please see the .
    yFiles FLEX
    page which provides details on the requirements and features of
    yFiles FLEX and offers live demo applications.
    Features include:
    Full support for (de)serialization of diagram structure,
    layout, and style information using the GraphML standard
    Customizable node and edge styles
    Extensive support for user interaction
    Diagram animation
    Remote communication API
    Printing support
    About yWorks
    yWorks specializes in
    professional software solutions for the visualization of diagrams
    and graphs. Our
    AJAX - and
    Flex
    ™-based Web packages make available this diagramming
    expertise for Web diagramming applications. The
    yFiles for Java
    and
    .NET
    libraries offers state-of-the-art software components that bring
    high-quality diagramming into any Java and .NET application.

    This is really cool. It's nice to see such a well thought-out
    app being created in Flex.

  • ANN: LR2/Mogrify 2.00 Released - add compress to file size feature

    Hi all,
    I’ve just released version 2.00 of my LR2/Mogrify for Lightroom, which should make quite a few of you happier…
    The head-line news is that there’s now a compression feature that’ll automatically find the optimum JPEG compression value to produce the best quality image that’s no larger than the requested image size (including metadata).  This is very useful for uploading to web sites that limit the maximum file size.
    But that’s not all….
    Watermarks can now be scaled to the shortest or longest edge, which means they’ll be the same size on landscape and portrait images.
    Annotations also receive this feature, and I’ve finally found a solution to the problems with annotations containing accented characters and such like.  You should now be able to add any text that you care to!
    Regards,
    Tim

    Thanks Tim - super. Just for info purposes - I used the 'Check for Update' feature from within the plug-in this morning (prior to reading the update news) which stated no update available. So I downloaded and installed it directly from your site and alls well. I wonder could there be a small bug in the check for updates feature??

  • [ANN] TomcatProbe 1.0.8b released

    Hello Everyone!
    I am pleased to announce version 1.0.8b of TomcatProbe. This release features support for Oracle datasources, new session attribute browser view, user interface improvements and bug fixes.
    Full release note can be found here: http://www.tomcatprobe.org/d/latest.shtml
    The official home page of Tomcat probe is http://www.tomcatprobe.org
    Live demo site: http://www.tomcatprobelive.com
    I have also created a little how-to on Oracle datasource configuration for Tomcat just because I have had hard time working it out. http://www.tomcatprobe.org/d/oracle.shtml

    Well spoted
    The FlexPMD Eclipse plugin will integrate in its first version:
    1) Ability to specify the FlexPMD binary location
    2) Ability to specify your custom ruleset
    3) Ability to run FlexPMD against any folder
    4) Ability to see violations in a specific view in a hierarchical manner
    5) Ability to open a given file in the editor by double clicking in the violation/or the file from that view.
    At the moment, features 1,2,3,4 are done
    The last one still needs to be done.
    Xavier

  • ANN: WS Utilities (new plugin) released

    Hi,
    We've just released a new plugin called West Street Utilities which currently adds a host of new features for graphics management. These features include the ability to compare graphics in a file system against your FM source files, to see what is used and where. For more information, see:
    http://www.weststreetconsulting.com/WSC_Utils.htm
    Unlike our other plugins, this one is not structure-oriented and can be used on any FM 7, 8, or 9 file.
    Thanks,
    Russ Ward
    Owner, WSC

    [email protected] schrieb:
    > You can download it here:
    Hi.
    Doesn't work for me on Windows. Calls to LrTasks.execute() in
    LRMogrifyExportTask.lua fail. I spent quite some time on it. Quotation
    of file paths really introduces trouble. Seems there is some problem
    with quotation mark matching. If you use only one pair of them,
    everything is fine. When there are multiple pairs, things get quite
    strange...
    For example, these command strings are supposed to work:
    c:/somepath/someexecutable c:/anotherpath/file
    "c:/some path/someexecutable" c:/anotherpath/file
    c:/somepath/someexecutable "c:/another path/file"
    If I quote both paths, blanks in the first path don't get escaped. Even
    worse, I don't know of any other way to escape blanks here than use
    quotation marks. Something like "\ " -- no chance(?). I even had a look
    at the lua.org source code. Their os.execute() is mapped to ISO/ANSI C's
    system() call. No idea what LrTasks.execute() does.
    My suggested work-around would be like this, as LR at least allows use
    of native file system calls:
    -- LRMogrifyExportTask.lua --
    -- Run Mogrify
    local command = '"' .. opts.path .. '" ' .. commandLine
    -- added
    local realCommand = command
    if WIN_ENV == true then
    -- default folder on Windows is user dir -> good
    local batchFileName = "lr_mogrify_runner.bat"
    io.output(batchFileName)
    io.write(command .. '\n')
    io.close()
    realCommand = '"' .. batchFileName .. '"'
    end
    -- /added
    -- changed
    if LrTasks.execute(realCommand) ~= 0 then
    -- /changed
    Herb

  • ANN: Image Gallery Magic 2 Released

    The Ultimate Dreamweaver Image Gallery Builder is here.
    Image Gallery Magic 2 literally brings your images to life with smooth cross-fading, snappy glides, or elegant Ken Burns style pan and zoom effects. IGM 2 utilizes HTML5, CSS level 3 and advanced PVII DOM Scripting to deliver near broadcast-quality animation that does your images proud. IGM2 is programmed from the ground up by PVII and neither uses, requires, nor is limited by any third-party script libraries. IGM2 installs into Dreamweaver, giving you a fully automated graphical user interface from which you can create and manage your galleries.
    Beyond the marketing talk, we are sure you'll agree that the examples speak for themselves.
    Home page:
    http://www.projectseven.com/products/galleries/igm2/
    Live Examples:
    http://www.projectseven.com/products/galleries/igm2/examples/demo-01.htm
    User Guide:
    http://www.projectseven.com/products/galleries/igm2/help/guide.htm
    Al Sparber - PVII
    http://www.projectseven.com
    The Finest Dreamweaver Menus | Galleries | Widgets
    Since 1998

    Al,
    A little glitch: This page:
    http://www.projectseven.com/products/menusystems/pmm2/buy-pmm2.htm
    says the
    upgrade is $60.
    Walt
    "Al Sparber - PVII" <[email protected]>
    wrote in message
    news:gibi54$b1b$[email protected]..
    >
    http://www.projectseven.com/products/menusystems/pmm2/index.htm
    >
    > When it comes to something as important as site
    navigation, make no
    > compromise. Make it Pop Menu Magic 2. Automate the
    creation and management
    > of multi-level or single-level CSS-based menus. Add as
    many menus to the
    > same page as you like in both horizontal and vertical
    orientations.
    >
    > Full Version: $95 | Upgrade from PMM1: $65
    >
    > Key Features:
    >
    > -An automated interface in which to create, configure,
    and manage your
    > menu
    >
    > -Insert Multiple menus on a page-either horizontal,
    vertical, or any
    > combination
    >
    > -Each menu can use a separate style theme.
    >
    > -10 style themes included, each one in both a horizontal
    and a vertical
    > version
    >
    > -Position flyout menus to the left or right of the root
    >
    > -Auto center horizontal menus
    >
    > -Advanced menu positioning options
    >
    > -Supports image-based links with multi-state swapping on
    any menu level
    >
    > -Supports custom styling for individual menu items or
    sections
    >
    > -Auto and advanced current marking for "you are here"
    link highlighting
    >
    > -Smooth Menu animation options
    >
    > -Open Sub-menus upwards
    >
    > -Auto edge detection to keep menus inside the visible
    window
    >
    > -Menu timers to enable normal mouse movement, even at a
    diagonal, without
    > having the menu snap shut prematurely
    >
    > -Designed to easily integrate into an accessible web
    site
    >
    > -Search-engine friendly
    >
    > -PDF User Guide
    >
    > -Free Unlimited Support
    >
    >
    > --
    > PVII
    >
    http://www.projectseven.com
    > Fully Automated Menu Systems | Galleries | Widgets
    >
    http://www.projectseven.com/go/Elevators
    >
    >

  • [ANN] TomcatProbe 1.0.7 released

    Hello Everybody,
    Tomcat Probe is a webapp to assist application developers and systems administrators with troubleshooting problems on "live" Tomcat instance. The project re-shapes the information available from standard Manager adding new screens to visualize resource usage, memory usage, session object counters, session expiration tool and on-the-fly datasource reset tool.
    Tomcat Probe features a user friendly web interface with full i18n support, role based feature access. New features are added weekly!
    Try out a live demo version at http://www.tomcatprobelive.com (u: demo, p:demo)
    Get it FREE at http://www.tomcatprobe.org

    Well spoted
    The FlexPMD Eclipse plugin will integrate in its first version:
    1) Ability to specify the FlexPMD binary location
    2) Ability to specify your custom ruleset
    3) Ability to run FlexPMD against any folder
    4) Ability to see violations in a specific view in a hierarchical manner
    5) Ability to open a given file in the editor by double clicking in the violation/or the file from that view.
    At the moment, features 1,2,3,4 are done
    The last one still needs to be done.
    Xavier

  • ANN: Tab Panel Magic 2 Released

    http://www.projectseven.com/products/tools/tpm2/
    From simply elegant to utterly dramatic, TPM2 can be skinned like a classic movie star or a modern day rock star. Leveraging the power of CSS3, you have at your disposal a treasure chest of rounded corners, linear gradients, drop shadows, inner shadows, and glass effects—all done without using a single image. It's pure CSS3 and purely remarkable. CSS3 is supported in all modern browsers, including IE9. Older browsers will display perfectly lovely tabs, minus the shadows and curves.
    Major Features:
    Cross-browser support
    Automated GUI inside Dreamweaver
    Automatic TPM1 to TPM2 Conversion Utility
    Search engine friendly
    Accessible
    iPhone, iPod, and iPad support
    3 optional animation methods
    12 customizable CSS-based skins
    CSS3 Shadow, Curves, and Gradients
    Support for multi-state images
    Trigger actions: Click or MouseOver
    Auto Play and Random Panel Options
    Help system, plus PDF user guide
    Free technical support
    Optional Tabs Scroller provides scroll controls when there are more tabs than will fit your space
    Programmed by PVII for a completely dedicated, efficient, and powerful solution.
    Upgrade pricing available for TPM1 users.

    Al
    The product looks great, however you might want to redo the
    sound on the
    video. Even with mu speakers and its setting cranked up it
    was difficult to
    hear.
    Paul Whitham
    Certified Dreamweaver MX2004 Professional
    Adobe Community Expert - Dreamweaver
    Valleybiz Internet Design
    www.valleybiz.net
    "Al Sparber- PVII" <[email protected]> wrote in message
    news:e78nid$1g$[email protected]..
    >
    http://www.projectseven.com/products/tools/tabpanel/demo/
    >
    > Tab Panel Magic automates the process of building tabbed
    user interfaces
    > (UIs) - web page elements that allow you to display
    multiple panels of
    > content with access to each panel controlled by
    CSS-styled tabs. Tab
    > Panels can be inserted into CSS layouts or table
    layouts. Panels can be
    > tucked snugly into sidebars or can span an entire page.
    >
    > $60
    >
    > --
    > Al Sparber - PVII
    >
    http://www.projectseven.com
    > Popup Menus | Image Galleries | CSS Tutorials &
    Templates
    >
    > Newsgroup: news://forums.projectseven.com/pviiwebdev/
    > CSS Newsgroup: news://forums.projectseven.com/css/
    > DW Newsgroup:
    news://forums.projectseven.com/dreamweaver/
    >
    >
    >
    >
    >
    >

Maybe you are looking for

  • Hanvon USB tablet does not work

    I got a Hanvon 0806 Painting Master Tablet as a gift and after following the simple instructions in the poorly written readme file, and installing the driver, it doesn't work. It works on my friend's PC, but not on my iMac. I've tried plugging it int

  • Hard-Drive not Detected load sata drivers

    Hi everyone I have a G6-1189sa notebook, I had a faulty harddrive so replaced it with the exact same drive 750GB WD, Thing is I could not save anything from the original drive ? so no recovery partitions are anything I even lost all my family photos

  • 10.9.2

    I just downloaded 10.9.2. Is this the only update I need to intstall or are there other security downloads?

  • Message-Mapping: difference test in IR and runtime

    Hi everybody, I got a very strage behavior. I got an element name CONTENT. When I test my mapping in IR element CONTENT will be filled During runtime the element CONTENT is NOT filled and the element is not generated! For testing I use exactly the sa

  • Ical will not function

    I now know that I should, immediately,ascertain what I did last, on my MacBook, before one of my programs stopped functioning. But, when this happened, I didn't. My ical calendar appears, when I boot up, but is frozen. The familiar red,green,and yell