You can subscribe to this list here.
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(22) |
Nov
(85) |
Dec
(20) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2010 |
Jan
(47) |
Feb
(127) |
Mar
(268) |
Apr
(78) |
May
(47) |
Jun
(38) |
Jul
(131) |
Aug
(221) |
Sep
(187) |
Oct
(54) |
Nov
(111) |
Dec
(84) |
2011 |
Jan
(152) |
Feb
(106) |
Mar
(94) |
Apr
(90) |
May
(53) |
Jun
(20) |
Jul
(24) |
Aug
(37) |
Sep
(32) |
Oct
(70) |
Nov
(22) |
Dec
(15) |
2012 |
Jan
(33) |
Feb
(110) |
Mar
(24) |
Apr
(1) |
May
(11) |
Jun
(8) |
Jul
(12) |
Aug
(37) |
Sep
(39) |
Oct
(81) |
Nov
(38) |
Dec
(50) |
2013 |
Jan
(23) |
Feb
(53) |
Mar
(23) |
Apr
(5) |
May
(19) |
Jun
(16) |
Jul
(16) |
Aug
(9) |
Sep
(21) |
Oct
(1) |
Nov
(2) |
Dec
(8) |
2014 |
Jan
(16) |
Feb
(6) |
Mar
(27) |
Apr
(1) |
May
(10) |
Jun
(1) |
Jul
(4) |
Aug
(10) |
Sep
(19) |
Oct
(22) |
Nov
(4) |
Dec
(6) |
2015 |
Jan
(3) |
Feb
(6) |
Mar
(9) |
Apr
|
May
(11) |
Jun
(23) |
Jul
(14) |
Aug
(10) |
Sep
(10) |
Oct
(9) |
Nov
(18) |
Dec
(4) |
2016 |
Jan
(5) |
Feb
(5) |
Mar
|
Apr
(2) |
May
(15) |
Jun
(2) |
Jul
(8) |
Aug
(2) |
Sep
(6) |
Oct
|
Nov
|
Dec
|
2017 |
Jan
(2) |
Feb
(12) |
Mar
(22) |
Apr
(6) |
May
|
Jun
|
Jul
(1) |
Aug
(1) |
Sep
(5) |
Oct
(2) |
Nov
|
Dec
|
2018 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
(5) |
Jul
(3) |
Aug
|
Sep
(7) |
Oct
(19) |
Nov
|
Dec
|
2021 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2022 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: José M. F. G. <jm...@us...> - 2010-03-22 15:36:45
|
Hi everybody, last year I was looking for a way to send e-mails from eXist when you have to use an SMTP server with some kind of authentication, but I did not need it just then. As last week I needed that capability, and it was not yet available, I added it on r11474. Now there is a new mail:send-email 2-parameter function, which relies on JavaMail. It takes as input a session handle from mail:get-mail-session and a sequence of XML elements representing the message, which follow the same structure used by the 3-parameter version of mail:send-email. I also included an example atextensions/modules/src/org/exist/xquery/modules/mail/send-email_javamail.xql Best Regards, José María -- "La violencia es el último recurso del incompetente" - Salvor Hardin en "La Fundación" de Isaac Asimov "Premature optimization is the root of all evil." - Donald Knuth José María Fernández González e-mail: jos...@gm... |
From: Thomas W. <tho...@gm...> - 2010-03-22 14:55:35
|
Andrzej, This what I had in my mind when I sent yesterday my email 'I volunteer to organise "eXist Code Gallery". Having a playground where developers can exchange their work extending eXist, sharing modules and code snippets easily is something we have to think about and organise quickly. If there is somebody else with experience in running this type of open community code repository, I will be glad to help him to run the code repository. Thomas ------ Thomas White Mobile:+44 7711 922 966 Skype: thomaswhite gTalk: thomas.0007 Linked-In:http://www.linkedin.com/in/thomaswhite0007 facebook: http://www.facebook.com/thomas.0007 On 22 March 2010 14:34, Andrzej Jan Taramina <an...@ch...> wrote: > Adam replied to Rob: > > > So my old foe the Oracle Cursor is back again! But seriously, if I > > understand you correctly, then there is no reason not to have an > > oracle extension module as part of eXist, this could work in > > cooperation with the sql module, something like this perhaps - > > > > for $item in oracle:execute(sql:get-connection(...), $sql) return > > $item/sql:column1 > > > > We would not be able to ship the ojdbc.jar with eXist by default, but > > then that is the same as for the SQL module. We currently do not ship > > any vendors JDBC implementations, we expect users to place their > > vendors JDBC implementation in lib/user (e.g. ojdbc.jar if your an > > Oracle user). > > This sounds like a perfect instance justifying having an external > extensions mechanism/repository/wiki (same thing for > GATE, IMO). > > That way anyone (not just committers) could create and post useful > extensions and all you would have to do is check > prerequisites (eg. eXist version), download jars and add a few lines to > conf.xml. > > No need to keep these extensions in the eXist SVN, and many good reasons to > keep them out of it. > > -- > Andrzej Taramina > Chaeron Corporation: Enterprise System Solutions > http://www.chaeron.com > > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Exist-development mailing list > Exi...@li... > https://lists.sourceforge.net/lists/listinfo/exist-development > |
From: Leif-Jöran O. <lj...@ex...> - 2010-03-22 14:46:59
|
Den 2010-03-22 15:34, Andrzej Jan Taramina skrev: > That way anyone (not just committers) could create and post useful extensions and all you would have to do is check > prerequisites (eg. eXist version), download jars and add a few lines to conf.xml. > > No need to keep these extensions in the eXist SVN, and many good reasons to keep them out of it. A larger decoupling will be fine (and anticipated) as long as there is also an upper bound available on the corresponding exist-db version the extension can work with. Currently there is just a from version. So now immediately an upper bound version needs to be added to the interface. Later on of course the envisioned packaging and dependency management can be added. Leif-Jöran |
From: Andrzej J. T. <an...@ch...> - 2010-03-22 14:34:18
|
Adam replied to Rob: > So my old foe the Oracle Cursor is back again! But seriously, if I > understand you correctly, then there is no reason not to have an > oracle extension module as part of eXist, this could work in > cooperation with the sql module, something like this perhaps - > > for $item in oracle:execute(sql:get-connection(...), $sql) return > $item/sql:column1 > > We would not be able to ship the ojdbc.jar with eXist by default, but > then that is the same as for the SQL module. We currently do not ship > any vendors JDBC implementations, we expect users to place their > vendors JDBC implementation in lib/user (e.g. ojdbc.jar if your an > Oracle user). This sounds like a perfect instance justifying having an external extensions mechanism/repository/wiki (same thing for GATE, IMO). That way anyone (not just committers) could create and post useful extensions and all you would have to do is check prerequisites (eg. eXist version), download jars and add a few lines to conf.xml. No need to keep these extensions in the eXist SVN, and many good reasons to keep them out of it. -- Andrzej Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com |
From: Evgeny G. <gaz...@gm...> - 2010-03-22 14:21:15
|
> One more ;-) How about: "open-with-external"? think need accent not on "open" but on "directly edit and save" > "Office Integrator" > or > "Open Office Integrator" > or > "Open Office Data Store" It could be any desktop application, not only office |
From: Walpole, R. <rob...@me...> - 2010-03-22 14:01:22
|
Adam, Yes, so you are suggesting creating an org.exist.xquery.modules.oracle package with an ExecuteFunction class that uses the sql package where possible? This sounds like a good approach, although it does create a dependency between the modules. If you don't see this as a problem then I would be happy to put it together as I already have the working code. Cheers Rob > -----Original Message----- > From: Adam Retter [mailto:ad...@ex...] > Sent: 22 March 2010 13:22 > To: Walpole, Robert > Cc: eXist development; tin...@gm... > Subject: Re: [Exist-development] Prepared Statements in the SQL Module > > Hi Rob, > > Nice to hear from you :-) > > So my old foe the Oracle Cursor is back again! But seriously, > if I understand you correctly, then there is no reason not to > have an oracle extension module as part of eXist, this could > work in cooperation with the sql module, something like this perhaps - > > for $item in oracle:execute(sql:get-connection(...), $sql) return > $item/sql:column1 > > We would not be able to ship the ojdbc.jar with eXist by > default, but then that is the same as for the SQL module. We > currently do not ship any vendors JDBC implementations, we > expect users to place their vendors JDBC implementation in > lib/user (e.g. ojdbc.jar if your an Oracle user). > > Erm, did that make any sense? > > Cheers Adam. > > On 22 March 2010 12:54, Walpole, Robert > <rob...@me...> wrote: > > Adam, > > > > Nice work! I also wrote a function for executing prepared > statements a > > while ago, however I never commited it to the eXist codebase as my > > requirment was to get the ResultSet from an OracleType.CURSOR. In > > order to do this I had to import oracle.jdbc.OracleTypes and this > > obviously has licening issues which would appear to > complicate things. > > Is this a no-no as far as eXist is concerned? I would be > interested to > > know your thoughts on this. > > > > Cheers > > Rob > > > > Rob Walpole > > Email: rob...@me... > > Website: www.metoffice.gov.uk > > > >> -----Original Message----- > >> From: Adam Retter [mailto:ad...@ex...] > >> Sent: 19 March 2010 11:34 > >> To: eXist development > >> Cc: tin...@gm... > >> Subject: [Exist-development] Prepared Statements in the SQL Module > >> > >> Upon request I have added support for Prepared Statements > to the SQL > >> Module, there is a new function call sql:prepare(...). > >> > >> This has gone into trunk as revision 11478. Mark Lawson has kindly > >> offered to test this functionality, if anyone else makes > use of the > >> SQL Module and wishes to use Prepared Statements then I would also > >> encourage their testing. I am looking forward to feedback :-) > >> > >> Just like the Connections all PreparedStatements are cleaned up at > >> the end of the XQuery execution. > >> > >> -- > >> Adam Retter > >> > >> eXist Developer > >> { United Kingdom } > >> ad...@ex... > >> irc://irc.freenode.net/existdb > >> > >> -------------------------------------------------------------- > >> ---------------- > >> Download Intel® Parallel Studio Eval Try the new > software tools > >> for yourself. Speed compiling, find bugs proactively, and > fine-tune > >> applications for parallel performance. > >> See why Intel Parallel Studio got high marks during beta. > >> http://p.sf.net/sfu/intel-sw-dev > >> _______________________________________________ > >> Exist-development mailing list > >> Exi...@li... > >> https://lists.sourceforge.net/lists/listinfo/exist-development > >> > > > > > > -- > Adam Retter > > eXist Developer > { United Kingdom } > ad...@ex... > irc://irc.freenode.net/existdb > |
From: Walpole, R. <rob...@me...> - 2010-03-22 13:29:27
|
Adam, Nice work! I also wrote a function for executing prepared statements a while ago, however I never commited it to the eXist codebase as my requirment was to get the ResultSet from an OracleType.CURSOR. In order to do this I had to import oracle.jdbc.OracleTypes and this obviously has licening issues which would appear to complicate things. Is this a no-no as far as eXist is concerned? I would be interested to know your thoughts on this. Cheers Rob Rob Walpole Email: rob...@me... Website: www.metoffice.gov.uk > -----Original Message----- > From: Adam Retter [mailto:ad...@ex...] > Sent: 19 March 2010 11:34 > To: eXist development > Cc: tin...@gm... > Subject: [Exist-development] Prepared Statements in the SQL Module > > Upon request I have added support for Prepared Statements to > the SQL Module, there is a new function call sql:prepare(...). > > This has gone into trunk as revision 11478. Mark Lawson has > kindly offered to test this functionality, if anyone else > makes use of the SQL Module and wishes to use Prepared > Statements then I would also encourage their testing. I am > looking forward to feedback :-) > > Just like the Connections all PreparedStatements are cleaned > up at the end of the XQuery execution. > > -- > Adam Retter > > eXist Developer > { United Kingdom } > ad...@ex... > irc://irc.freenode.net/existdb > > -------------------------------------------------------------- > ---------------- > Download Intel® Parallel Studio Eval Try the new > software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Exist-development mailing list > Exi...@li... > https://lists.sourceforge.net/lists/listinfo/exist-development > |
From: Leif-Jöran O. <lj...@ex...> - 2010-03-22 13:25:39
|
Den 2010-03-22 14:10, Wolfgang Meier skrev: > One more ;-) How about: "open-with-external"? > > Wolfgang Hehe, why not "office remote open" then to make the MS pun clear. |
From: Adam R. <ad...@ex...> - 2010-03-22 13:22:35
|
Hi Rob, Nice to hear from you :-) So my old foe the Oracle Cursor is back again! But seriously, if I understand you correctly, then there is no reason not to have an oracle extension module as part of eXist, this could work in cooperation with the sql module, something like this perhaps - for $item in oracle:execute(sql:get-connection(...), $sql) return $item/sql:column1 We would not be able to ship the ojdbc.jar with eXist by default, but then that is the same as for the SQL module. We currently do not ship any vendors JDBC implementations, we expect users to place their vendors JDBC implementation in lib/user (e.g. ojdbc.jar if your an Oracle user). Erm, did that make any sense? Cheers Adam. On 22 March 2010 12:54, Walpole, Robert <rob...@me...> wrote: > Adam, > > Nice work! I also wrote a function for executing prepared statements a > while ago, however I never commited it to the eXist codebase as my > requirment was to get the ResultSet from an OracleType.CURSOR. In order > to do this I had to import oracle.jdbc.OracleTypes and this obviously > has licening issues which would appear to complicate things. Is this a > no-no as far as eXist is concerned? I would be interested to know your > thoughts on this. > > Cheers > Rob > > Rob Walpole > Email: rob...@me... > Website: www.metoffice.gov.uk > >> -----Original Message----- >> From: Adam Retter [mailto:ad...@ex...] >> Sent: 19 March 2010 11:34 >> To: eXist development >> Cc: tin...@gm... >> Subject: [Exist-development] Prepared Statements in the SQL Module >> >> Upon request I have added support for Prepared Statements to >> the SQL Module, there is a new function call sql:prepare(...). >> >> This has gone into trunk as revision 11478. Mark Lawson has >> kindly offered to test this functionality, if anyone else >> makes use of the SQL Module and wishes to use Prepared >> Statements then I would also encourage their testing. I am >> looking forward to feedback :-) >> >> Just like the Connections all PreparedStatements are cleaned >> up at the end of the XQuery execution. >> >> -- >> Adam Retter >> >> eXist Developer >> { United Kingdom } >> ad...@ex... >> irc://irc.freenode.net/existdb >> >> -------------------------------------------------------------- >> ---------------- >> Download Intel® Parallel Studio Eval Try the new >> software tools for yourself. Speed compiling, find bugs >> proactively, and fine-tune applications for parallel performance. >> See why Intel Parallel Studio got high marks during beta. >> http://p.sf.net/sfu/intel-sw-dev >> _______________________________________________ >> Exist-development mailing list >> Exi...@li... >> https://lists.sourceforge.net/lists/listinfo/exist-development >> > -- Adam Retter eXist Developer { United Kingdom } ad...@ex... irc://irc.freenode.net/existdb |
From: Wolfgang M. <wol...@ex...> - 2010-03-22 13:11:03
|
One more ;-) How about: "open-with-external"? Wolfgang |
From: Thomas W. <tho...@gm...> - 2010-03-22 13:04:05
|
What about "remote-document-access" or "author-remote-document" . It is long but explains it all. ----- Original Message ----- From: "Loren Cahlander" <lor...@gm...> To: "Evgeny Gazdovsky" <gaz...@gm...> Cc: "Loren Cahlander" <lor...@gm...>; <da...@da...>; "eXist development" <exi...@li...>; <el...@us...> Sent: Monday, March 22, 2010 12:40 PM Subject: Re: [Exist-development] GATE is used in NLP sharepoint-gate ir sharept-gate It does need the name of what it is meant to be an interface for. |
From: Dan M. <dan...@gm...> - 2010-03-22 13:03:32
|
If it allows people to store and search "OpenOffice<http://en.wikipedia.org/wiki/OpenOffice.org>"-like applications "without" sharepoint then perhaps it should be something like: "Office Integrator" or "Open Office Integrator" or "Open Office Data Store" - Dan On Mon, Mar 22, 2010 at 7:40 AM, Loren Cahlander <lor...@gm...>wrote: > sharepoint-gate ir sharept-gate > > It does need the name of what it is meant to be an interface for. > > On Mar 22, 2010, at 07:25 AM, Evgeny Gazdovsky wrote: > > > Of course, have a suggestions? > > > > 2010/3/22 Dan McCreary <dan...@gm...>: > >> I would also suggest avoiding the term "GATE" since it is already used > >> extensively in Natural Language Processing: > >> > >> http://en.wikipedia.org/wiki/General_Architecture_for_Text_Engineering > >> > >> GATE and UIMA may be set up as triggers for importing text documents in > the > >> near future. > >> > >> - Dan > >> > >> 2010/3/22 Leif-Jöran Olsson <lj...@ex...> > >>> > >>> Den 2010-03-22 11:52, Evgeny Gazdovsky skrev: > >>>> Yes, but it is required by "jnlp" webapp and "gate" extension > >>> > >>> That is a documentation issue and should be enforced in/resolved by the > >>> feature/module requiring it. > >>> > >>>> Will be grateful for your comments. > >>>> > >>>> PPS What about new names for "gate" and "lib"? > >>> > >>> We got a suggestion of "jnlplib" for "lib" from Dannes. > >>> > >>> I myself call the "to-be-renamed-gate" feature "sharepoint resuce > gate". > >>> I assume trademarked names can be hard to use without stating it is > >>> recognised. Can there be a more generic name bridging its > functionality? > >>> Could you please describe it in one sentence? > >>> I e, what you invented it for? > >>> > >>> > >>> Leif-Jöran > >>> > >>> > >>> > >>> > ------------------------------------------------------------------------------ > >>> Download Intel® Parallel Studio Eval > >>> Try the new software tools for yourself. Speed compiling, find bugs > >>> proactively, and fine-tune applications for parallel performance. > >>> See why Intel Parallel Studio got high marks during beta. > >>> http://p.sf.net/sfu/intel-sw-dev > >>> _______________________________________________ > >>> Exist-development mailing list > >>> Exi...@li... > >>> https://lists.sourceforge.net/lists/listinfo/exist-development > >>> > >> > >> > >> > >> -- > >> Dan McCreary > >> Semantic Solutions Architect > >> syntactica.com > >> 952-460-1674 > >> VOIP: 111@69.199.167.229 > >> > > > > > ------------------------------------------------------------------------------ > > Download Intel® Parallel Studio Eval > > Try the new software tools for yourself. Speed compiling, find bugs > > proactively, and fine-tune applications for parallel performance. > > See why Intel Parallel Studio got high marks during beta. > > http://p.sf.net/sfu/intel-sw-dev > > _______________________________________________ > > Exist-development mailing list > > Exi...@li... > > https://lists.sourceforge.net/lists/listinfo/exist-development > > -- Dan McCreary Semantic Solutions Architect syntactica.com 952-460-1674 VOIP: 111@69.199.167.229 |
From: Loren C. <lor...@gm...> - 2010-03-22 12:40:14
|
sharepoint-gate ir sharept-gate It does need the name of what it is meant to be an interface for. On Mar 22, 2010, at 07:25 AM, Evgeny Gazdovsky wrote: > Of course, have a suggestions? > > 2010/3/22 Dan McCreary <dan...@gm...>: >> I would also suggest avoiding the term "GATE" since it is already used >> extensively in Natural Language Processing: >> >> http://en.wikipedia.org/wiki/General_Architecture_for_Text_Engineering >> >> GATE and UIMA may be set up as triggers for importing text documents in the >> near future. >> >> - Dan >> >> 2010/3/22 Leif-Jöran Olsson <lj...@ex...> >>> >>> Den 2010-03-22 11:52, Evgeny Gazdovsky skrev: >>>> Yes, but it is required by "jnlp" webapp and "gate" extension >>> >>> That is a documentation issue and should be enforced in/resolved by the >>> feature/module requiring it. >>> >>>> Will be grateful for your comments. >>>> >>>> PPS What about new names for "gate" and "lib"? >>> >>> We got a suggestion of "jnlplib" for "lib" from Dannes. >>> >>> I myself call the "to-be-renamed-gate" feature "sharepoint resuce gate". >>> I assume trademarked names can be hard to use without stating it is >>> recognised. Can there be a more generic name bridging its functionality? >>> Could you please describe it in one sentence? >>> I e, what you invented it for? >>> >>> >>> Leif-Jöran >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> Download Intel® Parallel Studio Eval >>> Try the new software tools for yourself. Speed compiling, find bugs >>> proactively, and fine-tune applications for parallel performance. >>> See why Intel Parallel Studio got high marks during beta. >>> http://p.sf.net/sfu/intel-sw-dev >>> _______________________________________________ >>> Exist-development mailing list >>> Exi...@li... >>> https://lists.sourceforge.net/lists/listinfo/exist-development >>> >> >> >> >> -- >> Dan McCreary >> Semantic Solutions Architect >> syntactica.com >> 952-460-1674 >> VOIP: 111@69.199.167.229 >> > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Exist-development mailing list > Exi...@li... > https://lists.sourceforge.net/lists/listinfo/exist-development |
From: Evgeny G. <gaz...@gm...> - 2010-03-22 12:34:19
|
> Which makes me suggest: > Native XML document storage management, in short it could be NXDSM. > Agree, only doc could be binary too, > The unique features are what you write here or something else your > company will provide? It's could be the unique feature of eXist as .platform for document management system. ------- Evgeny |
From: Evgeny G. <gaz...@gm...> - 2010-03-22 12:26:01
|
Of course, have a suggestions? 2010/3/22 Dan McCreary <dan...@gm...>: > I would also suggest avoiding the term "GATE" since it is already used > extensively in Natural Language Processing: > > http://en.wikipedia.org/wiki/General_Architecture_for_Text_Engineering > > GATE and UIMA may be set up as triggers for importing text documents in the > near future. > > - Dan > > 2010/3/22 Leif-Jöran Olsson <lj...@ex...> >> >> Den 2010-03-22 11:52, Evgeny Gazdovsky skrev: >> > Yes, but it is required by "jnlp" webapp and "gate" extension >> >> That is a documentation issue and should be enforced in/resolved by the >> feature/module requiring it. >> >> > Will be grateful for your comments. >> > >> > PPS What about new names for "gate" and "lib"? >> >> We got a suggestion of "jnlplib" for "lib" from Dannes. >> >> I myself call the "to-be-renamed-gate" feature "sharepoint resuce gate". >> I assume trademarked names can be hard to use without stating it is >> recognised. Can there be a more generic name bridging its functionality? >> Could you please describe it in one sentence? >> I e, what you invented it for? >> >> >> Leif-Jöran >> >> >> >> ------------------------------------------------------------------------------ >> Download Intel® Parallel Studio Eval >> Try the new software tools for yourself. Speed compiling, find bugs >> proactively, and fine-tune applications for parallel performance. >> See why Intel Parallel Studio got high marks during beta. >> http://p.sf.net/sfu/intel-sw-dev >> _______________________________________________ >> Exist-development mailing list >> Exi...@li... >> https://lists.sourceforge.net/lists/listinfo/exist-development >> > > > > -- > Dan McCreary > Semantic Solutions Architect > syntactica.com > 952-460-1674 > VOIP: 111@69.199.167.229 > |
From: Dan M. <dan...@gm...> - 2010-03-22 12:23:36
|
I would also suggest avoiding the term "GATE" since it is already used extensively in Natural Language Processing: http://en.wikipedia.org/wiki/General_Architecture_for_Text_Engineering GATE and UIMA may be set up as triggers for importing text documents in the near future. - Dan 2010/3/22 Leif-Jöran Olsson <lj...@ex...> > Den 2010-03-22 11:52, Evgeny Gazdovsky skrev: > > Yes, but it is required by "jnlp" webapp and "gate" extension > > That is a documentation issue and should be enforced in/resolved by the > feature/module requiring it. > > > Will be grateful for your comments. > > > > PPS What about new names for "gate" and "lib"? > > We got a suggestion of "jnlplib" for "lib" from Dannes. > > I myself call the "to-be-renamed-gate" feature "sharepoint resuce gate". > I assume trademarked names can be hard to use without stating it is > recognised. Can there be a more generic name bridging its functionality? > Could you please describe it in one sentence? > I e, what you invented it for? > > > Leif-Jöran > > > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Exist-development mailing list > Exi...@li... > https://lists.sourceforge.net/lists/listinfo/exist-development > > -- Dan McCreary Semantic Solutions Architect syntactica.com 952-460-1674 VOIP: 111@69.199.167.229 |
From: Leif-Jöran O. <lj...@ex...> - 2010-03-22 12:21:05
|
Den 2010-03-22 12:47, Evgeny Gazdovsky skrev: >> I myself call the "to-be-renamed-gate" feature "sharepoint resuce gate". >> I assume trademarked names can be hard to use without stating it is >> recognised. Can there be a more generic name bridging its functionality? >> Could you please describe it in one sentence? >> I e, what you invented it for? >> >> > I'd described it several times some days ago: OK, thank you, that is <508...@ma...> of 2010-03-14. Which makes me suggest: Native XML document storage management, in short it could be NXDSM. >> This extension is a new kind of REST client for >> manage documents stored in the eXist's DB on >> native applications, like Open Office, MS Office, >> or any another application (depend from your OS and >> applications which you can use). >> >> Idea is give users a HTML interface with links to any docs. >> After clicking by so link user will get doc opened in >> his desktop application (via any browser, and any OS) >> and could edit one and store then. After storing doc, >> one will be stored back into server. >> So user can open, edit, store any kind of >> doc, stored in DB, directly from browser >> without webdavfs or any kind of shares (like smb+davfs) >> and without using download/upload process (via html forms). >> Think this can make IS based on eXist more friendly for >> users, not geeks or programmers, and adding unique >> features. The unique features are what you write here or something else your company will provide? |
From: Dannes W. <da...@ex...> - 2010-03-22 12:02:56
|
Hi, 2010/3/22 Evgeny Gazdovsky <gaz...@gm...>: >> Could you please describe it in one sentence? >> I e, what you invented it for? > I'd described it several times some days ago: One (1) sentence, not a block of text :-) D. -- eXist-db Native XML Database - http://exist-db.org Join us on linked-in: http://www.linkedin.com/groups?gid=35624 |
From: Evgeny G. <gaz...@gm...> - 2010-03-22 11:48:03
|
> I myself call the "to-be-renamed-gate" feature "sharepoint resuce gate". > I assume trademarked names can be hard to use without stating it is > recognised. Can there be a more generic name bridging its functionality? > Could you please describe it in one sentence? > I e, what you invented it for? > > I'd described it several times some days ago: > This extension is a new kind of REST client for > manage documents stored in the eXist's DB on > native applications, like Open Office, MS Office, > or any another application (depend from your OS and > applications which you can use). > > Idea is give users a HTML interface with links to any docs. > After clicking by so link user will get doc opened in > his desktop application (via any browser, and any OS) > and could edit one and store then. After storing doc, > one will be stored back into server. > So user can open, edit, store any kind of > doc, stored in DB, directly from browser > without webdavfs or any kind of shares (like smb+davfs) > and without using download/upload process (via html forms). > Think this can make IS based on eXist more friendly for > users, not geeks or programmers, and adding unique > features. ---------- Evgeny |
From: Leif-Jöran O. <lj...@ex...> - 2010-03-22 11:38:39
|
Den 2010-03-22 11:52, Evgeny Gazdovsky skrev: > Yes, but it is required by "jnlp" webapp and "gate" extension That is a documentation issue and should be enforced in/resolved by the feature/module requiring it. > Will be grateful for your comments. > > PPS What about new names for "gate" and "lib"? We got a suggestion of "jnlplib" for "lib" from Dannes. I myself call the "to-be-renamed-gate" feature "sharepoint resuce gate". I assume trademarked names can be hard to use without stating it is recognised. Can there be a more generic name bridging its functionality? Could you please describe it in one sentence? I e, what you invented it for? Leif-Jöran |
From: Evgeny G. <gaz...@gm...> - 2010-03-22 11:36:08
|
in common it could be used for any files in libs folders and not only for jnlp purpose. |
From: Dannes W. <da...@ex...> - 2010-03-22 11:17:35
|
lib could be renamed to jnlp or jnlplib 2010/3/22 Leif-Jöran Olsson <lj...@ex...>: > Den 2010-03-21 22:22, Evgeny Gazdovsky skrev: >>> My suggestion is to enable cache, math and scheduler (math has been enabled in previous releases anyway) >> Agree >> >> gate is not module, and you are miss the "lib" (may be rename too?) module > > Yes, module lib is up for rename too as well as the feature sharepoint > rescue gate. > > -- eXist-db Native XML Database - http://exist-db.org Join us on linked-in: http://www.linkedin.com/groups?gid=35624 |
From: Leif-Jöran O. <lj...@ex...> - 2010-03-22 11:05:54
|
Den 2010-03-21 22:22, Evgeny Gazdovsky skrev: >> My suggestion is to enable cache, math and scheduler (math has been enabled in previous releases anyway) > Agree > > gate is not module, and you are miss the "lib" (may be rename too?) module Yes, module lib is up for rename too as well as the feature sharepoint rescue gate. |
From: James F. <jam...@gm...> - 2010-03-22 10:56:41
|
Hello All, as per last user group meeting, I have reviewed and added the ability for users and developers to test XQuery I did this by extruding Wolf's nascent xquery unit test into a lib (src/org/exist/xquery/lib/test.xq) which is now enabled by default in conf.xml.tmpl ala <!-- Test module --> <module src="resource:org/exist/xquery/lib/test.xq" uri="http://exist-db.org/xquery/testing"/> I have also started adding documentation under webapp/testing illustrating how to use XQuery unit tests in one's own code as well as how to integrate to test xquery within eXist core. James Fuller |
From: Dannes W. <da...@ex...> - 2010-03-22 07:50:03
|
Fixed. On Sun, Mar 21, 2010 at 11:30 PM, Loren Cahlander <lor...@gm...> wrote: > Turning on OpenID in extensions/local.build.properties does not compile the OpenID code. the build scrips needed to be reviewed, made in sync with other files. D. -- eXist-db Native XML Database - http://exist-db.org Join us on linked-in: http://www.linkedin.com/groups?gid=35624 |