Hey

After having looked briefly at kronos and tried to get it up and running I
have the following comments and thoughts (unsorted and not by importance :-)

  - case-sensitivity: Since I'm on linux I had a hard time getting it up
  and running because the following files is in wrong case:
     - /NodeType.cnd - app looking for nodetype.cnd
     - /src/main/java/wicket/kronos/plugins/menu/panels/MenuFrontPagePanel.html
     - java file is MenuFrontpagePanel.java
     - 
/src/main/java/wicket/kronos/plugins/version/panels/VersionFrontPagePanel.html
     - java file is VersionFrontpagePanel.java
  - JCR integration in plugins: I haven't followed development of kronos
  very closely so I don't know if this has been discussed. But would like to
  see an abstraction of JCR away from the plugins. Right now the plugin uses
  jcr directly and I think it would be better if plugin developers didn't have
  to think about jcr but instead could use some kronos interfaces which
  provided them with the needed functionality. That also gives the opportunity
  of having other backends than jcr or even more important: to give the plugin
  devs a more structured way of using another backend (say a webservice).


OT: is it really true that default resource lookup is case insensitive on
windows and not on linux? Shouldn't it be the same?

Frank

Reply via email to