Dutch to English translations [PRO] Tech/Engineering - IT (Information Technology) | | Dutch term or phrase: verzoekoverstijgend | | De session objecten zijn request overstijgend en worden als statefull resources beschikbaar gesteld in de base context. Het is mogelijk de ComponentContext verzoekoverstijgend te bewaren ten behoeve van statefull communicatie. |
| Ashok BagriKudoZ activityQuestions: 498 ( 10 open) ( 22 without valid answers) ( 8 closed without grading) Answers: 15
| Local time: 08:12
|
| | English translation:beyond request scope | Explanation: If your text is related to JSP Java Beans, I would suggest translating your source term as 'beyond request scope'. Also, the correct term is 'stateful resources' (as opposed to 'stateless resources').
The custom DataModel provides some extra conveniences such as being serializable for storage beyond request scope and access to the currently selected row in EL expressions.
http://static.springsource.org/spring.../ch12s06.html
Request scope :
Any objects created in the request scope will be available as long as the request object is. For example if the JSP page uses an jsp:forward tag, then the bean should be applicable in the forwarded JSP also, if the scope defined is of Request scope.
http://www.roseindia.net/jsp/usingbeansinjsp.shtml
Request: Objects with this scope are visible from the start of the request until the end of the request. Request scope starts at the beginning of a request and ends when the response has been sent to the client. If the request is forwarded, the objects are visible in the forwarded page, because that page is still part of the same request/response cycle. Objects with request scope can use other objects with none, request, session or application scope.
http://www.java-samples.com/showtutorial
|
| Selected response from:
Kitty Brussaard Netherlands Local time: 03:42
| Grading comment Thanks 4 KudoZ points were awarded for this answer |
| |
| Discussion entries: 0 |
|---|
Automatic update in 00:
|
1 hr confidence:  
| | | | X Sign in to your ProZ.com account... | | | | |
| KudoZ™ translation helpThe KudoZ network provides a framework for translators and others to assist each other with translations or explanations of terms and short phrases. See also: Search millions of term translations |