<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to feature-requests</title><link href="https://sourceforge.net/p/delicious-java/feature-requests/" rel="alternate"/><link href="https://sourceforge.net/p/delicious-java/feature-requests/feed.atom" rel="self"/><id>https://sourceforge.net/p/delicious-java/feature-requests/</id><updated>2006-02-03T01:22:41Z</updated><subtitle>Recent changes to feature-requests</subtitle><entry><title>Adding convenience methods</title><link href="https://sourceforge.net/p/delicious-java/feature-requests/2/" rel="alternate"/><published>2006-02-03T01:22:41Z</published><updated>2006-02-03T01:22:41Z</updated><author><name>Henning</name><uri>https://sourceforge.net/u/xneo/</uri></author><id>https://sourceforge.neta2d1df1997b6d5a215aa64345db584a248940634</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Many parameters of the del.icio.us API are not required&lt;br /&gt;
but optional. How about overloading the corresponding&lt;br /&gt;
Java methods so those parameters are optional in Java too?&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Interfaces</title><link href="https://sourceforge.net/p/delicious-java/feature-requests/1/" rel="alternate"/><published>2005-08-23T10:50:04Z</published><updated>2005-08-23T10:50:04Z</updated><author><name>Aleksey Maksimov</name><uri>https://sourceforge.net/u/ctpeko3a/</uri></author><id>https://sourceforge.netb350b4b8881cee71fb718ce7e72fb51fbbe18267</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;It would be good if you refactor all major classes to&lt;br /&gt;
interfaces. So instead of real class Delicious anybody&lt;br /&gt;
could use the class, which conforms to the IDelicious&lt;br /&gt;
interface.&lt;/p&gt;
&lt;p&gt;I don't have a proper internet connection to the&lt;br /&gt;
del.icio.us at work, so it's obvious that I have to&lt;br /&gt;
create a factory class, which will load proper&lt;br /&gt;
Delicious class, based on the configuration file. But&lt;br /&gt;
now I can't do that because Delicios is a class, not an&lt;br /&gt;
interface. Even if I extend Delicious I can't create&lt;br /&gt;
non-networking version because without parameterless&lt;br /&gt;
constructor Delicious() I have to call constructors&lt;br /&gt;
from parent class.&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>