Bug 35740 - [RDC] New company tag
Summary: [RDC] New company tag
Status: RESOLVED WONTFIX
Alias: None
Product: Taglibs
Classification: Unclassified
Component: RDC Taglib (show other bugs)
Version: unspecified
Hardware: Other other
: P2 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-14 16:41 UTC by osrdc
Modified: 2005-08-11 13:02 UTC (History)
0 users



Attachments
company tag implementation files (14.26 KB, application/octet-stream)
2005-07-14 16:44 UTC, osrdc
Details
Updated copyright line (14.20 KB, application/octet-stream)
2005-08-11 15:21 UTC, osrdc
Details

Note You need to log in before you can comment on or make changes to this bug.
Description osrdc 2005-07-14 16:41:40 UTC
The company tag implements a stock grammar RDC which can be used to recognize 
the name or stock symbol of a company listed in a stock exchange. It can be 
used in VoiceXML applications that require users to input a company about whose 
information they are interested in. An example would be an application that 
provides stock quotes. A stock quotes application can use the stock grammar RDC 
to identify the company for which the user is interested in getting the stock 
quote.


New Files:
/jakarta-taglibs-sandbox/rdc/src/org/apache/taglibs/rdc/Company.java
/jakarta-taglibs-sandbox/rdc/src/META-INF/tags/rdc/company.rdc
/jakarta-taglibs-sandbox/rdc/src/META-INF/tags/rdc/company.tag
/jakarta-taglibs-sandbox/rdc/src/META-INF/tags/rdc/config/company.xml
/jakarta-taglibs-sandbox/rdc/src/.grammar/company_DTMF.grxml
/jakarta-taglibs-sandbox/rdc/src/.grammar/company_voice.grxml
/jakarta-taglibs-sandbox/rdc/examples/web/stockQuotes.jsp
/jakarta-taglibs-sandbox/rdc/examples/web/companyRDC.readme

Modified Files:
/jakarta-taglibs-sandbox/rdc/xml/rdc.xml
Comment 1 osrdc 2005-07-14 16:44:18 UTC
Created attachment 15674 [details]
company tag implementation files
Comment 2 Rahul Akolkar 2005-08-10 20:32:53 UTC
Hi, though you have a nice idea for a component, I cannot accept this 
submission because of the Copyright line in each file. If you are willing to 
change that (look at any other file in the RDC distribution for what 
the "norm" is), I'd be happy to reconsider. You will need to re-attach a patch 
if you choose to make the changes.

Comment 3 osrdc 2005-08-11 15:21:47 UTC
Created attachment 16010 [details]
Updated copyright line

Copyright line is updated to remove the web address.
Comment 4 osrdc 2005-08-11 15:50:28 UTC
(In reply to comment #2)
We reviewed the copyright line and removed the web address present after
the company name. Now the copyright line is in accordance with the
boilerplate notice specified in 
http://www.apache.org/licenses/LICENSE-2.0.html#apply.
New set of sources with this correction has been submitted.

> Hi, though you have a nice idea for a component, I cannot accept this 
> submission because of the Copyright line in each file. If you are willing to 
> change that (look at any other file in the RDC distribution for what 
> the "norm" is), I'd be happy to reconsider. You will need to re-attach a 
patch 
> if you choose to make the changes.

Comment 5 Rahul Akolkar 2005-08-11 21:02:20 UTC
Thanks for taking time to make the changes, but that link talks about applying 
the license to your work (which you may then distribute independently using 
other avenues). For code that you've written specifically with the intention 
of contributing to an existing Apache project, it is best to make sure the 
license header identical to the rest of the files in that project.

(In reply to comment #4)
> (In reply to comment #2)
> We reviewed the copyright line and removed the web address present after
> the company name. Now the copyright line is in accordance with the
> boilerplate notice specified in 
> http://www.apache.org/licenses/LICENSE-2.0.html#apply.
> New set of sources with this correction has been submitted.
> > Hi, though you have a nice idea for a component, I cannot accept this 
> > submission because of the Copyright line in each file. If you are willing 
to 
> > change that (look at any other file in the RDC distribution for what 
> > the "norm" is), I'd be happy to reconsider. You will need to re-attach a 
> patch 
> > if you choose to make the changes.