|
Sponsored Links
Resources
Enterprise Java Research Library
Get Java white papers, product information, case studies and webcasts
|
News
News
News
|
Messages: 13
Messages: 13
Messages: 13
Printer friendly
Printer friendly
Printer friendly
Post reply
Post reply
Post reply
XML
XML
XML
|
 |
Try Metawidget right now in your browser
Metawidget provides a Live Demo that's ready to evaluate right here, in your browser:
http://metawidget.org/live-demo
We've put together a Groovy applet, pre-loaded with the Metawidget JAR and a short script, so you can just click 'Run'. The script demonstrates using a Groovy/JPA/Hibernate Validator business model with a Swing-based Metawidget - though Metawidget also supports a wide variety of back-ends (JEXL, Hibernate, JavaBeans, jBPM, Swing AppFramework) and front-ends (Android, GWT, JSF, JSP, Spring, Struts).
You can play with Metawidget by changing the business model (adding fields, altering annotations etc) or even import your own business object JARs to see how Metawidget renders them!
Your continued feedback is invaluable to us. Please let us know what you think.
|
|
Message #284962
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
has to be asked...
WHAT IS METAWIDGET!!?!? You tell me I can try it, that's great... but I still have no idea what it is! Do I have to read the whole post and inductively figure out what the heck it is? if it's that hard to define, I don't want to bother.
Come on, guys, there're two "how to write posts on TSS" links in every "submit news" page... try to read them!
|
|
Message #284968
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Metapost
MetaPost provides a true framework for your TSS posts including: * Links * Buzzwords
Simply extend and provide your own name and product description!
:)
|
|
Message #284974
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
I encourage people to take a look
I am not sure why people are jumping on Kennard, with respect maybe it is being jaded to all the "news" flowing through TSS these days. I have taken the time to evaluate Metawidget, and I must say it is worth a look, at least. I am actually using it (albeit slightly modified) in code for a client of mine.
Metawidget provides good dynamic UIs, but in addition, it is well worth taking a look at it in the role of a rapid prototype development tool. That was a huge value add for me personally.
As far as cons, I would suggest that it tries to be a jack of all trades, and the particular metawidget implementations (I have used SwingMetawidget) need a bit of touch up code to really look how you want them.
Very impressive web demo, Richard!
|
|
Message #284976
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Re: It's on their site (homepage)....... sigh...
I'm sure it's on their site. But why should I go to their site? I'm not being given the slightest reason to do so - besides the name, "MetaWidget," which honestly doesn't mean anything to me offhand.
|
|
Message #284988
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Re: Try Metawidget right now in your browser
Looks interesting. It sounds conceptually like NakedObjects.
|
|
Message #285010
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Apology
Joseph, Dean,
I apologise for not including a description of what Metawidget actually is. I usually do, but this time I was too focused on the Live Demo.
To answer your question: Metawidget is a 'smart User Interface widget' that populates itself, at runtime, with UI components to match the properties of your business objects.
I will remember to write that in future posts.
Regards,
Richard.
|
|
Message #287443
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Re: has to be asked...
I can live with poor posts. It was perhaps a bit too difficult to get a post approved by Joe sometimes. :-)
I agree that Metawidget is worth taking a look at.
What is with all of this SPAM on TheServerSide though? Maybe someone should post about how to prevent SPAM in forums?
Javalobby and InfoQ are starting to get a leg up on TheServerSide it seems. :-(
I hope to see TheServerSide return to it's full glory soon!
Flux - Java Job Scheduler. File Transfer. Workflow.
|
|
Message #287466
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Re: has to be asked...
I can live with poor posts. It was perhaps a bit too difficult to get a post approved by Joe sometimes. :-)
I agree that Metawidget is worth taking a look at.
What is with all of this SPAM on TheServerSide though? Maybe someone should post about how to prevent SPAM in forums?
Javalobby and InfoQ are starting to get a leg up on TheServerSide it seems. :-(
I hope to see TheServerSide return to it's full glory soon!
Flux - Java Job Scheduler. File Transfer. Workflow. It's well known how to prevent spam, in a lot of ways: I actually wrote a project (https://ci-bayes.dev.java.net) to do it, but it never got integrated into TSS itself.
I was always willing to hear why your post should have been approved when it wasn't...
|
|
Message #287472
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Re: Apology
Metawidget is a 'smart User Interface widget' that populates itself, at runtime, with UI components to match the properties of your business objects.
Is Metawidget comparable in any sense to Oracle's ADF solution? Not in UI technology sense but in unified from backend to frontent integration sense.
|
|
Message #287566
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Complementary, not comparable
Chief Thrall,
Thanks for your interest in Metawidget.
Metawidget is complementary to Oracle's ADF rather than comparable. It is intended to be used alongside ADF components.
Although the distribution does not include an ADF example, it does include a JBoss RichFaces one (so you can see how Metawidget works with third-party component libraries like ADF) and a Seam one (so you can see how Metawidget works with state-management frameworks like ADF).
Metawidget is not a UI framework, or a web framework, or an app framework, and has no overlap. It simply automates your existing UI framework, web framework and app framework to save you both writing, and maintaining, a lot of duplicated code.
If you get time to have a look at it, I'd be very interested in hearing how you go.
Regards,
Richard.
|
|
 |
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)
|
|