[ANN] Foxtrot 1.2 Released

Hi,
Foxtrot release 1.2 has been released, now compatible with JDK 1.3 and superior and with Java Web Start.
Foxtrot is a new and powerful API to use threads in your Swing applications in a very simple and intuitive way.
Your application will gain in code readability, exception handling and code simmetry, and will become snappier than ever !
Go check it out at http://foxtrot.sourceforge.net !
Simon

I understand what Foxtrot does.
But would you mind telling me why something as simple as this won't do?import java.awt.*;
import java.awt.event.*;
import java.lang.reflect.*;
import javax.swing.*;
public class EventDispatchThread2 extends Thread
    EventQueue eventQueue;
    Method method;
    Object[] event = new Object[1];
    public EventDispatchThread2()
        try
            eventQueue = Toolkit.getDefaultToolkit().getSystemEventQueue();
            method = EventQueue.class.getDeclaredMethod("dispatchEvent", new Class[] { AWTEvent.class });
            method.setAccessible(true);
        catch (Exception ex)
            ex.printStackTrace();
    public void run()
        try
            for (;;)
                event[0] = eventQueue.getNextEvent();
                System.out.println("Pumping event " + event[0]);
                method.invoke(eventQueue, event);
        catch (Exception ex) { System.err.println(ex); }
    static int count = 0;
    public static void main(String[] arg)
        final JLabel label = new JLabel();
        final JButton button = new JButton("0");
        button.addActionListener(new ActionListener()
            public void actionPerformed(ActionEvent ev)
                label.setText("Counting...");
                EventDispatchThread2 thread = new EventDispatchThread2();
                thread.start();
                Thread thread2 = new Thread()
                    public void run()
                        try
                            for (;;)
                                button.setText(String.valueOf(++count));
                                sleep(200);
                        catch (Exception ex) { }
                thread2.start();
                try { Thread.sleep(5000); }
                catch (Exception ex) { }
                thread2.interrupt();
                thread.interrupt();
                label.setText("Stopped");
        JFrame frame = new JFrame("EventDispatchThread2 Test");
        frame.getContentPane().add(label, BorderLayout.NORTH);
        frame.getContentPane().add(button, BorderLayout.SOUTH);
        frame.setBounds(100, 100, 100, 200);
        frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
        frame.show();

Similar Messages

  • [ANN] Foxtrot 2.0 Released !

    Foxtrot is the simple API for using threads in your Swing applications, fully compatible with Java Web Start.
    Foxtrot uses the synchronous model to make very easy to write threaded Swing code; it's easy to backport your Swing applications to make them snappier and simpler.
    Release 2.0 features an improved API to customize Foxtrot components.
    Enjoy Foxtrot at http://foxtrot.sourceforge.net

    Customer with a valid metalink account can download the patch as follows
    Log into metalink
    Select Patches from the list of options shown on the left hand side of initial welcome screen
    Click the new metalink patch search link
    Enter Patch No 3095277 and click go.
    Select the required OS and click download.
    Follow the installation instructions included with the patch. Do not forget to run the catpatch script after installing the patch.
    Note that this patch includes a new version of the Oracle Univeral Installer. You must upgrade to the version of the OUI included as part of the patch before installing the patch itself.

  • [Ann] FirstACT 2.2 released for SOAP performance testing

    Empirix Releases FirstACT 2.2 for Performance Testing of SOAP-based Web Services
    FirstACT 2.2 is available for free evaluation immediately at http://www.empirix.com/TryFirstACT
    Waltham, MA -- June 5, 2002 -- Empirix Inc., the leading provider of test and monitoring
    solutions for Web, voice and network applications, today announced FirstACT™ 2.2,
    the fifth release of the industry's first and most comprehensive automated performance
    testing tool for Web Services.
    As enterprise organizations are beginning to adopt Web Services, the types of Web
    Services being developed and their testing needs is in a state of change. Major
    software testing solution vendor, Empirix is committed to ensuring that organizations
    developing enterprise software using Web Services can continue to verify the performance
    of their enterprise as quickly and cost effectively as possible regardless of the
    architecture they are built upon.
    Working with organizations developing Web Services, we have observed several emerging
    trends. First, organizations are tending to develop Web Services that transfer a
    sizable amount of data within each transaction by passing in user-defined XML data
    types as part of the SOAP request. As a result, they require a solution that automatically
    generates SOAP requests using XML data types and allows them to be quickly customized.
    Second, organizations require highly scalable test solutions. Many organizations
    are using Web Services to exchange information between business partners and have
    Service Level Agreements (SLAs) in place specifying guaranteed performance metrics.
    Organizations need to performance test to these SLAs to avoid financial and business
    penalties. Finally, many organizations just beginning to use automated testing tools
    for Web Services have already made significant investments in making SOAP scripts
    by hand. They would like to import SOAP requests into an automated testing tool
    for regression testing.
    Empirix FirstACT 2.2 meets or exceeds the testing needs of these emerging trends
    in Web Services testing by offering the following new functionality:
    1. Automatic and customizable test script generation for XML data types – FirstACT
    2.2 will generate complete test scripts and allow the user to graphically customize
    test data without requiring programming. FirstACT now includes a simple-to-use XML
    editor for data entry or more advanced SOAP request customization.
    2. Scalability Guarantee – FirstACT 2.2 has been designed to be highly scalable to
    performance test Web Services. Customers using FirstACT today regularly simulate
    between several hundred to several thousand users. Empirix will guarantee to
    performance test the numbers of users an organization needs to test to meet its business
    needs.
    3. Importing Existing Test Scripts – FirstACT 2.2 can now import existing SOAP request
    directly into the tool on a user-by-user basis. As a result, some users simulated
    can import SOAP requests; others can be automatically generated by FirstACT.
    Web Services facilitates the easy exchange of business-critical data and information
    across heterogeneous network systems. Gartner estimates that 75% of all businesses
    with more than $100 million in sales will have begun to develop Web Services applications
    or will have deployed a production system using Web Services technology by the end
    of 2002. As part of this move to Web Services, "vendors are moving forward with
    the technology and architecture elements underlying a Web Services application model,"
    Gartner reports. While this model holds exciting potential, the added protocol layers
    necessary to implement it can have a serious impact on application performance, causing
    delays in development and in the retrieval of information for end users.
    "Today Web Services play an increasingly prominent but changing role in the success
    of enterprise software projects, but they can only deliver on their promise if they
    perform reliably," said Steven Kolak, FirstACT product manager at Empirix. "With
    its graphical user interface and extensive test-case generation capability, FirstACT
    is the first Web Services testing tool that can be used by software developers or
    QA test engineers. FirstACT tests the performance and functionality of Web Services
    whether they are built upon J2EE, .NET, or other technologies. FirstACT 2.2 provides
    the most comprehensive Web Services testing solution that meets or exceeds the changing
    demands of organizations testing Web Services for performance, functionality, and
    functionality under load.”
    Learn more?
    Read about Empirix FirstACT at http://www.empirix.com/FirstACT. FirstACT 2.2 is
    available for free evaluation immediately at http://www.empirix.com/TryFirstACT.
    Pricing starts at $4,995. For additional information, call (781) 993-8500.

    Simon,
    I will admit, I almost never use SQL Developer. I have been a long time Toad user, but for this tool, I fumbled around a bit and got everything up and running quickly.
    That said, I tried the new GeoRaptor tool using this tutorial (which is I think is close enough to get the jist). http://sourceforge.net/apps/mediawiki/georaptor/index.php?title=A_Gentle_Introduction:_Create_Table,_Metadata_Registration,_Indexing_and_Mapping
    As I stumble around it, I'll try and leave some feedback, and probably ask some rather stupid questions.
    Thanks for the effort,
    Bryan

  • ANN: CFWebstore Version 6 Released!

    CFWebstore® 6 has been released after many long months
    of development and testing. You'll find tons of new and updated
    features...over 100 documented changes in fact! Already one of the
    best values in ColdFusion ecommerce software, now it is also one of
    the most feature-rich and powerful platforms for setting up your
    store on the internet. With great functions already available like
    membership functions and basic CMS capability, you can often set up
    entire websites using the software to control content and access.
    Here are just some of the great new features in this release:
    Search-Engine Optimization - Version 6 now lets you use
    search-engine safe URLs throughout your store and lets you
    configure title tags, meta keywords and description for your pages
    and products.
    Product and Feature Reviews - Customers can leave comments on
    your products and articles, you have complete control over
    approving reviews and who can post them.
    Advanced Shipping Rates - CFWebstore has fully integrated and
    certified shipping rates provided by UPS, FedEx and US Postal, as
    well as many options for custom shipping tables. You can separate
    out oversized items, ones that ship by freight, or items shipping
    from separate locations. Address verification and tracking
    information also provided.
    Gift Registries - Now you can offer a real gift registry
    feature to your customers, allowing them to create shopping lists
    for friends and family.
    Flexible tax rates, allow for multiple types of taxes, VAT and
    GST taxes, with integrated tax reports and new county tax system
    New Promotion module for creating all kinds of new specials
    such as 'Buy 1 Get 1 Free'
    Advanced coupon reporting and ability to set a one-time coupon
    use
    Expanded membership system with recurring billing feature and
    the ability to offer discounts or promotions only to subscribed
    members
    Improved login features, including hashed user passwords,
    maximum login failures, one user logged in per account, etc.
    Additional import and export features, for product
    import/export, orders export, Google Base and Bizrate exports, etc.
    Improved admin email function with saved email templates and
    custom store emails
    PayPal Pro and Cybersource support
    Improved admin design and configuration file
    Much, much more!
    Visit
    cfwebstore.com for more
    information on this exciting new release.

    quote:
    Originally posted by:
    Newsgroup User
    > CFWebstore? 6 has been released after many long months
    of development and
    > testing.
    "CFWebstore costs $400 for a single license, to run a single
    storefront.
    This allows you to run a copy of the software on your
    production server as
    well as a copy on a development server. Each copy of
    CFWebstore (for each
    store) in use on your production server requires a license."
    I prefer
    http://www.cartweaver.com
    where you buy it once (for less than
    a 1 time site license for CFwebstore) and own it.
    I doubt you've done much ecommerce development, if you did
    you'd realize how rediclous your post is, maybe you're just a
    troll, hmmm, or maybe you work for cartweaver bigger HHmmmm.
    I'm going to assume this is a real poster and respond anyway.
    Comparing Cartweaver to Cfwebstore is like comparing a pile
    of bricks to a house, and a very nice house at that. I've worked
    with about 6 different shopping carts over the years including
    cfwebstore and cartweaver, and there is absoultely no comparision,
    they shouldn't even be mentioned in the same sentence. Our company
    did a very detailed study of all avaliable solutions out there, and
    we did this for weeks, to find the ultimate shopping cart.
    Cfwebstore blows away cartweaver, actually it blows away just
    about every other shoping cart out there that my ecommerce
    development company has used.
    $400 is nothing for what you get, you'll lose much more money
    in trying to get a fraction of the features that cfwebstore has.
    My company made the mistake years ago of spending thousand
    and thousands of dollars of man hours to customize the opensource
    shopping carts for clients to get it to do what they wanted.
    Trust me the ROI with cfwebstore is huge. Go ahead buy
    cartweaver, you'll quickly find out how tedious, time consuming and
    expensive it is to customize a shopping cart can be to do the
    typical complext things a real ecommerce site needs to do to run
    efficently.
    The backend user area is very usable in cfwebstore, this is
    very imporant, as this is the biggest weakness in most shopping
    cart systems, it has some many robust features that actually work I
    can't even list them all.
    Once you do your first ecommerce site you'll be back to buy
    cfwebstore and not think twice about paying the realtively small
    licence fee. Heck if you're so worried about money buy a reseller
    licence which is $800 more then all your licences after that are
    50% off! at $200/per site.

  • ANN: LR/Mogrify plugin released.  Alamy users rejoice!

    Hi,
    Frustrated by Alamy's 48Mb image size requirement, and the fact that Lightroom's export feature can't automatically resize images by the minimum amount necessary to guaranty that the requirement is met, I've written a plugin to solve the problem and improve my workflow.
    The plugin applies ImageMagick's mogrify command to exported images. ImageMagick is a set of powerful, freeware command line utilities for Mac or PC.
    Although my motivations were very specific, this plugin could be used by anyone who needs to further post process images using mogrify, and I've therefore decided to release it free of charge. The plugin currently allows the user to resize images using a choice of resizing algorithm and reconvert the resulting image to another format. Users can also enter their own command line parameters to control all the other aspects of mogrify.
    I'm willing to improve the plugin to expose other mogrify features via the user interface if enough interest is shown.
    It's been tested on Mac. It should work on PC but I can't test it - feedback's appreciated.
    You can download it here: http://www.timothyarmes.com/lrmogrify.php
    Regards,
    Tim

    [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: New Mif2go version released

    Version 4.0, Update 54, was released on May 1, 2012. This is a major update with a large number of improvements.
    There also is a new website for the product: http://mif2go.com

    Hi Gaute,
    I couldn't find exact time at which oracle releases its java builds. As long as I know java release are not nightly build. Oracle team already plans their release dates for e.g. Java 7 Releases by Date
    Oracle only releases periodic early access snapshots of the binaries and documentation like Java Early Access Downloads
    Even they haven't mention the release time anywhere.
    Do you have any specific use case regarding java release time?

  • ANN: Horizontal Scroller Magic Released

    [A commercial Dreamweaver Extension]
    http://www.projectseven.com/products/tools/hscroller/index.htm
    Horizontal Scroller Magic enables you to instantly create
    Horizontal
    scrolling boxes that visually complement your page design.
    They look cool,
    behave like a finely tuned machine and solve some usability
    and
    accessibility flaws found in many DHTML or Ajax scrollers.
    Automated Insertion anywhere on your page
    Multiple scrollers per page
    Supports flexible widths
    Choose from several style themes and control configurations -
    including
    graphical icons or pure text
    Scrolling type options include normal, looping, auto-reverse,
    and animated
    carousel
    Edit styles using Dreamweaver's built-in CSS editing tools
    Standards-conformant markup
    All content accessible and visible when JavaScript is
    disabled
    Keyboard-enabled scrolling
    Toggle feature to hide scroller controls and show all content
    Mouse wheel support in modern browsers
    Meets major Accessibility checkpoints
    Search engine-friendly
    Free Technical Support
    User Guide
    The PVII Team
    http://www.projectseven.com
    Extending Dreamweaver - Nav Systems | Galleries | Widgets
    Authors: "42nd Street: Mastering the Art of CSS Design"

    Hi Kim,
    It could be any number of things. Text contrast or frame
    rate, for example.
    Those are configurable so that people can set things up
    optimized for their
    best or worst case browser scenarios.
    Al Sparber - PVII
    http://www.projectseven.com
    Extending Dreamweaver - Nav Systems | Galleries | Widgets
    Authors: "42nd Street: Mastering the Art of CSS Design"
    "kim" <[email protected]> wrote in message
    news:fk64k2$3ss$[email protected]..
    > Simple style flickers for me in FF2/XP
    >
    > PVII skrev:
    >> [A commercial Dreamweaver Extension]
    >>
    >>
    http://www.projectseven.com/products/tools/hscroller/index.htm
    >>
    >> Horizontal Scroller Magic enables you to instantly
    create Horizontal
    >> scrolling boxes that visually complement your page
    design. They look
    >> cool, behave like a finely tuned machine and solve
    some usability and
    >> accessibility flaws found in many DHTML or Ajax
    scrollers.
    >>
    >> Automated Insertion anywhere on your page
    >>
    >> Multiple scrollers per page
    >>
    >> Supports flexible widths
    >>
    >> Choose from several style themes and control
    configurations - including
    >> graphical icons or pure text
    >>
    >> Scrolling type options include normal, looping,
    auto-reverse, and
    >> animated carousel
    >>
    >> Edit styles using Dreamweaver's built-in CSS editing
    tools
    >>
    >> Standards-conformant markup
    >>
    >> All content accessible and visible when JavaScript
    is disabled
    >>
    >> Keyboard-enabled scrolling
    >>
    >> Toggle feature to hide scroller controls and show
    all content
    >>
    >> Mouse wheel support in modern browsers
    >>
    >> Meets major Accessibility checkpoints
    >>
    >> Search engine-friendly
    >>
    >> Free Technical Support
    >>
    >> User Guide
    >>
    >
    > --
    > Kim
    > ---------------------------
    >
    http://www.geekministry.com
    >

  • ANN: Image Rotator Magic Released

    The Image Rotator Magic system is a powerful, feature-rich Dreamweaver Extension that enables you to instantly create and manage one or more image/banner rotators on your page with the efficiency of standards-based CSS and markup and without the overhead of Flash or the difficulties of open source script libraries. Images are loaded on demand with a special pre-loader so you can add as many images as you want with absolutely no impact on your page's load time.
    As are all PVII tools, IRM is a tool for professionals and is not free. It comes with unlimited technical support via email, telephone, or newsgroup.
    http://www.projectseven.com/products/galleries/irm/
    Al Sparber - PVII
    http://www.projectseven.com
    Dreamweaver Menus | Galleries | Widgets

    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/
    >
    >
    >
    >
    >
    >

  • ANN: Menu Bar Magic Released

    Menu Bar Magic automates the process of building single level
    CSS-based
    navigation bars. You can add as many menus to the same page
    as you like, in
    both horizontal and vertical orientations. Each Menu Bar can
    be styled
    independently or you can have some, or even all, share the
    same style. The
    options for each Menu bar are set independently, each with
    its own dedicated
    user interface.
    http://www.projectseven.com/products/menusystems/mbm/
    $60
    -PVII Menu Bar Magic Main Features:
    -An automated interface in which to create, configure, and
    manage your
    menus.
    -Add as many menus as you want to your page. Use them for
    main navigation,
    secondary navigation, or for spot effect.
    -9 CSS Style Themes to choose from.
    -Automatic current page link highlighting (supports DW
    Templates)
    -Optional Advanced Current Page Link Highlighting (supports
    DW Templates)
    -Full support for Dreamweaver Template pages. Insert menus
    even on Template
    child pages.
    -Link Animation can be turned on or off separately for each
    menu on your
    page.
    -Optional Down-State toggle on click.
    -Special classes automatically assigned to first and last
    links and list
    items for advanced custom styling flexibility.
    -A handy Remove Menu command.
    -Robust and efficient cross-browser support.
    -Accessible and search engine friendly.
    -Editable Fireworks images.
    -PDF User Guide.
    -Free Technical Support.
    http://www.projectseven.com
    Fully Automated Menu Systems | Galleries | Widgets

    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/
    >
    >
    >
    >
    >
    >

  • ANN: Tab Panel Magic Released

    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/

    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/
    >
    >
    >
    >
    >
    >

  • An Innovative Design That Breaks from the All the Rest.

    An Innovative Design That Breaks the Mold!
    With a new, curved screen that wraps around the side of the display, the Samsung Galaxy Note® Edge redefines smartphone design by creating a groundbreaking way to deliver information while keeping you in control. Access apps, check the weather, change the song, even turn your Edge display into an alarm clock—all the while keeping your main screen free of clutter.   Are you ready for this?

    It may have a bug or two that will crawl soon as most codes have some degree of issues. I don't get surprised anymore Ann with the rapid release on new phones. But so far so good. I never buy a new release until the beta testers have fun.   

  • Important Video Series on Fixed Layout EPUB from InDesign CC

    I'm happy to announce that Anne-Marie Concepcion has released a video series on Lynda.com about creating Fixed Layout EPUB from InDesign CC. It's up-to-date to the latest InDesign CC version (October 2014).
    Here's the link:
    http://www.lynda.com/InDesign-tutorials/Creating-Fixed-Layout-EPUBs-InDesign-CC/169624-2.h tml
    You can get a free week trial with Lynda.com when you register.

    Sorry guys... Wish I'd seen this earlier. I could've told you that highlighting and note taking capabilities are disabled intentionally in fixed layout EPUBs and Kindle KF8 books.
    The only time you will see an FXL book that does support highlighting is if is in either B&N or Amazon's "Page Perfect" or "Page Replica" format - which is basically just a packaged PDF of sorts that can be read through Kindle and Nook apps (Other college book apps like kno.com and the old CourseSmart support Page Replica, too. CourseSmart was recently merged in with VitalSource, however, so I don't know what they are doing these days WRT page replicas). iBooks does not support any sort of print page replica. It's EPUB 3 FXL or iBooks Author only for Apple.

  • [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 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.

  • 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?

Maybe you are looking for

  • Avoid splitting of columns ALV report while download output to Excel sheet

    Hi friends,               I have 170 columns in my ALV report while downloading the report to Excel sheet the column descriptions and values are splitting in two lines. How can i avoid the problem. before calling REUSE_ALV_GRID_DISPLAY function modul

  • Start time/end time columns in the weekly overview of CATS regular

    Hello, Does anyone know if it is possible to have the start and end time columns in parallel of the duration column in CATS regular (iView "record working times" in ESS) in the weekly view. Those columns are available in the daily view but we want th

  • Keyboard Input OS X 10.9

    A student changed the MacBook keyboard input to a foreign country keyboard.  It is changed at the log in screen too.  I can't figure out how to change it back.  I can use an external keyboard and log on and type and I have no problems. I just can't u

  • Setting up a stop watch

    Hi, could somebody please help me with setting up a stopwatch in my program to count time? I've attached my VI and it includes my attempt at trying to set up a stopwatch. The problem is that it is counting but my program doesn't seem to stop and data

  • Standard price control

    HI i want to know Standard price control updates A)standard price b)moving price c)both which is correct ? Prashant