>Ok, great, but first one important question (to better understand the >design of Task-based operations in Pivot): >in my implementation the url and Service get/usage was from inside >Preferences, while with the Task-based approach, would it be better to >move these to any task ?
No, because not all tasks require a URL. >And then, remove methods like load/save/etc (or make them private, if >we don't want others to use directly them) ? We do want others to use them. :-) They are there for convenience. They simply delegate to the task classes (not the other way around). >>>- as by Web Start Persistence constraint, it's not possible to >>>save/load data using a real URL (unless it's derived from the Codebase >>>URL form where the application has been downloaded) >> I have to believe that this is a common problem when writing Web Start apps. >> See if you can find some documentation on how other developers have handled >> this. I'll do some digging and see what I can find.
