|
|
Choosing A Webhost: |
Java OpenGroupware API - annotations: msg#00004cms.opengroupware.xmlrpc.devel
Hi, i took a look @ your JOGI stuff. It's a very nice thing ;) But there are two things to annotate: 1. your methods fetching objects from server returning lists. i already told with helge about that and we think this is not the best way doing so. if there are queries with large results, this results in a expensive utilization of resources. the better way should be to return iterator. for the present you can simply return list.iterator(); in the future the better way is to implement an own iterator wich reads the results from the stream as the're needed. so the client gets the iterator and each element is read when its needed. maybe short queries can get slower but large queries will be fasten up extremly. i think in most cases the client will iterate over the lists anyway, don't they? is it possible to change your API. please think about that. 2. the second one is only a short tip. like you i'm using eclipse for development. you cecked in the libs JOGI needs. it seems you're importing the libs using the "add external jar feature". the better way is using variables or the "add jar" feature, so it runs everywhere without changing any settings. at last i've a short question about the classpath.... u're using "net.sourceforge.ogojogi...". ok, currently the project is hosted there but i think "org.opengroupware.ogojogi" sounds much better...don't it? and eclipse supports refactoring ;) that's all for the moment. if you need/want help for your project...ask me for! regards, burkhard -- OpenGroupware.org XML-RPC xmlrpc@xxxxxxxxxxxxxxxxx http://mail.opengroupware.org/mailman/listinfo/xmlrpc
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: [dev-groupware] Java OpenGroupware API - EarlyAccess Release, Helge Hess |
|---|---|
| Next by Date: | Re: Java OpenGroupware API - annotations, Burkhard Sell |
| Previous by Thread: | Re: Changing Read/Write Access to appointments, Bernhard Gschaider |
| Next by Thread: | Re: Java OpenGroupware API - annotations, Burkhard Sell |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |