NetBeans 6 delivers great updates to the Matisse GUI builder. Spend a few minutes with Roman Strobl and get an expert briefing on what's new and what has changed. (sponsored)
In this, the third and final installation of Andres' Introduction to Groovy series, you learn about how Groovy handles variable numbers of arguments, named parameters, currying, and more about Groovy operators. Including, some new operators.
Swing Fuse (actually just Fuse), is a framework designed to make it easier to create your own custom desktop components. In this article, Daniel Spiewak shows you how to get started and provides sample source code you can download.
Willam Louth shows how he uses JXInsight Probes to investigate probable performance issues with code bases that he is not familiar with. He also highlights possible pitfalls in creating a benchmark, as well as in the analysis of results.
Thank you for the new moderation process deployed tonight, I know it has been a hard work touching every source file.
I've a few remarks/questions for you:
QuestionVersionManager
When I moderate a new question (from Alwin, for example), there is only one version.
But there is a button "Reject Version". This is misleading. The button should be "Reject Question".
In fact, is if meaningful to display the QuestionVersionManager when there is only one version ?
A tooltip on each button should tell what it means (as in the QuestionEdit page).
AnswerEdit
How can I (when logged in) propose a new version to a question when I pass a questionnaire ?
How can I ever propose a new version in fact (from which screen) ?
Ok I'll change the "Reject Question" and I will add some tooltips to explain different buttons.
When a user edit one of his own question : a new version is created (That's the way a question owner add a proposition). I have to add links to allow users to propose new version (proposition that the owner will have to approve) in the AnswerEdit and soon I'll add listing of new questions (seed) on the home page to allow people to add proposition.
I'll re-deploy in a short while with needed changes.
Due to a wrong cache configuration question deletion is not working properly : just a part of the question's object graph is deleted. This is why you got a null pointer exception ... Question deletion will be fixed in the next deployment and the question manager is fixed for now.
Jeanne, Alwin : thank you for those feed backs.
New Moderation Process
At 4:13 AM on Nov 3, 2005, John Rizzo wrote:
Fresh Jobs for Developers Post a job opportunity
Thank you for the new moderation process deployed tonight, I know it has been a hard work touching every source file.
I've a few remarks/questions for you:
QuestionVersionManager
When I moderate a new question (from Alwin, for example), there is only one version.
But there is a button "Reject Version". This is misleading. The button should be "Reject Question".
In fact, is if meaningful to display the QuestionVersionManager when there is only one version ?
A tooltip on each button should tell what it means (as in the QuestionEdit page).
AnswerEdit
How can I (when logged in) propose a new version to a question when I pass a questionnaire ?
How can I ever propose a new version in fact (from which screen) ?
8 replies so far (
Post your own)
Re: New Moderation Process
Hi Aymeric,There's a typo in the red announcement bar. "Tank you" instead of "Thank you"
Alwin
Re: New Moderation Process
Ok I'll change the "Reject Question" and I will add some tooltips to explain different buttons.When a user edit one of his own question : a new version is created (That's the way a question owner add a proposition). I have to add links to allow users to propose new version (proposition that the owner will have to approve) in the AnswerEdit and soon I'll add listing of new questions (seed) on the home page to allow people to add proposition.
I'll re-deploy in a short while with needed changes.
Re: New Moderation Process
Corrected! Thanks Alwin.Re: New Moderation Process
thanks Aymeric. Don't loose time with interim deployements and branches if it makes you lose time. It can wait for the 9th.Re: New Moderation Process
Hi Aymeric,I get an empty white page on "View All Questions That Needs Attention". I think this is the button where the new questions should appear?
Alwin
Re: New Moderation Process
I got an exception when trying the same thing. The beginning of the stack trace is below.javax.servlet.jsp.JspException: ServletException in '/WEB-INF/jsps/common/fragments/questionmanager.jsp': null org.apache.struts.taglib.tiles.InsertTag$InsertHandler.doEndTag(InsertTag.java:921) org.apache.struts.taglib.tiles.InsertTag.doEndTag(InsertTag.java:460)
Re: New Moderation Process
Due to a wrong cache configuration question deletion is not working properly : just a part of the question's object graph is deleted. This is why you got a null pointer exception ... Question deletion will be fixed in the next deployment and the question manager is fixed for now.Jeanne, Alwin : thank you for those feed backs.
new feature appreciation
I see case sensitive answer choices are now an option. This is a really nice feature. Thanks!