Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Morfik Defends IP Rights Against Google 99

ReadWriteWeb writes "Today Morfik came out fighting in defense of its product JST (Javascript Synthesis Technology). Morfik has implied that Google infringed its IP by releasing Google Web Toolkit (GWT) a couple of weeks ago. The reason? GWT bore more than a casual resemblance to Morfik's JST, which allows developers to use a high-level language of choice and have it compiled to JavaScript. GWT is similar, being a Java-to-Javascript translator. These Javascript compiler products are increasingly necessary for companies like Google, with the high use of Ajax on today's Web and the associated complexity of programming in Javascript."
This discussion has been archived. No new comments can be posted.

Morfik Defends IP Rights Against Google

Comments Filter:
  • Ownership? (Score:5, Insightful)

    by paulthomas ( 685756 ) * on Wednesday May 31, 2006 @05:54AM (#15433970) Journal
    They "own" the innovation? Some people have a really distorted view of the intent and philosophy of so-called Intellectual Property. As Thomas Jefferson so nicely put it: "He who receives an idea from me, receives instruction himself without lessening mine; as he who lites his taper at mine, receives light without darkening me."

    If they think that Google could have actually copied their idea in such a short time, then they are admitting that they had no competitive advantage outside the recourse of litigation. More likely, they developed it concurrently. Google has been making fat web pages as they call them for some time now and I imagine that GWT started as a tool for inhouse projects.
  • by Vo0k ( 760020 ) on Wednesday May 31, 2006 @06:01AM (#15433989) Journal
    The idea of language translators is as old as mountains. Translating from Fortran to Pascal, from C to Assembly, from C++ or Perl to C, from Csh to Bash, from Awk to Perl. What's so new about Java to Javascript translator? The fact that the guys wrote another "to javascript" translator?
  • Re:Ownership? (Score:5, Insightful)

    by suv4x4 ( 956391 ) on Wednesday May 31, 2006 @06:03AM (#15433990)
    They "own" the innovation? Some people have a really distorted view of the intent and philosophy of so-called Intellectual Property.

    You can imagine how it went: google released the kit, Morfik read up on it, and realizsed he's screwed, so he went "legal" on the matter.

    Risk is part of the business. It sure took a lot of time to develop his JS synthesis compilers, and it's terribly frustrating to see a competitor release a free alternative.

    But here's the thing: if the most valuable thing in your product is an "idea" (the idea of roughly translating languages in JS spaghetti code) instead of the product itself, you'll be screwed sooner or later anyways.

    Synthesis is a bridge for C++/Java/C# developers to get coding without learning the technology around "AJAX". It has no value to someone experienced in AJAX.

    All of it: classes, typing, interfaces: it's all fake, and impossible to enforce in the runtime, since the runtime doesn't support it (save me the crap about Turing complete since I'm talking practical speed of execution here). So if the compiler doesn't catch it, you're basically screwed.
  • by pedantic bore ( 740196 ) on Wednesday May 31, 2006 @06:09AM (#15434004)
    There's nothing substantive in TFA. There's nothing to do but speculate at this point.

    I doubt that any company would go to court to defend a claim that they own programming language-to-language translation. If they are, then they'll lose or have the case tossed out.

    More likely is that someone at Morfik looked at the output from the google toolkit and noticed that it was suspiciously similar to the output from their own ("we never got the parens to line up properly for a nested if and google's compiler messes up in exactly the same way... hmmm" -- or something like that).

    Of course, this is just speculation. Still waiting for something resembling facts...

  • Re:Sure.. (Score:5, Insightful)

    by suv4x4 ( 956391 ) on Wednesday May 31, 2006 @06:09AM (#15434005)
    Google are always on the lookout for sources of meta information about sites they search. Is it possible that the toolkit snaffles information from the compilation environment and builds it into the generated code?

    Where's your tinfoil hat :)

    If this was the case we'd know about it: the "compiled" code it pretty easy to open and read (even if it's still a JS spaghetti mess of a code). No info can be hidden inside.

    They do it for two reasons:

    1. PR: after few screw ups, like the google's China service, google's "omg ms doesn't put us default in ie7" rants and so on, they needed a bit of a good image in the community to restore they non-evil status

    2. they get thousands of free betatesters world-wide to help them point out flaws in their code, which then they'll use in THEIR OWN applications.
  • Re:Ownership? (Score:5, Insightful)

    by paulthomas ( 685756 ) * on Wednesday May 31, 2006 @06:10AM (#15434009) Journal
    I had a similar experience not too long ago when I realized that a web app I had spent nearly a year working on (when I should have been releasing early and often) was over taken by what is now a very prominent service.

    In my case though, after reading through my business plan a few times in denial, I came to the realization that I had accomplished a lot and learned a lot but that was all. There's always next time or the time after that.

    If I would have wasted any more energy on it I would be in a much worse situation today.
  • by Aceticon ( 140883 ) on Wednesday May 31, 2006 @06:28AM (#15434052)
    The Struts framework (Struts, not Structs) used in the Java/J2EE world already does some JavaScript generation for client-side validation of form input for a couple of years now.

    The truth is, the solution that Morfik came up with is actually one of the two most obvious (to any software designer level IT professional that has done any significat amount of web-interface software design and programming) solutions for the "JavaScript libraries are not 100% standard and the language (the official name is ECMAScript) is bug-prone" problem. The solutions being:
    1. Code generation (either based in another language - best candidate being Java - or in configuration files)
    2. Good JavaScript libraries and frameworks, possibly including some level of type checking of parameters


    Given the state of the USPTO i wouldn't be surprised in somebody already patented both "inovations"...
  • by suv4x4 ( 956391 ) on Wednesday May 31, 2006 @07:01AM (#15434117)
    JavaScript is not only turing-complete, but also a very powerful language.

    OMG it's turing-complete! Let's use it to render 3D movies!

    This is the most tired and misunderstood argument to use: any general purpose modern language is turing-complete.

    Let's patch our way by abusing the fact it's turing-complete! Runtime features don't matter! Filesize don't matter and the fact you may need a super-computer don't matter too!
  • What is "IP"? (Score:3, Insightful)

    by Steeltoe ( 98226 ) on Wednesday May 31, 2006 @07:09AM (#15434137) Homepage
    Are they meaning patents, copyright or trademark?

    Seems this case is either a patent or copyright-issue, but by not stating what "IP" has been violated, TFA is totally meaningless and open for speculation and confusion of the worst sort.

    There is in reality nothing called "Intellectual Property".
  • Comment removed (Score:5, Insightful)

    by account_deleted ( 4530225 ) on Wednesday May 31, 2006 @07:30AM (#15434187)
    Comment removed based on user account deletion
  • Do Some Research (Score:3, Insightful)

    by MikeyTheK ( 873329 ) on Wednesday May 31, 2006 @08:40AM (#15434447)
    Well, it's good that many of you are so predictable. You have once again commented on something that you haven't even done the most basic research on in order to get a post listed sooner and mod-troll. So here goes: 1) Morfik is an IDE/RAD tool with a built-in PDF report writer, built-in web server (Apache) and built-in database (Firebird). The other tools to this point don't have any of these features. 2) Morfik allows you to write the code of your application using Java, C#, BASIC, or Object Pascal (client side or server side). You can also mix and match syntaxes to achieve whatever your goal is. It supports state-control, including the forward, back, and reload buttons, bookmarking, etc. so it doesn't break the functionality of your browser. GWT has Java support, and I believe supports state control, but I don't believe does it natively with a database, but I've only been playing with GWT since the public release, so I'm not 100% on this. 3) When Morfik was first featured on Slashdot [slashdot.org] a mere six months ago, it was met with skepticism and rancor. Now that Google has released GWT the /. tide has turned - apparently now that someone else has released a tool with a subset of the same features, it's obvious and uninteresting. Which is it? What a difference six months makes. 4) The issue isn't the release date of GWT vs. when they got a gander at Morfik. The issue is the start date of work on GWT, or Atlas, or whatever tool you're worried about vs. the date of the Patent application that everyone is complaining about, and the dates of the relevant documents that are cited in the application. Has anybody bothered to look either one up yet? Let's hypothetically say that the patent application was dated in March 2004. Now what? What about how all of this relates to Microsoft's progress on Atlas, or any of the other tools that are suddenly in development to build AJAX apps? 5) I don't see any of you asking what the relevant portions of the patent application are compared to the relevant features of GWT. Aren't these last two questions the ones that are really going to matter?

Neutrinos have bad breadth.

Working...