[Design of JBoss jBPM] - Re: Web Console: Context Menus and Navigation
by david.lloyd@jboss.com
Putting all the context menu items on one line isn't going to work - there's just too much information to make it look nice.
I think that the red "swoosh" is going to have to go. Just having the logo on the left side, I can make a nice heirarchy of horizontal menus that are above the "main" content area. I'd like to do it one of two ways: either have the high-level items across the top (process, process instance, task, task instance), with the next layer switching to the appropriate submenu on mouseover or click; or I can have one row per high-level item, with menu options extending to the right.
Personally I think that DHTML menus are annoying because it is rare that they work properly in all browsers (and in this case, I'm willing to settle for IE and Firefox). But I'd rather do the two-level menu I described above than DHTML/javascript dropdown menus. Dropdown menus are difficult to implement correctly and can be very obnoxious for users.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3987901#3987901
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3987901
19 years, 4 months
[Design of Kosmos] - SVN Protocol: is not possible add svn repository!
by mmastri
If i try to add svn://user:password@svnpublic/repo in portlet.xml, receve this message in Jboss console:
at java.lang.Thread.run(Thread.java:595)
18:54:44,106 INFO [STDOUT] 18:54:44,106 INFO [MethodResultCacheInterceptor] Cache-miss: reloading "hu.midori.kosmos.server.svn.SvnServiceImpl.getRepositories.svn://user:password@svnpublic/repo"...
18:54:44,106 INFO [STDOUT] 18:54:44,106 ERROR [SvnServiceImpl] Unable to process the SVN repo
java.net.MalformedURLException: unknown protocol: svn
at java.net.URL.(URL.java:574)
at java.net.URL.(URL.java:464)
at java.net.URL.(URL.java:413)
at hu.midori.kosmos.server.util.UrlUtils.parseUserInfoFromUrl(UrlUtils.j
ava:48)
at hu.midori.kosmos.server.svn.SvnServiceImpl.connect(SvnServiceImpl.jav
a:121)
at hu.midori.kosmos.server.svn.SvnServiceImpl.getRepositories(SvnService
Impl.java:78)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
........
I have resolved the problem duplicating the class hu.midori.kosmos.server.util.UrlUtils in hu.midori.kosmos.server.util.SVNUrlUtils, replacing the occurrences of java.net.URL, with org.tmatesoft.svn.core.SVNURL end replacing the occurency of hu.midori.kosmos.server.util.UrlUtils in org.tmatesoft.svn.core.SvnServiceImpl with hu.midori.kosmos.server.util.SVNUrlUtils.
This is workaround that it allows to work with "repository" svn.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3987827#3987827
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3987827
19 years, 4 months