Beta 1 or Nightly build or Beta 2 or...

2001-04-27 Thread Torben Norling
Hi! (Sorry if these questions have been answered before.) We are using Struts Beta 1 today in our project and the project is entering a major testphase and I wonder if we should stay with beta 1 and release the system based on beta 1 or switch to one of the nightly builds. What is the timeframe

RE: Struts on WebSphere 3.5.2?

2001-03-11 Thread Torben Norling
Hi! Try out WebSphere 3.5.3 that was released last week, the getResourceAsStream are removed. Also, there is an unofficial patch ("IBM no." 88944) for 3.5.2 that fixes the getResourceAsStream problem. // Torben -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent:

RE: Sample Servlet Controller

2001-02-27 Thread Torben Norling
Hi! Check the example application that is included with the distribution. Another nice intro to struts can be found on: http://www-106.ibm.com/developerworks/library/j-struts/index.html?openl=jls t004,t=gr,p=Struts // Torben -Original Message- From: Nageshwar Charka [mailto:[EMAIL

RE: Struts on WebSphere

2001-01-31 Thread Torben Norling
Hi Andreas, We use Websphere 3.5.2 on NT and it works ok for us. There are no "Struts-specific" issues that I know about except for Websphere being the product it is... If you plan on using Struts with Websphere on Linux the issue is that there is no WAS fixpack 2 for linux, this means there is

Loading Resources from backend-system

2001-01-16 Thread Torben Norling
Hi, We would like to fetch "i18n resource-strings" from a backend system (through EJB) instead of using several .properties files. Have anyone done anything similar?? I would like to know if/how this could be done. Thanks in advance // Torben Norling - Mind AB