From: Francesco M. <fr...@us...> - 2006-10-28 23:46:04
|
name: wxDNSSD wxversion: cvs category: networking language: cpp description: This is a set of wrapper classes around Apple's Bonjour SDK. This will allow wxWidgets applications to broadcast, browse, and resolve services. This has been tested on wxMac and wxMSW, both in a unicode build. Additional platforms should be possible with the code already implemented, though it has not been tested. location: wxdnssd cdate: 2006-10-27 id: 122 status: alpha docs: notavailable buildsys: extdep: Apple's Bonjour SDK wiki: enabled wxport: wxmsw,wxmac samples: 0 approved: 0 author: Hank Schultz version: 1.0 maintainerid: 46 Maintainer SF username: whschultz Maintainer name: Hank Schultz Maintainer mail address: whs...@ce... |
From: John L. <jla...@gm...> - 2006-10-29 06:46:01
|
Added and approved, give the CVS a hour or so to update. Please read the maintainer guide http://wxcode.sourceforge.net/maintguide.php for some tips. -John Labenski On 10/28/06, Francesco Montorsi <fr...@us...> wrote: > name: wxDNSSD > wxversion: cvs > category: networking > language: cpp > description: This is a set of wrapper classes around Apple's Bonjour SDK. This will allow wxWidgets applications to broadcast, browse, and resolve services. This has been tested on wxMac and wxMSW, both in a unicode build. Additional platforms should be possible with the code already implemented, though it has not been tested. > location: wxdnssd > cdate: 2006-10-27 > id: 122 > status: alpha > docs: notavailable > buildsys: > extdep: Apple's Bonjour SDK > wiki: enabled > wxport: wxmsw,wxmac > samples: 0 > approved: 0 > author: Hank Schultz > version: 1.0 > maintainerid: 46 > > Maintainer SF username: whschultz > Maintainer name: Hank Schultz > Maintainer mail address: whs...@ce... > > > ------------------------------------------------------------------------- > 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 > _______________________________________________ > wxCode-users mailing list > wxC...@li... > https://lists.sourceforge.net/lists/listinfo/wxcode-users > |
From: William H. S. <whs...@ce...> - 2006-10-30 18:11:47
|
I can see that the folder has been added to the CVS repository (through sourceforge's browse CVS feature), but I can't login to do a CVS checkout with my sourceforge account. I would rather use SVN, personally, but I also can't added the directory to the SVN repository (authorization failed). Ideas? Thanks. ------------------------------- Hank Schultz Cedrus Corporation http://www.cedrus.com/ On Oct 28, 2006, at 11:45 PM, John Labenski wrote: > Added and approved, give the CVS a hour or so to update. Please read > the maintainer guide http://wxcode.sourceforge.net/maintguide.php for > some tips. > > -John Labenski > > > On 10/28/06, Francesco Montorsi <fr...@us...> wrote: >> name: wxDNSSD >> wxversion: cvs >> category: networking >> language: cpp >> description: This is a set of wrapper classes around Apple's >> Bonjour SDK. This will allow wxWidgets applications to broadcast, >> browse, and resolve services. This has been tested on wxMac and >> wxMSW, both in a unicode build. Additional platforms should be >> possible with the code already implemented, though it has not been >> tested. >> location: wxdnssd >> cdate: 2006-10-27 >> id: 122 >> status: alpha >> docs: notavailable >> buildsys: >> extdep: Apple's Bonjour SDK >> wiki: enabled >> wxport: wxmsw,wxmac >> samples: 0 >> approved: 0 >> author: Hank Schultz >> version: 1.0 >> maintainerid: 46 >> >> Maintainer SF username: whschultz >> Maintainer name: Hank Schultz >> Maintainer mail address: whs...@ce... >> >> >> --------------------------------------------------------------------- >> ---- >> 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 >> _______________________________________________ >> wxCode-users mailing list >> wxC...@li... >> https://lists.sourceforge.net/lists/listinfo/wxcode-users >> > > ---------------------------------------------------------------------- > --- > 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 > _______________________________________________ > wxCode-users mailing list > wxC...@li... > https://lists.sourceforge.net/lists/listinfo/wxcode-users |
From: Francesco M. <f18...@ya...> - 2006-10-30 18:47:41
|
William H. Schultz ha scritto: > I can see that the folder has been added to the CVS repository (through > sourceforge's browse CVS feature), but I can't login to do a CVS > checkout with my sourceforge account. sorry - we forget to add you to the devel list of wxCode project. Done now. > I would rather use SVN, > personally, but I also can't added the directory to the SVN repository > (authorization failed). > > Ideas? I'll move your new component under wxCode SVN. I really need to add a "CVS/SVN repository" radio box in component submission form ;) Before doing it however: 1) I'd remove the "wx" prefix from the directory name. I hope this is ok for you. Components with the 'wx' prefix in dir name should be avoid. 2) is wxDNSSD the best name for such component ? It looks a little weird for me and, maybe because I'm ignorant, don't say me much about what it is. Could it be better to rename it to e.g. wxBonjour? Francesco |
From: William H. S. <whs...@ce...> - 2006-10-30 18:59:17
|
Removing the wx is fine with me. That just seemed to be what I was supposed to do from the description of the directions. Also, DNSSD was something I came up with to fill out the form. The classes are still implemented in our own proprietary internal naming system and have not been renamed yet. I wanted to avoid putting Bonjour in the name, as the project could potential use compatible DNS Service Discovery APIs other than Apple's Bonjour, though currently, it's only implemented using Bonjour. Also, I chose wxDNSSD over something like wxDNSServiceDiscovery because I have about a half-dozen related classes that will need to be renamed. There's a small discussion on this going on over at the wx-dev list under the thread title "Bonjour Support." I'm fine with a rename, but I'm not convinced about what it *should* be. ------------------------------- Hank Schultz Cedrus Corporation http://www.cedrus.com/ On Oct 30, 2006, at 10:31 AM, Francesco Montorsi wrote: > William H. Schultz ha scritto: >> I can see that the folder has been added to the CVS repository >> (through >> sourceforge's browse CVS feature), but I can't login to do a CVS >> checkout with my sourceforge account. > sorry - we forget to add you to the devel list of wxCode project. > Done now. > >> I would rather use SVN, >> personally, but I also can't added the directory to the SVN >> repository >> (authorization failed). >> >> Ideas? > I'll move your new component under wxCode SVN. I really need to add a > "CVS/SVN repository" radio box in component submission form ;) > > Before doing it however: > > 1) I'd remove the "wx" prefix from the directory name. I hope > this is > ok for you. Components with the 'wx' prefix in dir name should be > avoid. > > 2) is wxDNSSD the best name for such component ? It looks a little > weird for me and, maybe because I'm ignorant, don't say me much about > what it is. Could it be better to rename it to e.g. wxBonjour? > > > Francesco > > > > ---------------------------------------------------------------------- > --- > 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 > _______________________________________________ > wxCode-users mailing list > wxC...@li... > https://lists.sourceforge.net/lists/listinfo/wxcode-users |
From: William H. S. <whs...@ce...> - 2006-10-30 19:08:31
|
Maybe wxSvcDiscov? ------------------------------- Hank Schultz Cedrus Corporation http://www.cedrus.com/ On Oct 30, 2006, at 10:58 AM, William H. Schultz wrote: > Removing the wx is fine with me. That just seemed to be what I was > supposed to do from the description of the directions. Also, DNSSD > was something I came up with to fill out the form. The classes are > still implemented in our own proprietary internal naming system and > have not been renamed yet. I wanted to avoid putting Bonjour in > the name, as the project could potential use compatible DNS Service > Discovery APIs other than Apple's Bonjour, though currently, it's > only implemented using Bonjour. Also, I chose wxDNSSD over > something like wxDNSServiceDiscovery because I have about a half- > dozen related classes that will need to be renamed. > > There's a small discussion on this going on over at the wx-dev list > under the thread title "Bonjour Support." > > I'm fine with a rename, but I'm not convinced about what it > *should* be. > > > ------------------------------- > Hank Schultz > Cedrus Corporation > http://www.cedrus.com/ > > > On Oct 30, 2006, at 10:31 AM, Francesco Montorsi wrote: > >> William H. Schultz ha scritto: >>> I can see that the folder has been added to the CVS repository >>> (through >>> sourceforge's browse CVS feature), but I can't login to do a CVS >>> checkout with my sourceforge account. >> sorry - we forget to add you to the devel list of wxCode project. >> Done now. >> >>> I would rather use SVN, >>> personally, but I also can't added the directory to the SVN >>> repository >>> (authorization failed). >>> >>> Ideas? >> I'll move your new component under wxCode SVN. I really need to add a >> "CVS/SVN repository" radio box in component submission form ;) >> >> Before doing it however: >> >> 1) I'd remove the "wx" prefix from the directory name. I hope >> this is >> ok for you. Components with the 'wx' prefix in dir name should be >> avoid. >> >> 2) is wxDNSSD the best name for such component ? It looks a little >> weird for me and, maybe because I'm ignorant, don't say me much about >> what it is. Could it be better to rename it to e.g. wxBonjour? >> >> >> Francesco >> >> >> >> --------------------------------------------------------------------- >> ---- >> 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 >> _______________________________________________ >> wxCode-users mailing list >> wxC...@li... >> https://lists.sourceforge.net/lists/listinfo/wxcode-users > > ---------------------------------------------------------------------- > --- > 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______________________________ > _________________ > wxCode-users mailing list > wxC...@li... > https://lists.sourceforge.net/lists/listinfo/wxcode-users |
From: Francesco M. <f18...@ya...> - 2006-10-30 20:04:51
|
William H. Schultz ha scritto: > Maybe wxSvcDiscov? why not wxServiceDiscovery ? I think it's worth adding those 7 additional characters since it's much more readable with that name ;) >> Removing the wx is fine with me. That just seemed to be what I was >> supposed to do from the description of the directions. right, I need to explicitely add a note about this in submission form too. > Also, DNSSD >> was something I came up with to fill out the form. The classes are >> still implemented in our own proprietary internal naming system and >> have not been renamed yet. I wanted to avoid putting Bonjour in the >> name, as the project could potential use compatible DNS Service >> Discovery APIs other than Apple's Bonjour, though currently, it's only >> implemented using Bonjour. ah, ok. >> Also, I chose wxDNSSD over something like >> wxDNSServiceDiscovery because I have about a half-dozen related >> classes that will need to be renamed. >> >> There's a small discussion on this going on over at the wx-dev list >> under the thread title "Bonjour Support." sorry - I didn't follow it closely. Francesco |
From: William H. S. <whs...@ce...> - 2006-10-30 21:20:35
|
Well, if we stick with wxServiceDiscovery, I would plan on naming my classes as follows: wxServiceDiscoveryTaskBase, wxServiceDiscoveryBrowser, wxServiceDiscoveryResolver, wxServiceDiscoveryService, and wxServiceDiscoveryResult. If those names don't seem too big, then I'm fine with wxServiceDiscovery. ------------------------------- Hank Schultz Cedrus Corporation http://www.cedrus.com/ On Oct 30, 2006, at 11:39 AM, Francesco Montorsi wrote: > William H. Schultz ha scritto: >> Maybe wxSvcDiscov? > why not wxServiceDiscovery ? > I think it's worth adding those 7 additional characters since it's > much > more readable with that name ;) > > >>> Removing the wx is fine with me. That just seemed to be what I was >>> supposed to do from the description of the directions. > right, I need to explicitely add a note about this in submission > form too. > >> Also, DNSSD >>> was something I came up with to fill out the form. The classes are >>> still implemented in our own proprietary internal naming system and >>> have not been renamed yet. I wanted to avoid putting Bonjour in the >>> name, as the project could potential use compatible DNS Service >>> Discovery APIs other than Apple's Bonjour, though currently, it's >>> only >>> implemented using Bonjour. > ah, ok. > >>> Also, I chose wxDNSSD over something like >>> wxDNSServiceDiscovery because I have about a half-dozen related >>> classes that will need to be renamed. >>> >>> There's a small discussion on this going on over at the wx-dev list >>> under the thread title "Bonjour Support." > sorry - I didn't follow it closely. > > > Francesco > |
From: Francesco M. <f18...@ya...> - 2006-10-30 22:22:20
|
William H. Schultz ha scritto: > Well, if we stick with wxServiceDiscovery, I would plan on naming my > classes as follows: wxServiceDiscoveryTaskBase, > wxServiceDiscoveryBrowser, wxServiceDiscoveryResolver, > wxServiceDiscoveryService, and wxServiceDiscoveryResult. If those names > don't seem too big, they don't seem excessively long to me... >then I'm fine with wxServiceDiscovery. > well, the component name isn't so strictly tied to the name of the C++ classes, even if it's a good habit to keep the two related. In any case, I've added the "servicediscovery" directory to SVN repo. Only warning: unfortunately SVN does not allow to set permissions and thus any wxCode developer could commit (by error) things in other's components. So, please be careful not to do it... Thanks for this very interesting component! Ask for any help, Francesco |
From: <msz...@ya...> - 2006-10-31 08:50:56
|
Hi wxCoders. Just wanted to let you know that I have released wxARG 1.1.0. In the download section you'll find the 32bit windows release (Btw, what else should I put in the download section?). And in the website there is a tutorial on how to use the generated classes: http://wxcode.sourceforge.net/components/activerecord/ This version has 2 new features: - You can save your work in an xml file (.wxarg extension). - You can add methods and variables to the generated classes by coding inside the custom markers. I would appreciate any feedback, bugs reports or just opinions or feature ideas. Thanks to wxCode to give this space to wx users and thanks the DatabaseLayer team. Regards, Matías. __________________________________________________ Correo Yahoo! Espacio para todos tus mensajes, antivirus y antispam gratis! Abru cuenta ya! - http://correo.yahoo.com.ar |
From: Francesco M. <f18...@ya...> - 2006-10-31 10:43:36
|
Matías Szeftel ha scritto: > Hi wxCoders. > Just wanted to let you know that I have released wxARG 1.1.0. In the > download section you'll find the 32bit windows release (Btw, what else > should I put in the download section?). probably you should put the source code of wxARG as well. It's important in every Open Source project to provide that download and in this case it's even more important since it could be used by Unix users to compile your app against wxGTK. > And in the website there is a tutorial on how to use the generated > classes: http://wxcode.sourceforge.net/components/activerecord/ good work! > > This version has 2 new features: > - You can save your work in an xml file (.wxarg extension). > - You can add methods and variables to the generated classes by coding > inside the custom markers. > > I would appreciate any feedback, bugs reports or just opinions or > feature ideas. I don't have much time right now but in future I'll give it a try ;) Francesco PS: just as side note: don't start a new thread on a mailing list using the "reply-to" function of your mail reader as otherwise your mail will be marked as a reply of the original thread (the "cron job: wxDNSSD is pending approval" in this case)... and will be archived as such ;) |