This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Struts and the fly likes Creating a .js file dynamically Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Creating a .js file dynamically" Watch "Creating a .js file dynamically" New topic
Author

Creating a .js file dynamically

sudin prans
Greenhorn

Joined: Sep 02, 2005
Posts: 4
How can a javascript file be generated dynamically in a web application using Java?Pls help.
Stefan Evans
Bartender

Joined: Jul 06, 2005
Posts: 1005
The same was as JSP generates HTML dynamically.
A javascript file is just a text file at the end of the day.

You could probably do <script language="javascript" src="myDynamicScript.jsp">
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Creating a .js file dynamically
 
Similar Threads
XML and properties file.
Printing HTML file in java
Tag File
Create ZIP file from servlet
Facing Problem with String replaceAll method