|
Sponsored Links
Resources
Enterprise Java Research Library
Get Java white papers, product information, case studies and webcasts
|
News
News
News
|
Messages: 12
Messages: 12
Messages: 12
Printer friendly
Printer friendly
Printer friendly
Post reply
Post reply
Post reply
XML
XML
XML
|
 |
Grasshopper 2.5 released
Mainsoft Grasshopper 2.5 is a Visual Studio 2008 plug-in that dynamically translates .NET code into Java. This version provides full support for ASP.NET AJAX including ASP.NET 2.0, the AJAX Extensions, and the AJAX Control Toolkit. In addition, 2.5 supports new language features for C# 3.0 and Visual Basic 9, such as Local Type Inference, Object and Collection Initializers, Anonymous Types, and Auto-Implemented Properties.
Grasshopper can be freely downloaded from dev.mainsoft.com. Mainsoft sells commercial versions of its Visual Studio plug-in; however, the primary difference between Grasshopper and those commercial versions is that Grasshopper works only with Tomcat. Otherwise, it appears full-featured. I've used it before, and I'm pretty impressed.
http://dev.mainsoft.com
|
|
Message #267352
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Re: Grasshopper 2.5 released
And how do you debug this thing if something goes wrong?
Not much luck, I guess.
|
|
Message #267358
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Re: Grasshopper 2.5 released
Interestingly, the Java bytecode generation goes into reverse, converting back to .NET IL and enabling use of the Visual Studio debugger. I know it sounds odd, but it seems to work just fine.
|
|
Message #267364
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Re: Grasshopper 2.5 released
[...]the primary difference between Grasshopper and those commercial versions is that Grasshopper works only with Tomcat. Otherwise, it appears full-featured I have to correct you: only with tomcat and only on a single cpu! And pricing for enterprise edition seems to start from $5000/cpu (+$6000/developer). I'm impressed with the product, which I evaluated in the past (it seems it can run DotNetNuke on linux) but cost is even more impressive... no wonder it is not widely used.
Regards, Raffaele
|
|
Message #267366
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Re: Grasshopper 2.5 released
Why use Grasshopper instead focusing in Mono to run .NET applications in Linux?
|
|
Message #267369
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Re: Grasshopper 2.5 released
Why use Grasshopper instead focusing in Mono to run .NET applications in Linux?
One reason is with Grasshopper, you're not limited to platforms that Mono runs on. An enterprise could also choose to run their .Net stuff on big iron (IBM i, z/OS, etc).
Another reason is to get those .Net applications to run in a portal, where most are Java-based.
|
|
Message #267390
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Re: Grasshopper 2.5 released
What's the rationale behind this product? If I need to do that, why not coding in Java? Existing .NET code may have serious compatibility problems when building in Java, anyone?
|
|
Message #267394
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Re: Grasshopper 2.5 released
Thanks, but no thanks. Every time I deal with integrating with .Net it reminds me why I decided to switch to Java (after 5 years as a senior C# developer).
Wasting 3 weeks recently when integrating with a .Net component just on GAC issues.
|
|
Message #267465
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Big Iron Java? Are you serious?
An enterprise could also choose to run their .Net stuff on big iron (IBM i, z/OS, etc).
lol. Ok, if big iron is the answer, someone asked the wrong question. You ain't get'in the mainframers to give up CICS apps for .NET/java.
Just my opinion, but there are more reliable and more cost effective options which scale better... outside of number crunching and getting your web site to be a chess master that is. :)
Again I'll ding on TSS about this one. Come on guys... there's TheServerSide.Net for rhetoric like this. What does this have to do with java?
|
|
Message #267535
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Re: Big Iron Java? Are you serious?
An enterprise could also choose to run their .Net stuff on big iron (IBM i, z/OS, etc).
lol. Ok, if big iron is the answer, someone asked the wrong question. You ain't get'in the mainframers to give up CICS apps for .NET/java.
Just my opinion, but there are more reliable and more cost effective options which scale better... outside of number crunching and getting your web site to be a chess master that is. :)
I'd beg to differ. Java plays quite well on IBM's z and i platforms (more the former than the latter). It has good performance, and it integrates really, really well with existing workloads. WebSphere on z has quite a big following for these reasons.
|
|
Message #267558
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Re: Big Iron Java? Are you serious?
An enterprise could also choose to run their .Net stuff on big iron (IBM i, z/OS, etc).
lol. Ok, if big iron is the answer, someone asked the wrong question. You ain't get'in the mainframers to give up CICS apps for .NET/java.
Just my opinion, but there are more reliable and more cost effective options which scale better... outside of number crunching and getting your web site to be a chess master that is. :)
I'd beg to differ. Java plays quite well on IBM's z and i platforms (more the former than the latter). It has good performance, and it integrates really, really well with existing workloads. WebSphere on z has quite a big following for these reasons.
Plus Linux/Unix on Z and then Java on those.
|
|
Message #267659
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Java on i5
The Java on i5 is quite good now that the JVM is Hursley based :)
And the Hursley based JVM for i5, are available on both 32 and 64 bits editions (V6R1 for 64 bits edition).
|
|
 |
