
| Key: |
DWR-18
|
| Type: |
Improvement
|
| Status: |
Resolved
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
Joe Walker
|
| Reporter: |
Joe Walker
|
| Votes: |
5
|
| Watchers: |
4
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
This will make DWR quicker because lots more can be cached.
DWR could have a "hello" call executed in ordered mode to fetch an ID.
|
|
Description
|
This will make DWR quicker because lots more can be cached.
DWR could have a "hello" call executed in ordered mode to fetch an ID. |
Show » |
Sort Order:
|
I think I've read something about some code beeing generated in engine.js, well the generated part could be put appart in a /dwr/engineDyn.js and included at the end of the group js file, like script.aculo.us does :
require: function(libraryName) {
// inserting via DOM fails in Safari 2.0, so brute force approach
document.write('<script type="text/javascript" src="'+libraryName+ '"></script>');
},