agilewiki-wiki Mailing List for AgileWiki (Page 4)
Status: Beta
Brought to you by:
blaforge
You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(11) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(10) |
Feb
(1) |
Mar
(29) |
Apr
(13) |
May
(119) |
Jun
(104) |
Jul
(142) |
Aug
(92) |
Sep
(86) |
Oct
(31) |
Nov
(16) |
Dec
(6) |
2007 |
Jan
(3) |
Feb
(10) |
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2011 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
From: Bill la F. <laf...@ya...> - 2006-09-28 02:47:05
|
I had made Brother and Sister symetrical. Wrong! Only Sibling is symetrical. So it looks like we should finally have a release. Bill --------------------------------- Find out what India is talking about on - Yahoo! Answers India Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it NOW |
From: Bill la F. <laf...@ya...> - 2006-09-28 02:39:02
|
A new day and things are definately looking better. First, the Deductions table had not disapeared like I said. Guess I was tired. Second, by running with more memory, the infer runs fine (this on my home computer). On the down side, there is a bug in the meta-rules that I need to track down. Bill --------------------------------- Find out what India is talking about on - Yahoo! Answers India Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it NOW |
From: Bill la F. <laf...@ya...> - 2006-09-28 02:21:31
|
I just rebuilt the database on my laptop using logfiles from agilewiki.org. Below you will find the statistics. One interesting item, the database contains about 200 million rolons which have been marked as deleted. Bill org.agilewiki.ark.tks.btree.Block: Created=503 Available=3 Calls to allocate=4203663 Hits=11400647 Misses=4202879 BTree BTreeFile Name: AgileWiki.wdb3 BTree Block Size: 32768 BTree File Size (blocks): 1699 BTree Space Allocated (blocks): 1699 BTree File Reads: 4201964 BTree Flushes: 0 BTree File Writes: 966467 BTree Before Image Writes: 964768 BTree Saves: 0 BTree Inflates: 0 BTree Deflates: 0 BTree Iterators: 17329468 BTree Gets: 13596339 BTree Smallest: 1695 BTree Largest: 189353 BTree Splits: 1695 BTree Transactions: 1 BTree put calls: 2004321 BTree map calls: 3413651 BTree process calls: 3413640 org.agilewiki.ark.tks.Element: Created=48108923 Available=0 Calls to allocate=48108923 org.agilewiki.ark.tks.Table: Created=501 Available=1 Calls to allocate=1703855 Hits=5941 Misses=1703855 TKS: Timestamps: 0 destroys: 0 destroyeds: 192283840 getKeys: 0 getAttributes: 0 getRecords: 0 getTrans: 3494252 getTranIds: 0 getValues: 0 getKeyValues: 0 orders: 0 orderLasts: 0 putValues: 0 putKeyValues: 0 removeProperties: 0 removeTables: 0 removeKeys: 0 BUILD SUCCESSFUL (total time: 141 minutes 57 seconds) --------------------------------- Find out what India is talking about on - Yahoo! Answers India Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it NOW |
From: Bill la F. <laf...@ya...> - 2006-09-27 15:22:44
|
I've posted some notes on the blog at http://laforge49.blogspot.com/ but the short of it is that agilewiki is back up, inferencing needs work, and I've got to focus on the snap utility. b --------------------------------- Find out what India is talking about on - Yahoo! Answers India Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it NOW |
From: Bill la F. <laf...@ya...> - 2006-09-27 15:20:44
|
Looks like it could not find AwCommon.jar. Remember to put AwCommon in a lib directory, the lib directory being in the same directory where AwServer.jar is located. Bill nadrog <gor...@ya...> wrote: Hi Bill, I was trying to implement doc from http://agilewiki.org/aw3/AwServlet?cmd=rid%2019c2875d9a326c9820d08333f3ffd503 and I was using R872 newly revision, and I was deploying on server C:\aw\AwServer\dist>java -jar AwServer.jar Current Working Directory = C:\aw\AwServer\dist Processing file: org/agilewiki/AgileWiki3.commands Processing file: org/agilewiki/AgileWiki3.rolons Initializing the Ark Exception in thread "main" java.lang.NoClassDefFoundError: org/agilewiki/uuid/UU ID at org.agilewiki.ark.tks.TKS.transaction(TKS.java:250) at org.agilewiki.ark.ArkDb.transaction(ArkDb.java:219) at org.agilewiki.ark.ArkDb.init(ArkDb.java:126) at org.agilewiki.Main.run(Main.java:72) at org.agilewiki.Main.main(Main.java:37) ..................................................................................... on the pic is created dbase. C:\aw\AwServer\dist> --------------------------------- Find out what India is talking about on - Yahoo! Answers India Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it NOW |
From: nadrog <gor...@ya...> - 2006-09-27 13:19:22
|
Hi Bill, I was trying to implement doc from http://agilewiki.org/aw3/AwServlet?cmd=rid%2019c2875d9a326c9820d08333f3ffd503 and I was using R872 newly revision, and I was deploying on server C:\aw\AwServer\dist>java -jar AwServer.jar Current Working Directory = C:\aw\AwServer\dist Processing file: org/agilewiki/AgileWiki3.commands Processing file: org/agilewiki/AgileWiki3.rolons Initializing the Ark Exception in thread "main" java.lang.NoClassDefFoundError: org/agilewiki/uuid/UU ID at org.agilewiki.ark.tks.TKS.transaction(TKS.java:250) at org.agilewiki.ark.ArkDb.transaction(ArkDb.java:219) at org.agilewiki.ark.ArkDb.init(ArkDb.java:126) at org.agilewiki.Main.run(Main.java:72) at org.agilewiki.Main.main(Main.java:37) ..................................................................................... on the pic is created dbase. C:\aw\AwServer\dist> Bill la Forge wrote: > > Finally completed the example. Been acting funky every since the > last--very large--infer operation. Restarted and then got this traceback: > > Exception during request procesing: java.lang.Exception Untyped Rolon > java.lang.Exception: Untyped Rolon > at > org.agilewiki.ark.RolonFactory.createRolon(RolonFactory.java:105) > at org.agilewiki.ark.ArkDb.createRolon(ArkDb.java:400) > at > org.agilewiki.ark.rolons.TopicRolon.narrowTopic(TopicRolon.java:92) > at > org.agilewiki.ark.rolons.TopicRolon.getChildren(TopicRolon.java:175) > at > org.agilewiki.ark.rolons.TopicRolon.getChild(TopicRolon.java:150) > at org.agilewiki.ark.rolons.ArkRolon.getCabinet(ArkRolon.java:121) > at org.agilewiki.ark.ArkDb.getUserHome(ArkDb.java:352) > at org.agilewiki.framework.Session.getUserHome(Session.java:201) > at org.agilewiki.framework.uims.WikiUIM.show(WikiUIM.java:45) > at > org.agilewiki.framework.CmdEvaluator.evaluate(CmdEvaluator.java:37) > at org.agilewiki.framework.Session.evaluate(Session.java:316) > at org.agilewiki.framework.Session.process(Session.java:469) > at > org.agilewiki.framework.Portal.processClientRequest(Portal.java:117) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:585) > at > sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294) > at sun.rmi.transport.Transport$1.run(Transport.java:153) > at java.security.AccessController.doPrivileged(Native Method) > at sun.rmi.transport.Transport.serviceCall(Transport.java:149) > at > sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460) > at > sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701) > at java.lang.Thread.run(Thread.java:595) > > > > --------------------------------- > Find out what India is talking about on - Yahoo! Answers India > Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. > Get it NOW > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > agilewiki-wiki mailing list > agi...@li... > https://lists.sourceforge.net/lists/listinfo/agilewiki-wiki > > -- View this message in context: http://www.nabble.com/-agilewiki-wiki--new-problem-tf2344313.html#a6526538 Sent from the agilewiki-wiki mailing list archive at Nabble.com. |
From: Bill la F. <laf...@ya...> - 2006-09-27 12:08:40
|
Finally completed the example. Been acting funky every since the last--very large--infer operation. Restarted and then got this traceback: Exception during request procesing: java.lang.Exception Untyped Rolon java.lang.Exception: Untyped Rolon at org.agilewiki.ark.RolonFactory.createRolon(RolonFactory.java:105) at org.agilewiki.ark.ArkDb.createRolon(ArkDb.java:400) at org.agilewiki.ark.rolons.TopicRolon.narrowTopic(TopicRolon.java:92) at org.agilewiki.ark.rolons.TopicRolon.getChildren(TopicRolon.java:175) at org.agilewiki.ark.rolons.TopicRolon.getChild(TopicRolon.java:150) at org.agilewiki.ark.rolons.ArkRolon.getCabinet(ArkRolon.java:121) at org.agilewiki.ark.ArkDb.getUserHome(ArkDb.java:352) at org.agilewiki.framework.Session.getUserHome(Session.java:201) at org.agilewiki.framework.uims.WikiUIM.show(WikiUIM.java:45) at org.agilewiki.framework.CmdEvaluator.evaluate(CmdEvaluator.java:37) at org.agilewiki.framework.Session.evaluate(Session.java:316) at org.agilewiki.framework.Session.process(Session.java:469) at org.agilewiki.framework.Portal.processClientRequest(Portal.java:117) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294) at sun.rmi.transport.Transport$1.run(Transport.java:153) at java.security.AccessController.doPrivileged(Native Method) at sun.rmi.transport.Transport.serviceCall(Transport.java:149) at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701) at java.lang.Thread.run(Thread.java:595) --------------------------------- Find out what India is talking about on - Yahoo! Answers India Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it NOW |
From: Bill la F. <laf...@ya...> - 2006-09-27 10:30:42
|
http://agilewiki.org/aw3/AwServlet?cmd=rid%20d9c3e748debd60eddd9d765cc3b2f31f I've been building up an extensive example at the above URL. It is not working. The errors may be in the example, or in the inference engine. :-( Bill --------------------------------- Find out what India is talking about on - Yahoo! Answers India Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it NOW |
From: Bill la F. <laf...@ya...> - 2006-09-27 08:04:18
|
Hanif, There's always multiple documentation issues. I gave the link to the infer command, which is likely the best point to start digging into the documentation I just added at agilewiki.org: http://agilewiki.org/aw3/AwServlet?cmd=rid%2019c2875d9a326c9820d08333f3ffd503 As for guests, well, I'm planning on collecting stats on page visits via sourceforge. That's after the documentation is done for inferencing and after the release. I also want to rework AW's image a bit to emphasise semantic relations and Rolonics as an alternative to the Semantic Web. And with so many fold interested/discouraged by the Semantic Web, we may be able to gain some interest in AW. B CPU MAN <ah...@gm...> wrote: Bill, What document you mean? Do you mean my proposal for GUI? (I'll finish it as soon as I explore all parts of application and currently I'm kinda busy, sorry). I've read inference rules on your blog. It seems we're on the right track to basically define the idea. Very interesting, with enough examples. (I wonder if there were expressive pictures and then we would put it in official Rolonics documentation on the web). Bill, what did you do for our guests? Anyone is coming to join us? -H --------------------------------- Find out what India is talking about on - Yahoo! Answers India Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it NOW |
From: CPU M. <ah...@gm...> - 2006-09-27 07:13:27
|
Bill, What document you mean? Do you mean my proposal for GUI? (I'll finish it as soon as I explore all parts of application and currently I'm kinda busy, sorry). I've read inference rules on your blog. It seems we're on the right track to basically define the idea. Very interesting, with enough examples. (I wonder if there were expressive pictures and then we would put it in official Rolonics documentation on the web). Bill, what did you do for our guests? Anyone is coming to join us? -H |
From: Bill la F. <laf...@ya...> - 2006-09-27 06:03:48
|
http://agilewiki.org/aw3/AwServlet?cmd=rid%2019c2875d9a326c9820d08333f3ffd503 The above URL is a good starting point. I'm done except for documenting the 7 meta-rules, after which I expect to release version 3.5. Please help me out here. I strongly suspect that some suplimental documentation would be quite helpful. I plan to focus my own efforts on working up an example with Rupali. Bill --------------------------------- Find out what India is talking about on - Yahoo! Answers India Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it NOW |
From: Bill la F. <laf...@ya...> - 2006-09-26 07:17:51
|
I've done some basic testing and it looks like inferencing, and 8 types of inferencing rules, is working. It is now running at agilewiki.org. Before I release it, there's some documentation I need to catch up on, mm? Bill --------------------------------- Find out what India is talking about on - Yahoo! Answers India Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it NOW |
From: Bill la F. <laf...@ya...> - 2006-09-25 14:19:21
|
Its all checked in. Tomorrow I'll do some more testing, deploy it at agilewiki.org and start working on the documentation. Then Rupali will help me with a first real test--a Hindi/English sample family tree. Should give the inferencing engine a real workout! Bill --------------------------------- Find out what India is talking about on - Yahoo! Answers India Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it NOW |
From: nadrog <gor...@ya...> - 2006-09-25 11:38:11
|
Hi Hanif, Its ok for guest, I can be, agree, other Princips of Rolonic and princips of Semantic Web about making solutions is very interesting. Gordan CPU MAN wrote: > > Bill, > Grabbing those developers on AW seems a very nice idea. We should figure > out > how. It's somehow like cold call! But even if we get 2-3 of their active > developers, it's a success. > As Gordan mentioned, some developers take a trivial first look at project. > Therefore, I suggest that we look our websites (on java.net, > sourceforege.net and agilewiki.net) so that everything looks good for our > NEW GUESTS. :) Gordan can be our test guest. Agree Gordan? :) > > But I disagree about "RNSW: Rnsw Not Semantic Web (a la GNU: Gnu Not > Unix)" > GNU = GNU is NOT UNIX. It's because RMS and friends wanted to strongly > mention that GNU has not derived any code from original Unix. > But RNSW is somehow weired. You know a threesome looks better. Something > like RBSW (Rolonics beats Semantic Web!) I'm just kidding. :) Just > wanted > to mention that an acronym is needed but not that one! > > -H > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > agilewiki-wiki mailing list > agi...@li... > https://lists.sourceforge.net/lists/listinfo/agilewiki-wiki > > -- View this message in context: http://www.nabble.com/Re%3A--agilewiki-wiki--agilewiki-wiki-Digest%2C-Vol-5%2C-Issue-8-tf2327817.html#a6484757 Sent from the agilewiki-wiki mailing list archive at Nabble.com. |
From: Bill la F. <laf...@ya...> - 2006-09-25 04:56:21
|
http://laforge49.blogspot.com/2006/09/meta-inference-rules.html In the above blog, I've described the meta inference rules that have been implemented. They "seem" to be complete, but then life is an illusion. Only mathematics is real. Bill --------------------------------- Find out what India is talking about on - Yahoo! Answers India Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it NOW |
From: CPU M. <ah...@gm...> - 2006-09-24 19:56:04
|
Bill, Grabbing those developers on AW seems a very nice idea. We should figure out how. It's somehow like cold call! But even if we get 2-3 of their active developers, it's a success. As Gordan mentioned, some developers take a trivial first look at project. Therefore, I suggest that we look our websites (on java.net, sourceforege.net and agilewiki.net) so that everything looks good for our NEW GUESTS. :) Gordan can be our test guest. Agree Gordan? :) But I disagree about "RNSW: Rnsw Not Semantic Web (a la GNU: Gnu Not Unix)" GNU = GNU is NOT UNIX. It's because RMS and friends wanted to strongly mention that GNU has not derived any code from original Unix. But RNSW is somehow weired. You know a threesome looks better. Something like RBSW (Rolonics beats Semantic Web!) I'm just kidding. :) Just wanted to mention that an acronym is needed but not that one! -H |
From: Bill la F. <laf...@ya...> - 2006-09-24 08:44:43
|
Platypus looks like a dead project, an attempt to integrate Semantic Web and a Wiki. AgileWiki is not, of course, based on the Semantic Web, but on Rolonics. From the perspective of inferencing, Rolonics contributes the concept of context, while the rest of the world seems to be trying to do inferencing without context. Inferencing is fast/easy/practical so long as the working set is limited. And that's why it should integrate very nicely with AgileWiki. Now, why the iterest? Because there are a whole bunch of dudes and dudets who've been trying to do real things with Semantic Web. I'm thinking that the more frustrated and less devout can be persuaded to try an inferencing system that works. Or in other words, there may be a substantial group of developers that we can pitch AgileWiki to, with Rolonics as the alternative basis for future development. Perhaps we should use the (recursive) acronym RNSW: Rnsw Not Semantic Web (a la GNU: Gnu Not Unix). Bill nadrog <gor...@ya...> wrote: I was looking platypus wiki and at first moment its only war file, have classes(when I was open with netbeans) I was trying to catch over SunApp server (as war file) but it was error(it can be catch over Tomcat, and need jena file) I think that AgileWiki3 have advantage on the first step! (and its smaller then platypus(agilewiki have 2 mb+3mb platupus 9 and agilewiki have java files and all code and it is good for me) Gordan Bill la Forge wrote: > > http://platypuswiki.sourceforge.net/ > > --------------------------------- > Find out what India is talking about on - Yahoo! Answers India > Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. > Get it NOW > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > agilewiki-wiki mailing list > agi...@li... > https://lists.sourceforge.net/lists/listinfo/agilewiki-wiki > > -- View this message in context: http://www.nabble.com/-agilewiki-wiki--of-interest-tf2322703.html#a6470183 Sent from the agilewiki-wiki mailing list archive at Nabble.com. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ agilewiki-wiki mailing list agi...@li... https://lists.sourceforge.net/lists/listinfo/agilewiki-wiki --------------------------------- Find out what India is talking about on - Yahoo! Answers India Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it NOW |
From: nadrog <gor...@ya...> - 2006-09-24 08:25:34
|
I was looking platypus wiki and at first moment its only war file, have classes(when I was open with netbeans) I was trying to catch over SunApp server (as war file) but it was error(it can be catch over Tomcat, and need jena file) I think that AgileWiki3 have advantage on the first step! (and its smaller then platypus(agilewiki have 2 mb+3mb platupus 9 and agilewiki have java files and all code and it is good for me) Gordan Bill la Forge wrote: > > http://platypuswiki.sourceforge.net/ > > --------------------------------- > Find out what India is talking about on - Yahoo! Answers India > Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. > Get it NOW > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > agilewiki-wiki mailing list > agi...@li... > https://lists.sourceforge.net/lists/listinfo/agilewiki-wiki > > -- View this message in context: http://www.nabble.com/-agilewiki-wiki--of-interest-tf2322703.html#a6470183 Sent from the agilewiki-wiki mailing list archive at Nabble.com. |
From: Bill la F. <laf...@ya...> - 2006-09-23 12:52:42
|
http://platypuswiki.sourceforge.net/ --------------------------------- Find out what India is talking about on - Yahoo! Answers India Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it NOW |
From: Bill la F. <laf...@ya...> - 2006-09-23 05:55:38
|
Sure! I like your pictures generally. Sounds like a fun way to go. Hopefully, once you publish them, we can get some added input and build some kind of consensus--a process we've been lacking on this project. Bill CPU MAN <ah...@gm...> wrote: Would you like me to prepare a small document of what I mean the GUI should look like? -H --------------------------------- Find out what India is talking about on - Yahoo! Answers India Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it NOW |
From: CPU M. <ah...@gm...> - 2006-09-23 05:34:33
|
Would you like me to prepare a small document of what I mean the GUI should look like? -H |
From: CPU M. <ah...@gm...> - 2006-09-21 20:16:08
|
Keeping GUI as simple as possible is the best policy but I agree that some GUI elements waste space while others can not use the available space efficiently. -H |
From: Bill la F. <laf...@ya...> - 2006-09-21 08:12:52
|
There are a lot of tables which show the type when the descriptors feature is turned on. Not very useful. But listing the DU name would be useful. This small change will require updates to AwServer, AwServlet and AwSwingClient. Bill --------------------------------- Find out what India is talking about on - Yahoo! Answers India Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it NOW |
From: Bill la F. <laf...@ya...> - 2006-09-20 04:40:30
|
Hanif and Gordan, The display of tables by AwServlet needs updating. Note that when there is a Selection column, there is always either a name or pathname column. Currently the Selection column is "clickable". I suggest we drop this column--it was used for the old rolonic interface--and instead make the name or pathname column clickable. This would be the rolons method in org.agilewiki.servlet.DefaultClient. Sound good? Currently the Selection column is pretty much a waste of horizontal space. Bill CPU MAN <ah...@gm...> wrote: Hi Gordan, Yeah! I'm perfectly engaged in TOEFL and GRE program. I want to get admission from a good university and continue my study in Cognitive Science. I wish I could make an article based on Rolonics but there's a lack of information and documentation. However, I've joined this mailing list to learn AW as an instance of Rolonics that is being implemented. I'm still looking forward to help documentation, testing or GUI in my minor remaining time. Maybe you can tell me what is next. (But remember that I have very restricted time) :) Thanks for asking, -Hanif --------------------------------- Find out what India is talking about on - Yahoo! Answers India Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it NOW |
From: CPU M. <ah...@gm...> - 2006-09-20 03:52:09
|
Hi Gordan, Yeah! I'm perfectly engaged in TOEFL and GRE program. I want to get admission from a good university and continue my study in Cognitive Science. I wish I could make an article based on Rolonics but there's a lack of information and documentation. However, I've joined this mailing list to learn AW as an instance of Rolonics that is being implemented. I'm still looking forward to help documentation, testing or GUI in my minor remaining time. Maybe you can tell me what is next. (But remember that I have very restricted time) :) Thanks for asking, -Hanif -----Original Message----- From: agi...@li... [mailto:agi...@li...] On Behalf Of agi...@li... Sent: Tuesday, September 19, 2006 23:39 To: agi...@li... Subject: agilewiki-wiki Digest, Vol 5, Issue 3 Send agilewiki-wiki mailing list submissions to agi...@li... To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/agilewiki-wiki or, via email, send a message with subject or body 'help' to agi...@li... You can reach the person managing the list at agi...@li... When replying, please edit your Subject line so it is more specific than "Re: Contents of agilewiki-wiki digest..." Today's Topics: 1. Hi all (CPU MAN) 2. Re: Hi all (nadrog) 3. Re: Hi all (Bill la Forge) ---------------------------------------------------------------------- Message: 1 Date: Tue, 19 Sep 2006 10:35:31 +0430 From: "CPU MAN" <ah...@gm...> Subject: [agilewiki-wiki] Hi all To: "'General discussion'" <agi...@li...> Message-ID: <450...@mx...> Content-Type: text/plain; charset="us-ascii" Hi, I've joined the mailing list with my new address (ah...@gm...) Hello to Bill, Gordan, and all the other nice developers out there, keep the job going on. :) reagards, --hanifb -------------- next part -------------- An HTML attachment was scrubbed... URL: http://sourceforge.net/mailarchive/forum.php?forum=agilewiki-wiki/attachment s/20060919/c5625f9a/attachment.html ------------------------------ Message: 2 Date: Tue, 19 Sep 2006 01:14:39 -0700 (PDT) From: nadrog <gor...@ya...> Subject: Re: [agilewiki-wiki] Hi all To: agi...@li... Message-ID: <638...@ta...> Content-Type: text/plain; charset=us-ascii Hi Hanif, Have you some news with yours studies and language development? How AgileWiki going on and have you any idea about developing it? Now I have to found how RMI, basic for remote concept in AgileWiki, on its very interesting way connect PortalInterface(from client folder) with Portal class over rmi stub and skeleton passing objects (marshaling). regards, gordan looking CPU MAN wrote: > > Hi, > I've joined the mailing list with my new address (ah...@gm...) > Hello to Bill, Gordan, and all the other nice developers out there, > keep the job going on. :) reagards, --hanifb > > ---------------------------------------------------------------------- > --- Take Surveys. Earn Cash. Influence the Future of IT Join > SourceForge.net's Techsay panel and you'll get the chance to share > your opinions on IT & business topics through brief surveys -- and > earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEV > DEV _______________________________________________ > agilewiki-wiki mailing list > agi...@li... > https://lists.sourceforge.net/lists/listinfo/agilewiki-wiki > > -- View this message in context: http://www.nabble.com/-agilewiki-wiki--Hi-all-tf2297363.html#a6383759 Sent from the agilewiki-wiki mailing list archive at Nabble.com. ------------------------------ Message: 3 Date: Tue, 19 Sep 2006 12:03:54 +0100 (BST) From: Bill la Forge <laf...@ya...> Subject: Re: [agilewiki-wiki] Hi all To: General discussion <agi...@li...> Message-ID: <200...@we...> Content-Type: text/plain; charset="iso-8859-1" Gordan, The exciting thing about the RMI interface is the passing of XML for requests and responses. This keeps the transport logic very simple, without constraining the content. And that made it very easy to create a rich user interface. You will notice that I've been writing a lot of commands for semantic referencing. I've now created the means for defining new relationships, relationDUs, creating relations, SemanticRelationCSecs, and qualifiers. The next step will be to work on the inferencing rules, and then rework the inferencing engine to work with all these new structures. Too much fun! But please don't overlook tables! You can now define and create custom tables, using the Columns table in the table DU to define the column types. It is all a matter of configuring the table DU--no additional programming needed. Bill nadrog <gor...@ya...> wrote: Hi Hanif, Have you some news with yours studies and language development? How AgileWiki going on and have you any idea about developing it? Now I have to found how RMI, basic for remote concept in AgileWiki, on its very interesting way connect PortalInterface(from client folder) with Portal class over rmi stub and skeleton passing objects (marshaling). regards, gordan looking --------------------------------- Find out what India is talking about on - Yahoo! Answers India Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it NOW -------------- next part -------------- An HTML attachment was scrubbed... URL: http://sourceforge.net/mailarchive/forum.php?forum=agilewiki-wiki/attachment s/20060919/0f8ea54c/attachment.html ------------------------------ ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ------------------------------ _______________________________________________ agilewiki-wiki mailing list agi...@li... https://lists.sourceforge.net/lists/listinfo/agilewiki-wiki End of agilewiki-wiki Digest, Vol 5, Issue 3 ******************************************** |