agilewiki-wiki Mailing List for AgileWiki (Page 9)
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-08-16 01:03:50
|
The orderParents command is now done. Note that the order of the parents of a Page or Folder is somewhat important for two reasons: 1. The first parent is used in defining the pathname display. (Though pathnames using any parent will work with references) and 2. Like CSecs, the order of the parents is significant when resolving names when there are duplicate names. Anyway, it is done. Now perhaps I can focus on documentation. It is interesting though that as more of the missing pieces are completed, my motivation increases to complete the rest. And now that we have added CSecs, the overall data structures are pretty much complete. So I'm now ready to work on things like post (copy) and the snap/restore utilities. But I really want to hold off on those until after the 3.3 release. (Much as I miss having post.) Bill --------------------------------- Here's a new way to find what you're looking for - Yahoo! Answers Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it NOW |
From: Bill la F. <laf...@ya...> - 2006-08-15 23:56:31
|
This is a new one on me. The two errors that I usually hear about are: 1. forgot to start the rmi registry before starting AwServer and 2. forgot to set the classpath before running the rmi registry There are other complications, of course, when running behind a firewall--like we do for agilewiki.org. Bill TNB <tn...@st...> wrote: I was able to build all AigileWiki projects successfully on NetBeans 5 on my machine (OS - Win XP Professional); however I encountered RMI related problem while running the project. AwCommon - build successfully AwServer - java.rmi.ConnectIOException error mentioned below AwServlet - deployment error AwSwingClient - Runs successfully, no problem AwTextClient - java.rmi.ConnectIOException error Processing file: org/agilewiki/AgileWiki3.rolons Processing file: SimpleAccounting.rolons Exception in thread "main" java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is: java.net.SocketTimeoutException: Read timed out at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:273) Tomcat server started. C:\AgileWiki3 Project\AgileWiki3\AwServlet\nbproject\build-impl.xml:439: Deployment error: null See the server log for details. I am looking into these errors to find a resolution so that I can run all the projects successfully on NetBeans 5 Trupti. --------------------------------- Here's a new way to find what you're looking for - Yahoo! Answers Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it NOW |
From: TNB <tn...@st...> - 2006-08-15 22:56:09
|
I was able to build all AigileWiki projects successfully on NetBeans 5 = on my machine (OS - Win XP Professional); however I encountered RMI = related problem while running the project. AwCommon - build successfully AwServer - java.rmi.ConnectIOException error mentioned below AwServlet - deployment error=20 AwSwingClient - Runs successfully, no problem AwTextClient - java.rmi.ConnectIOException error Processing file: org/agilewiki/AgileWiki3.rolons Processing file: SimpleAccounting.rolons Exception in thread "main" java.rmi.ConnectIOException: error during = JRMP connection establishment; nested exception is:=20 java.net.SocketTimeoutException: Read timed out at = sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:273) Tomcat server started. C:\AgileWiki3 Project\AgileWiki3\AwServlet\nbproject\build-impl.xml:439: = Deployment error: null See the server log for details. I am looking into these errors to find a resolution so that I can run = all the projects successfully on NetBeans 5 Trupti. |
From: Bill la F. <laf...@ya...> - 2006-08-15 14:34:25
|
I was looking over the open issues and realized that I've not yet done the orderParents command. Perhaps tomorrow morning? :-) And I really think that will be it for 3.3. I hadn't intended to work on the order commands, but I've been pondering how to write the interface for some time and when I saw how to do it, what with this being a holiday in India and all, I just had to go ahead and implement them. So after orderParent, I want to spend some time on documentation. I also want to change the agilewiki.org home page so that it welcomes users, not just developers, 'cause 3.3 should be a whole lot friendlier. Finally. I'm really excited about this next release. 3.2.3 was a start, but with the revised view command I think we've now got complexity under control. It is vital, because without users, what good is an application platform??? Bill --------------------------------- Here's a new way to find what you're looking for - Yahoo! Answers Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it NOW |
From: Bill la F. <laf...@ya...> - 2006-08-15 06:11:55
|
We now have an orderChildren command. We can also have orderParents, orderLSecs and orderCSecs without too much effort. Children are the most visible, but CSec ordering is the most critical--it defines the applicative context. Bill --------------------------------- Here's a new way to find what you're looking for - Yahoo! Answers Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it NOW |
From: Bill la F. <laf...@ya...> - 2006-08-14 13:23:21
|
In release 3.2.3, the view command is not really usable. I've since grouped everything into 6 feature sets: Access Agile Ledgers Tags Classifiers Descriptors This makes view usable. It's been checked in, and will be included in the 3.3 release. I've also updated the documentation for DEnts. Now before doing the 3.3 release, I want to spend some time documenting all the commands. Should be helpful, yes? Bill --------------------------------- Here's a new way to find what you're looking for - Yahoo! Answers Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it NOW |
From: Bill la F. <laf...@ya...> - 2006-08-14 02:52:40
|
The release is out and it includes a "first draft" of the view command. Everything defaults to something much simpler now. But the view command now provides too much flexibility. Anyway, it is something new to play with. It just needs to be made a bit more friendlier. Bill --------------------------------- Here's a new way to find what you're looking for - Yahoo! Answers Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it NOW |
From: Bill la F. <laf...@ya...> - 2006-08-13 13:29:48
|
I've spent the whole day on the view command. Many things are now configurable, perhaps too many? Still I am not done. The display also breaks AwSwingClient--it's just too big. So there may be a release soon, but not today. And likely also not 3.3. I'm thinking I need to document the commands and clean up the gui a bit before we call it 3.3. Bill --------------------------------- Here's a new way to find what you're looking for - Yahoo! Answers Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it NOW |
From: Bill la F. <laf...@ya...> - 2006-08-12 11:55:40
|
I've restarted AwServer at agilewiki.org and updated the documents for the properties used by the Include CSec. Now what is the most helpful thing I can work on? I'm thinking that a view command could reduce the apparent complexity by allowing you to turn features on/off. I suspect that this complexity of the display is more of a deterent to learning AW than the quality of some of its more poorly implemented features. The comand would simply set/clear various DEnts on the user's own cabinet. Then when generating a display, these DEnts would be accessed. Now I'm also thinking that the view command would be the final piece for release 3.3.0.0. Comments would be welcome. Bill --------------------------------- Here's a new way to find what you're looking for - Yahoo! Answers Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it NOW |
From: Bill la F. <laf...@ya...> - 2006-08-12 11:37:33
|
Exception during request procesing: java.lang.NullPointerException null java.lang.NullPointerException at org.agilewiki.framework.Session.process(Session.java:532) at org.agilewiki.framework.Portal.processClientRequest(Portal.java:117) at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source) 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) --------------------------------- Here's a new way to find what you're looking for - Yahoo! Answers Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it NOW |
From: Bill la F. <laf...@ya...> - 2006-08-12 10:17:04
|
You can now do a crInclude to create an Include CSec. I also fixed a bug in infoset in the way references were being processed. Also, I had to rework the API a bit. Name resolution no longer requires a session argument. Bill --------------------------------- Here's a new way to find what you're looking for - Yahoo! Answers Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it NOW |
From: Bill la F. <laf...@ya...> - 2006-08-12 05:34:18
|
Looking forward to working with you. I tell everybody that, but its really true. :-) Bill JOY MOOKERJI <joy...@ve...> wrote: Hi, I am based out of Dallas,TX and working in a Telco in dallas I have 8 yrs of experience in software development in C++,JAVA I have 1.5 yrs of experinece in developing Enterprise application I got my Sun Certification in JAVA 1.5 in July 2006 I am also PMP certified and Brainbench certified in C++ I am really excited to join this group. Regards Joy ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642_______________________________________________ Compstrm-wiki mailing list Com...@li... https://lists.sourceforge.net/lists/listinfo/compstrm-wiki --------------------------------- Here's a new way to find what you're looking for - Yahoo! Answers Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it NOW |
From: JOY M. <joy...@ve...> - 2006-08-12 04:41:02
|
Hi, I am based out of Dallas,TX and working in a Telco in dallas I have 8 yrs of experience in software development in C++,JAVA I have 1.5 yrs of experinece in developing Enterprise application I got my Sun Certification in JAVA 1.5 in July 2006 I am also PMP certified and Brainbench certified in C++ I am really excited to join this group. Regards Joy |
From: Bill la F. <laf...@ya...> - 2006-08-12 00:26:26
|
I've been thinking about includes, especially in the context of applications, and it would be very handy at times for a rolon to know where it is included--especially if the CSec contains some annotation (headline, tags) as to why it is included. So rather that have a pathname LEnt, we can have a _inc- property which will establish a bi-directional link between the CSec and the referenced rolon. Binding (name resolution of the referenced rolon) will occur when the CSec is created. This is helpful, as CSecs themselves are involved in name resolution. In AW2, includes were late binding and I'll tell you, it made debugging difficult. Now note that a can include b and b can include a. I don't have a good answer for this, except possibly loop detection when a CSec is created. Food for thought. Bill Bill la Forge <laf...@ya...> wrote: I am thinking that the Include CSec will be the last CSec we define in 3.2. Between TagMatch and Include we probably have enough capability for many an application. After this, emphasis needs to be on documentation, applications and the user interface. The Include CSec would have a pathname Ledger Entry (LEnt) referencing a Topic or LSec. It would also have two flag LEnts: include the rolon itself and include the rolon's infoset. Like TagMatch, the Include CSec would extend both the namespace and the infoset of the rolon it is attached to. Bill --------------------------------- Here's a new way to find what you're looking for - Yahoo! Answers Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it NOW------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642_______________________________________________ Compstrm-wiki mailing list Com...@li... https://lists.sourceforge.net/lists/listinfo/compstrm-wiki --------------------------------- Here's a new way to find what you're looking for - Yahoo! Answers Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it NOW |
From: Bill la F. <laf...@ya...> - 2006-08-11 13:59:31
|
I am thinking that the Include CSec will be the last CSec we define in 3.2. Between TagMatch and Include we probably have enough capability for many an application. After this, emphasis needs to be on documentation, applications and the user interface. The Include CSec would have a pathname Ledger Entry (LEnt) referencing a Topic or LSec. It would also have two flag LEnts: include the rolon itself and include the rolon's infoset. Like TagMatch, the Include CSec would extend both the namespace and the infoset of the rolon it is attached to. Bill --------------------------------- Here's a new way to find what you're looking for - Yahoo! Answers Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it NOW |
From: Bill la F. <laf...@ya...> - 2006-08-11 13:01:36
|
The restrictNamespace command can now be used on a topic to inhibit inheritance of namespace from parents. It impacts the results of the names and topics commands, as well as name resolution, but has no impact on the infoset. Bill --------------------------------- Here's a new way to find what you're looking for - Yahoo! Answers Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it NOW |
From: Bill la F. <laf...@ya...> - 2006-08-11 09:56:34
|
this is a test --------------------------------- Heres a new way to find what you're looking for - Yahoo! Answers |
From: Bill la F. <bil...@su...> - 2006-08-11 02:11:43
|
I extended the crTagMatch command this morning so that you can create a tag match which does a "tag search" in a Cabinet other than the current one. Should be useful. Now we have a means of adding Rolons from a different cabinet to the namespace. Bill |
From: Bill la F. <bil...@su...> - 2006-08-10 13:40:22
|
http://blogs.sun.com/roller/page/laforge49?entry=the_value_of_an_infobase I've tried to summarize the advantages of AgileWiki as an application platform in the above blog. Hope you find it helpful. Bill |
From: Bill la F. <bil...@su...> - 2006-08-10 02:39:15
|
My plans for this weekend are to add another kind of classifier and to make inherited namespaces configurable. Now if you think about a Topic, there are two possibilities: 1. It is part of a larger collection, and it makes references to other topics in the same collection. 2. It is a stand-alone work or collection. All references should be self contained or be via absolute path to another work or collection. Now case 1 is the default. Currently AW is one big collection with siblings, parents, aunts/uncles, grandparents, etc all in every topic's namespace. So I'm proposing a DEnt (a descriptor entry name/value pair) for marking topics as case 2--a stand alone work or collection. Again, think about a book in a library. I doesn't use relative path names to reference other books on the same shelf. Indeed, checking the book out of a library does not invalidate its references to other books. Similarly, a topic with RestrictNamespace turned on can easily be moved elsewhere. There are however, two references which need to be in the namespace at a minimum. The ark {/} and the topic itself. The former is needed for absolute pathnames and the latter is needed by subtopics to be able to reference the main topic. On the other hand even with RestrictNamespace turned on, you can still extend the namespace with classifiers like TagMatch. Bill |
From: Bill la F. <bil...@su...> - 2006-08-10 01:48:45
|
http://laforge49.blogspot.com/2006/08/descriptor-sections.html Catch the blog above on Descriptor Sections. Bill |
From: Bill la F. <laf...@ya...> - 2006-08-10 00:53:06
|
Trupti, Welcome! I noticed that you have experience with both NetBeans and Eclipse. Most of us only know one or the other, and all the documentation and file structures are for NetBeans. Perhaps you could first work through setting up on NetBeans and then work out how to do it on Eclipse? 1. I'll note that the build files are generated by NetBeans, but these are all unmodified. Perhaps these build files will work equally well with Eclipse, or perhaps it would be better for Eclipse users just to start with the source files? 2. The AwSwingClient does use a new swing library which is not yet included with the JDK, but you will find it under the lib directory in the AgileWiki3 download. 3. NetBeans provides .form files for swing components constructed by it. These are not required for compiling. But if someone using Eclipse contributes swing code, (a) it may become dependent on Eclipse libraries and (b) the form file used by NetBeans may become dated. However, I expect no such complications for any non-swing code. Bill TNB <tn...@st...> wrote: Hello, My name is Trupti Bhagat, and am excited to join and contribute toward this project. Currently, I am at career (Job) transition stage, and am completing my Graduate Studies in Computer Systems Management. Education: BS Computer and Information Science, MS Computer Systems Management (will graduate in 12/06) Skills/Experience: 8 years Software Engineer - design and develop applications in Java NetBeans, Eclipse, C#, C++.NET, C, ColdFusion, Oracle, PostgresSQL, and MySQL. I look forward working with you all. Regards, Trupti. I ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642_______________________________________________ Compstrm-wiki mailing list Com...@li... https://lists.sourceforge.net/lists/listinfo/compstrm-wiki --------------------------------- Heres a new way to find what you're looking for - Yahoo! Answers |
From: TNB <tn...@st...> - 2006-08-09 21:17:40
|
Hello, My name is Trupti Bhagat, and am excited to join and contribute toward = this project. Currently, I am at career (Job) transition stage, and am = completing my Graduate Studies in Computer Systems Management. =20 Education: BS Computer and Information Science, MS Computer Systems = Management (will graduate in 12/06) Skills/Experience: 8 years Software Engineer - design and develop = applications in Java NetBeans, Eclipse, C#, C++.NET, C, ColdFusion, = Oracle, PostgresSQL, and MySQL. I look forward working with you all. Regards, Trupti. I |
From: Bill La F. <Wil...@Su...> - 2006-08-09 04:03:06
|
Delighted! I expect to be wrapping up classifiers this weekend. After that the focus shifts to usibility in all forms--documentation, user interface and sample applications. So I am very interested in what everyone things is worth keeping and what should be changed or dropped like a 3-week old fish. I also need to hear what is hard for a newbie and any suggestions on how to fix it. Remember, you're only a newbie once, so the time you can help most in that area is now, not later. Now the database seems pretty solid, but I have my concerns about the commands. One area which I think is particularly week is the delay between starting a command and when a form starts executing. In that time changes can occur and I believe the forms make a lot of assumptions. Its ok for now, but not reliable in the long run. But mostly I am more worried right now about making the GUI less repulsive and enabling programmers to write applications. There are some truely wonderful things happening in AgileWiki--it has enormous potential--but to realize any of that potential there is a lot that needs to be cleaned up and worked out. So Suresh, I need your help, and the help of everyone else as well. Bill Suresh Nadarajan wrote: > Hi, > > This is Suresh. > > I am so happy to join this project. and i am proud to be one amoung you. > > My details: > > Name: Suresh N. > work: Chief Architect & Managing Director . > S-APPSYS. > Edu: Bcom.,MCA > Skill set: java, Swings, J2EE, C,C++ with network programming. > > Projects: > Currently i am working as a Chief Architect. And i have > developed and managed more than 20 commercial products in Java swings > & J2EE. |
From: Suresh N. <sur...@gm...> - 2006-08-09 00:15:28
|
Hi, This is Suresh. I am so happy to join this project. and i am proud to be one amoung you. My details: Name: Suresh N. work: Chief Architect & Managing Director . S-APPSYS. Edu: Bcom.,MCA Skill set: java, Swings, J2EE, C,C++ with network programming. Projects: Currently i am working as a Chief Architect. And i have developed and managed more than 20 commercial products in Java swings & J2EE. Regards, Suresh N |