Home >> August, 2006

The Heilmeyer Catechism

Posted on: Thursday, August 24th, 2006 in: Idea

Bagaimana cara yang paling efektif untuk menkomunikasikan sebuah ide penelitian? Heilmeyer, mantan direktur ARPA, mengusulkan serangkaian pertanyaan yang perlu dijawab dalam sebuah proposal penelitian:

1. What is the problem, why is it hard?
2. How is it solved today?
3. What is the new technical idea; why can we succeed now?
4. What is the impact if successful?
5. How will the program be organized?
6. How will intermediate results be generated?
7. How will you measure progress?
8. What will it cost?

How to render forEach loop with JSF?

Posted on: Thursday, August 3rd, 2006 in: Oprekan

I’m making a search engine for ontology using Sesame as its server engine. Querying and getting results should be done by a bean. Displaying these results should be handled by a view (JSP/JSF). How to do this?

Some pointers:

JSF and the forEach loop. This post discusses how to implement this issue in JSF.

Java Technology Forums - loop over hashMap (c:forEach for JSF). This discussion suggest for not thinking in JSTL when programming with JSF. JSF provides datatable for this purpose.