Slashdot Mirror


User: jtauber

jtauber's activity in the archive.

Stories
0
Comments
5
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 5

  1. Re:GWT: Python -- Javascript compiler? on Google Releases AJAX Framework · · Score: 1

    See the py-gwt project pyworks.org

  2. No such thing as "gravity-free" on Warfare at the Speed of Light · · Score: 2, Informative

    As the general theory of relativty predicted (confirmed by numerous observations), even light is not free from the effects of the curvature of spacetime.

    So this beam weapon can't be "gravity-free"!

  3. what about bad employees? on Is Your Boss An Idiot? · · Score: 4, Insightful

    I've had some really good bosses and some so-so bosses. But if you ask them I'm sure they'd say they've had some really good staff and some really bad staff.

    From my own experience I would say having a bad employee work for you is worse than working for a bad boss.

    I've always thought people complaining about their bosses generally ends up sounding like teenagers complaining about their parents.

    Many people's attitude changes onces they've had staff of their own.

  4. any slashdotters aiming to provide web services? on Will 'Web Services' Take Off? · · Score: 2

    Are there any Slashdotters aiming to provide Web services, despite its heavy backing by Microsoft?

    If you view web services as the use of XML as a data format over Internet transfer protocols, then it seems largely irrelevant whether Microsoft backs them or not.

    There is an awful lot you can do without buying into the whole Microsoft story:

    • XML itself
    • W3C XML schemas
    • SOAP and W3C XML Protocol
    • WSDL (heavily based on W3C XML schemas)

    Sure, Microsoft is involved with all the above. So are a lot of companies. So are a lot of opensource developers.

    In direct answer to the question above, though. Yes, I'm planning on providing web services and helping to develop opensource tools to produce and consume them:

    • jUDDI - an implementation of UDDI (supported by Bowstreet)
    • Redfoot - a peer-to-peer RDF framework that will use SOAP/XP for its P2P communication (done in my own time)
  5. I started writing one six months ago on Bounties for free software · · Score: 1

    The second part of the Sun/Adobe prize is for an XSL formatting object to PDF formatter written in Java.

    Six months ago I started writing what I still believe to be the only XSL formatting object formatter around and I happened to output as PDF and write in Java.

    Due largely to lack of time, I haven't done much in the last few months. I would have accepted $5000 to finish it!

    I'm going to try and finish it now.

    see http://www.jtauber.com/fop/ as well as http://www.xmlsoftware.com/xsl/ for XSL-related software in general.

    James