New content on TheServerSide.comNew content on TheServerSide.comNew content on TheServerSide.com |
 |
 |
Reza Rahman explores the features of the proposed JSR 299, Contexts and Dependency Injection for Java EE (CDI). When approved, it promises to be a key feature of Java EE 6.
(November 2, Article)
SAML is an XML-based standard for exchanging authentication and authorization data between security domains. The single most important problem that SAML was created to solve is the Web browser Single Sign-On problem. Many organizations are debating whether to stay with version 1.1 or move to 2.0. This article makes observations about both options.
(September 28, Article)
Joe Ottinger takes a look at how people learn, and applies it to the practice of programming. He notes that understanding how people learn is an essential part of working in a programming team.
(September 22, Article)
Stephen Maryka gave us an article about the Asynchronous Web and posed a number of questions that get examined like an approach to delivering Asynchronous Web capabilities through extensions to existing Java EE technologies.
(July 14, Article)
JavaServer Faces Flex goal is to provide users capability in creating standard Flex components, part of flexSDK which is open sourced through MPL license, as normal JSF components. This article by Ji Hoon Kim will provide an overview of creating a simple multilingual JSF page consisting of JSF Flex tags.
(June 29, Article)
In this session Jeff explores the key characteristics of successful SOA projects. He covers some of the patterns, and anti-patterns, tool sets, and strategies that he himself learned the hard way. Last, he provides a strategy and blueprint for achieving a high likelihood of success in your SOA project.
(June 23, Tech Talk)
Ari Zilka, CTO of Terracotta, Inc., talks about the new features in Terracotta 3.1, announced during JavaOne and available now.
(June 15, Tech Talk)
In this Tech Talk, Josh Long explores an integration challenge using Spring Integration and walks through the implementation, employing and expanding on the basic patterns of Enterprise Application Integration to tie together components into a function integration solution, and then demonstrates how Spring Integration helps address the integration requirements.
(June 15, Tech Talk)
In this Tech Talk, David Geary teaches you: The basics of Google Web Toolkit; How to implement Ajax-enabled applications in Java; Internationalization; Hooking into the browser history mechanism; Remote procedure calls.
(June 4, Tech Talk)
Jon Kern discusses the best architecture/technical solutions and ensure that they are repeated by all developers. By tackling the architecture up-front in a serial manner, subsequent parallel development will be much more manageable and predictable.
(May 28, Tech Talk)
This keynote describes the frustrations of modern knowledge workers in their quest to actually get some work done, and solutions for how to guard yourself against all those distractions. Neal Ford talks about environments, coding, acceleration, automation, and avoiding repetition as ways to defeat the misguided attempts to sap your ability to produce good work.
(May 26, Tech Talk)
Gil demonstrates how new, aggressive uses of already abundant compute capacity by common applications offer competitive value for application designers.
(May 21, Tech Talk)
Chris Keene introduces WaveMaker as a new way to automate the ability to generate Hibernate classes in order to more quickly bring OR mapping into an application.
(May 19, Article)
In this session Nati Shalom demonstrates how to take a standard Java EE web application and scale it out or down dynamically without changes to the application code. Seeing as most web applications are over-provisioned to meet infrequent peak loads, this is a dramatic change because it enables growing your application as needed, when needed, without paying for unutilized resources.
(May 19, Tech Talk)
Download the entire book of Jakarta-Struts Live and learn about Struts MVC, Tiles, the Validator, DynaActionForms, plug-ins, internationalization, and more.
(Book PDF Download)
The Application Server Matrix is a detailed listing of J2EE vendors and their application server products, with information on latest version numbers, J2EE spec support and licensing, pricing, platform support, and links to product downloads and reviews.
(Application Server Comparison Matrix)
|
|