|
Sponsored Links
Resources
Enterprise Java Research Library
Get Java white papers, product information, case studies and webcasts
|
News
News
News
|
Messages: 11
Messages: 11
Messages: 11
Printer friendly
Printer friendly
Printer friendly
Post reply
Post reply
Post reply
XML
XML
XML
|
 |
Google cloud languages: Python pedals to peak? Java on the way?
According to a recent survey of more than 500 developers from Evans Data, Python use has risen 45% since the spring of 2009! The company correlates these results with the release of the Google App Engine cloud development platform. The App engine only supported Python when released in April of 2008, though it has recently come to support Java. What do you think? Will Python peak in the Google cloud? Will Java take over sooner or later? What about GO?
http://www.businesswire.com/portal/site/home/permalink/?ndmViewId=news_view&newsId=20091110006763
|
|
Message #329117
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
OLPC
¿What about OLPC and Sugar? Python is the main language there and the project is pretty recent.
|
|
Message #329119
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Re: Google cloud languages: Python pedals to peak? Java on the way?
"A recent survey from Evans Data claims Python use has risen 45% since the spring of 2009! Mmmm. Kind of non-linear."
Is it? Here's an example of linear growth:
# increase ----------- 1 --- 2 100% 3 50% 4 33% 5 25% 6 20% 7 16.7% 8 14.3& 9 12.5% 10 11.1% 11 10% ... 100 1%
45% probably is a big jump but without previous numbers, there's no way to tell if that is the case. A yearly increase of 1% is non-linear.
I can't really say for sure but this seems kind of shaky. 380+ respondents? Maybe that's statistically significant but could easily be non-representative. 45% across the set of all developers seems a bit unlikely. Have Python book sales gone up similarly? What about hits to Python websites or posts on Python forums?
|
|
Message #329128
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Java will overtake in time
java will overtake in time. They release Java support recently so obviously it takes a lot for community to adopt. Also many Java apps are in production and not easy to move on GAE right away. GAE has to enable SQL support to Java apps and see the jump right away but that won't happen in near future. Also JDO or JPA as datastore is not very popular or say easy to migrate from existing SQL base backend. I think one question every developer or company will ask when get into cloud "how easy to migrate and costly to port away from GAE"
|
|
Message #329175
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
And your point is????
The same points were made about Java - and if those were the only grounds on which to choose a language, we'd all be using assembler.
There were people who thought the move from punched cards to interactive VDU terminals was a waste of precious computing resource.
Overall, though, the trend since the 1950s has been to higher-level, more abstract languages - like Java - balanced against machine resources. Java is just occupies the current 'sweet spot'.
|
|
Message #329178
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Re: And your point is????
The same points were made about Java - and if those were the only grounds on which to choose a language, we'd all be using assembler. Actually, the situation is quite different. If you check the linked thread, there's a lot of talk about how application developers rewrote hot spots either in cython or plain C. This was never the case with Java. The closest we got was native parts of VM, linking to capabilities of native OS (IO, DirectX...) and a few esoteric things like high performance encryption. "Going native" was never a serious option for application developers.
|
|
Message #329285
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Re: And your point is????
The same points were made about Java - and if those were the only grounds on which to choose a language, we'd all be using assembler.
Agree completely
There were people who thought the move from punched cards to interactive VDU terminals was a waste of precious computing resource.
Overall, though, the trend since the 1950s has been to higher-level, more abstract languages - like Java - balanced against machine resources.
I am not convinced of this. I think there has always been a place for high level languages, like shell and JCL in certain domains.
Java is just occupies the current 'sweet spot'.
Java's sweet spot does not seem to be in a performance/abstraction dimension. Slow interpreted languages, like PHP, work fine for web applications from a performance perspective.
And Java is not the best choice for high performance, although Java's performance issues in many specific domain seem to be solvable if that was a priority:
http://marc.info/?l=git&m=124111702609723&w=2
So Java is not the best choice for writing something like git, from a performance perspective.
|
|
Message #329329
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Re: And your point is????
And Java is not the best choice for high performance
For problems where hot-spot operations needs access to some kind of low level primitives Java is going to be slow, however, to the best of my knowledge, there is no such platform to develop applications for high performance business application computing as Azul systems (http://www.azulsystems.com/). These guys are running JVMs on 800+ CPUs, multigigabyte heaps and what not. (their JVM is based on OpenJDK if I am not mistaken)
If you ever wondered on which platform Doug Lea is doing research for next generation of concurrent/parallel Java facilities, check Azul out.
PS I'm in no way associated with Azul etc...
|
|
Message #329405
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Re: Google cloud languages: Python pedals to peak? Java on the way?
I think the survey clearly demonstrates what people are using these days. I started learning Python and using it in anger when I signed up for the GAE myself.
What this means is that people are ready to try something else outside the dominance of Java.
|
|
 |
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)
|
|