Author: julien(a)jboss.com
Date: 2007-03-07 11:38:02 -0500 (Wed, 07 Mar 2007)
New Revision: 6580
Modified:
trunk/widget/src/main/org/jboss/portal/widget/google/GGWidgetProvider.java
Log:
added todo list for widgets
Modified: trunk/widget/src/main/org/jboss/portal/widget/google/GGWidgetProvider.java
===================================================================
--- trunk/widget/src/main/org/jboss/portal/widget/google/GGWidgetProvider.java 2007-03-07
16:32:02 UTC (rev 6579)
+++ trunk/widget/src/main/org/jboss/portal/widget/google/GGWidgetProvider.java 2007-03-07
16:38:02 UTC (rev 6580)
@@ -56,6 +56,19 @@
import edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantLock;
/**
+ * @todo first :
+ * - add time out on URL retrieval
+ * - add content type filtering
+ * - finish implementation of preferences
+ * - use categorization
+ * - add pagination
+ * - add configuration
+ * - add caching policy
+ * - add fetching policy
+ *
+ * @todo later but important :
+ * - implement widget retrieval defferring when it would be available later
+ *
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
* @version $Revision: 1.1 $
*/