|
Sponsored Links
Resources
Enterprise Java Research Library
Get Java white papers, product information, case studies and webcasts
|
News
News
News
|
Messages: 15
Messages: 15
Messages: 15
Printer friendly
Printer friendly
Printer friendly
Post reply
Post reply
Post reply
XML
XML
XML
|
 |
Commons-Jelly 1.0 released
Apache has announced the release of commons-jelly 1.0, an extensible Java and XML based scripting and processing engine for turning XML into executable code.
Notable changes since the 1.0-RC1 release:- Internal caching was changed to remove a memory leak
- Jelly is now distributed as an application with its dependencies and main tag libraries
Jelly is one of the underpinnings of Maven.
The last released version (the release candidate) was from November 2004.
|
|
Message #174974
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
But why ?
Someone had to put the chairs on the tables and turn out the lights.
(btw, thanks to the jelly team for not abandoning it in beta).
|
|
Message #174995
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Why not including some sample scripts in the distribution?
I would like to give it a try, but looking for example scripts through viewcvs is painful...
|
|
Message #175110
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Commons-Jelly 1.0 released
Just look at these comments. Oh dear I wouldn't want to be one of the developers, imagine the sheer embarassement...
|
|
Message #175179
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Commons-Jelly 1.0 released
been using it. very handy for object-to-xml conversions and SAX pipelining. makes sense, and if it wouldn't exist, it would have to be written.
|
|
Message #175191
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Commons-Jelly 1.0 released
Just look at these comments.Oh dear I wouldn't want to be one of the developers, imagine the sheer embarassement... I think the reputation of Jelly comes from Maven, i.e. Maven plug-in writers. Implementing complex plug-ins in XML is a really bad idea. Moreover Maven plug-in API is far from friendly.
Personally I have nothing against jelly, but Maven is a monster;).
I've designed a plug-in API for one commercial product and initially we had only java plug-ins. Then we've added support for XML-based plug-ins and jelly was one of the scripting languages(we've decided to add support for BeanShell too). In my view jelly fits well for creating small sized plug-ins, without dependencies on java specific APIs, especially if plug-in should provide a lot of meta-information in XML form.
Regards, Theodore Kupolov
|
|
Message #175218
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Re: But why ?
Someone had to put the chairs on the tables and turn out the lights. Can someone clue me into why Jelly apparently has no future?
|
|
Message #175231
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Re: But why ?
I suppose jelly is not the worst apache product. I welcome their efforts to support XUL-like markup for both swing and swt like swixml and xswt do. But I think we should look at jelly as a handy tool but not the scripting language.
In my view jelly lacks good documentation (as most of the appaches) and several user friendly features, e.g. XML schema for core tag libraries. Finally, I wish a good luck to the Jelly team !;)
|
|
Message #175240
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Re: But why ?
I did a little bit of research and it looks like one Jelly's main uses was in Maven. However, Maven2 seems to be moving from Jelly to Marmalade (that earlier Commons-Peanut-Butter comment doesn't seem so crazy now, does it?). It looks like that's what has people assuming Jelly has no future.
|
|
Message #175245
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Could anyone tell me what Jelly is?
this release proclaimation does not like others which could be known what the release is. i can see something like maven, object-xml, been shell, blablabla. but what the hell jelly is? the friend of Tom in Disney?
|
|
Message #175357
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Re: But why ?
./.../ It looks like that's what has people assuming Jelly has no future. I don't think so. Jelly is a pretty, small and very-extensible template engine. I use it for everything I need to template (ouput, simple business rules and so on...) It's like JSTL, but w/o JSP engine and more easy to extend.
|
|
Message #175488
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Re: Could anyone tell me what Jelly is?
Its creators give it the unfortunate description of "Executable XML"; which is true (think "XML scripting language"), but sells Jelly short IMO. The whole concept of "executable XML" seems like a solution in search of a problem.
In practice, however, Jelly is fabulous for other uses. One interesting and practical use for it is to provide for "active configuration". For example, rather than just having an XML config file with static values, you can actually provide some intelligence capability as to how those values are used, or perhaps in conditionally determining what those values should be.
It also makes a fine scripting engine in general. Sure, we have all kinds of scripting engines that use real languages rather than contorting XML into an executable language, but if your audience are not Java/TCL/Ruby et al programmers, then I think you can make a decent argument that XML is a lengua franca that can be used for internalizing functionality via an external script engine.
|
|
Message #175493
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Re: But why?
FYI: Jelly is also used internally by the JIRA issue tracker from Atlassian, which not only it's widest distribution (far larger than Maven, I think) but also a commerical product! I don't know if it's also used in their Confluence product, but I wouldn't be suprised.
|
|
 |
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)
|
|