You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "John Kaplan (JIRA)" <de...@beehive.apache.org> on 2005/10/13 21:47:05 UTC

[jira] Created: (BEEHIVE-973) Joycean sentence structure on NetUI Web App Project Model documentation page

Joycean sentence structure on NetUI Web App Project Model documentation page
----------------------------------------------------------------------------

         Key: BEEHIVE-973
         URL: http://issues.apache.org/jira/browse/BEEHIVE-973
     Project: Beehive
        Type: Bug
  Components: Documentation  
    Versions: V1    
 Environment: n/a
    Reporter: John Kaplan
    Priority: Minor


on page:
http://beehive.apache.org/docs/1.0/netui/projects.html

Close to the bottom of the page in section Runtime Jars / Resources in a boxed Note, the following sentence appears:
As of this release, the NetUI runtime can not be shared between web applications by storing the runtime in a location that is class loads NetUI JARs in such a way that shares the same class instances between webapps. 

Though I think I know what it means, you probably want to clean up the grammar and repetition.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (BEEHIVE-973) Joycean sentence structure on NetUI Web App Project Model documentation page

Posted by "Steve Hanson (JIRA)" <de...@beehive.apache.org>.
    [ http://issues.apache.org/jira/browse/BEEHIVE-973?page=comments#action_12332035 ] 

Steve Hanson commented on BEEHIVE-973:
--------------------------------------

I'll come up with something a bit more Hemingway-ian.

> Joycean sentence structure on NetUI Web App Project Model documentation page
> ----------------------------------------------------------------------------
>
>          Key: BEEHIVE-973
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-973
>      Project: Beehive
>         Type: Bug
>   Components: Documentation
>     Versions: V1
>  Environment: n/a
>     Reporter: John Kaplan
>     Assignee: Steve Hanson
>     Priority: Minor

>
> on page:
> http://beehive.apache.org/docs/1.0/netui/projects.html
> Close to the bottom of the page in section Runtime Jars / Resources in a boxed Note, the following sentence appears:
> As of this release, the NetUI runtime can not be shared between web applications by storing the runtime in a location that is class loads NetUI JARs in such a way that shares the same class instances between webapps. 
> Though I think I know what it means, you probably want to clean up the grammar and repetition.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (BEEHIVE-973) Joycean sentence structure on NetUI Web App Project Model documentation page

Posted by "Eddie O'Neil (JIRA)" <de...@beehive.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-973?page=all ]
     
Eddie O'Neil resolved BEEHIVE-973:
----------------------------------

    Fix Version: 1.1
     Resolution: Fixed

Fixed in SVN 344390.

> Joycean sentence structure on NetUI Web App Project Model documentation page
> ----------------------------------------------------------------------------
>
>          Key: BEEHIVE-973
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-973
>      Project: Beehive
>         Type: Bug
>   Components: Documentation
>     Versions: V1
>  Environment: n/a
>     Reporter: John Kaplan
>     Assignee: Steve Hanson
>     Priority: Minor
>      Fix For: 1.1

>
> on page:
> http://beehive.apache.org/docs/1.0/netui/projects.html
> Close to the bottom of the page in section Runtime Jars / Resources in a boxed Note, the following sentence appears:
> As of this release, the NetUI runtime can not be shared between web applications by storing the runtime in a location that is class loads NetUI JARs in such a way that shares the same class instances between webapps. 
> Though I think I know what it means, you probably want to clean up the grammar and repetition.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (BEEHIVE-973) Joycean sentence structure on NetUI Web App Project Model documentation page

Posted by "Jacob Danner (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BEEHIVE-973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacob Danner closed BEEHIVE-973.
--------------------------------

    Assignee:     (was: Steve Hanson)

Sentence restructured and now make more sense.
RE:
For the 1.0 release, the NetUI runtime <em>can not</em> be shared between multiple web applications; the runtime
 for every web application must be isolated inside of its own web application classloader.  This is because in some 
 cases, NetUI caches information in statics or class instances rather than in the <code>ServletContext</code>.

http://beehive.apache.org/docs/1.0.2/netui/projects.html

http://svn.apache.org/viewvc/beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/netui/projects.xml?p2=%2Fbeehive%2Ftrunk%2Fdocs%2Fforrest%2Frelease%2Fsrc%2Fdocumentation%2Fcontent%2Fxdocs%2Fnetui%2Fprojects.xml&p1=%2Fbeehive%2Ftrunk%2Fdocs%2Fforrest%2Frelease%2Fsrc%2Fdocumentation%2Fcontent%2Fxdocs%2Fnetui%2Fprojects.xml&r1=344390&r2=344389&view=diff&pathrev=344390

> Joycean sentence structure on NetUI Web App Project Model documentation page
> ----------------------------------------------------------------------------
>
>                 Key: BEEHIVE-973
>                 URL: https://issues.apache.org/jira/browse/BEEHIVE-973
>             Project: Beehive
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 1.0
>         Environment: n/a
>            Reporter: John Kaplan
>            Priority: Minor
>             Fix For: 1.0.1
>
>
> on page:
> http://beehive.apache.org/docs/1.0/netui/projects.html
> Close to the bottom of the page in section Runtime Jars / Resources in a boxed Note, the following sentence appears:
> As of this release, the NetUI runtime can not be shared between web applications by storing the runtime in a location that is class loads NetUI JARs in such a way that shares the same class instances between webapps. 
> Though I think I know what it means, you probably want to clean up the grammar and repetition.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (BEEHIVE-973) Joycean sentence structure on NetUI Web App Project Model documentation page

Posted by "Steve Hanson (JIRA)" <de...@beehive.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-973?page=all ]

Steve Hanson reassigned BEEHIVE-973:
------------------------------------

    Assign To: Steve Hanson

> Joycean sentence structure on NetUI Web App Project Model documentation page
> ----------------------------------------------------------------------------
>
>          Key: BEEHIVE-973
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-973
>      Project: Beehive
>         Type: Bug
>   Components: Documentation
>     Versions: V1
>  Environment: n/a
>     Reporter: John Kaplan
>     Assignee: Steve Hanson
>     Priority: Minor

>
> on page:
> http://beehive.apache.org/docs/1.0/netui/projects.html
> Close to the bottom of the page in section Runtime Jars / Resources in a boxed Note, the following sentence appears:
> As of this release, the NetUI runtime can not be shared between web applications by storing the runtime in a location that is class loads NetUI JARs in such a way that shares the same class instances between webapps. 
> Though I think I know what it means, you probably want to clean up the grammar and repetition.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (BEEHIVE-973) Joycean sentence structure on NetUI Web App Project Model documentation page

Posted by "John Kaplan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/BEEHIVE-973?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12503517 ] 

John Kaplan commented on BEEHIVE-973:
-------------------------------------

Looks fine Jacob - much clearer.
Hope things are going well for you guys.
- John

> Joycean sentence structure on NetUI Web App Project Model documentation page
> ----------------------------------------------------------------------------
>
>                 Key: BEEHIVE-973
>                 URL: https://issues.apache.org/jira/browse/BEEHIVE-973
>             Project: Beehive
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 1.0
>         Environment: n/a
>            Reporter: John Kaplan
>            Priority: Minor
>             Fix For: 1.0.1
>
>
> on page:
> http://beehive.apache.org/docs/1.0/netui/projects.html
> Close to the bottom of the page in section Runtime Jars / Resources in a boxed Note, the following sentence appears:
> As of this release, the NetUI runtime can not be shared between web applications by storing the runtime in a location that is class loads NetUI JARs in such a way that shares the same class instances between webapps. 
> Though I think I know what it means, you probably want to clean up the grammar and repetition.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.