[Registry-dev] svn commit r10546 - in trunk/registry/modules/webapps/src/main/webapp/admin: css images

2007-12-05 Thread svn
Author: chanaka Date: Wed Dec 5 03:23:07 2007 New Revision: 10546 Log: Added: trunk/registry/modules/webapps/src/main/webapp/admin/images/error-message.jpg (contents, props changed) trunk/registry/modules/webapps/src/main/webapp/admin/images/info-message.jpg (contents, props chang

[Registry-dev] svn commit r10542 - in trunk/registry/modules/webapps/src/main: java/org/wso2/registry/web/actions webapp/admin

2007-12-05 Thread svn
Author: chathura Date: Wed Dec 5 03:12:38 2007 New Revision: 10542 Log: Added navigatable path to the UI. Modified: trunk/registry/modules/webapps/src/main/java/org/wso2/registry/web/actions/CollectionViewAction.java trunk/registry/modules/webapps/src/main/java/org/wso2/registry/web/

[Registry-dev] svn commit r10554 - trunk/registry/modules/webapps/src/main/webapp/admin

2007-12-05 Thread svn
Author: chathura Date: Wed Dec 5 04:30:09 2007 New Revision: 10554 Log: Implementing error handling in the UI. Modified: trunk/registry/modules/webapps/src/main/webapp/admin/people.jsp trunk/registry/modules/webapps/src/main/webapp/admin/recent-activity.jsp trunk/registry/modules/we

[Registry-dev] svn commit r10549 - in trunk/registry/modules/webapps/src/main: java/org/wso2/registry/web/actions webapp/admin

2007-12-05 Thread svn
Author: chathura Date: Wed Dec 5 03:41:51 2007 New Revision: 10549 Log: Implementing proper error handling in the UI. Modified: trunk/registry/modules/webapps/src/main/java/org/wso2/registry/web/actions/AddTagAction.java trunk/registry/modules/webapps/src/main/java/org/wso2/registry/

Re: [Registry-dev] Registry as a library inside other products

2007-12-05 Thread Sanjaya Karunasena
I went through the code in SVN last night. Here are few problems I have noticed. * There is a "init" method which does lot of datasource related work. First of all having a init method in a OO code doesn't make sense. YES, IOC containers use this since they can't handle any thing else while do

[Registry-dev] svn commit r10523 - in trunk/registry/modules/webapps/src/main/webapp/admin: . css images js

2007-12-05 Thread svn
Author: chanaka Date: Wed Dec 5 00:57:40 2007 New Revision: 10523 Log: resource page modifications Added: trunk/registry/modules/webapps/src/main/webapp/admin/images/arrowDown.gif (contents, props changed) trunk/registry/modules/webapps/src/main/webapp/admin/images/arrowUp.gif (cont

Re: [Registry-dev] Registry as a library inside other products

2007-12-05 Thread Sanjaya Karunasena
Well I think this conflicts (or is it complement?) with Paul's idea of giving a very descriptive class names for developers (user) where they would know exactly what they are going to get from the class name. If we use a factory the user doesn't know what the real implementation which got instan

[Registry-dev] svn commit r10536 - trunk/registry/modules/webapps/src/main/webapp/admin

2007-12-05 Thread svn
Author: chathura Date: Wed Dec 5 02:00:10 2007 New Revision: 10536 Log: Minor fix to the AJAX rating. Modified: trunk/registry/modules/webapps/src/main/webapp/admin/registry-resources.jsp Modified: trunk/registry/modules/webapps/src/main/webapp/admin/registry-resources.jsp =

Re: [Registry-dev] Registry as a library inside other products

2007-12-05 Thread Sanjaya Karunasena
On Wednesday 05 December 2007, Chathura C. Ekanayake wrote: > Paul Fremantle wrote: > > Sanjaya has also persuaded me (on IM) that we should add another > > constructor > > > > new JDBCRegistry(DataSource dataSource) > > > > I'm not sure if there is an equivalent that uses a Connection as well. >

Re: [Registry-dev] Registry as a library inside other products

2007-12-05 Thread Sanjiva Weerawarana
I hate factories; see: http://discuss.joelonsoftware.com/default.asp?joel.3.219431.12 OTOH, I can see the value of being able to switch the underlying impl based on config. So .. begrudging +1. However, this does not change the need to fix up the current constructors correctly. So I suggest

[Registry-dev] Bug in current API?

2007-12-05 Thread Glen Daniels
Hey folks: Was chatting with Jonathan about some Registry and UserManager stuff (will be writing a few more mails about other topics later), and one thing we realized when discussing storing things in the registry is that the Java put() API might need to change a bit Consider the way APP