Does one need to pay something for using JBoss on production? Be it for JBoss server or for getting support on the server. Please help me. We have suggested our client to use JBoss but we need to provide him sufficient details including the pricing details etc.
In my current project the requirement is that the same web application should support multiple brands. Each brand will have its unique domain name. E.g. brand-a.com,brand-b.com etc. There is only one web application instance which supports all the brands. In order to do this it was decided that there will be one resource bundle per brand & I18n version of resource bundles will exist for each brand.
Example:
Brand-A has Messages_brandA.properties, Messages_brandA_en.properties, Messages_brandA_fr.properties, Messages_brandA.properties_es etc.
Brand-B has Messages_brandB.properties, Messages_brandB_en.properties, Messages_brandB_fr.properties, Messages_brandB.properties_es etc.
The system also has one default brand. and corresponding resource bundles.
We are using different APIs like displaytag jar, velocity API etc.
Please provide me with some concrete information with which I can go ahead with approach.
In my application there is a requirement wherein same instance of deployed application can be accessed by multiple users having different roles. For each role there can be sub-roles as well. But for each role the look & feel and the filed labels may differ. To support this we planned to have multiple resource bundles, one per role and each resource bundle will have same keys but there values may differ as per the role. As far server-side action messages & field labels are concerned, I have no problem. But for the validation keys there is an issue. The system picks up the validation keys from the default resource bundle.
I'm using Xdoclet for generating validation.xml. I tried bundle attribute but later observed that this way any field is bound to a single resource bundle. system demands resource bundle selection as per the role.
It is very urgent. We are running out of time. Please suggest some feasible solution to this problem. We can even change our approach to incorporate the desired feature.
I am working on a very huge project. This project has no documentation. But the code base cotains extensive javadoc comments. I need some help from generating HTML docs from the jars available with me. Please help me. This will give me a good help doc to understand & work on the system more efficiently.
I have a case where I have to provide multiple file upload feature from one single screen. Code uses Struts implementation. I am not able to use FormFile. I am using simple File. The functionality works fine in case of local machine, i.e. server and browser on same machine. But when I try to upload files from other machine it fails. Please help me. It is very urgent.
Sorry but I had no idea about this thing. In future I'll keep this in mind.
About the problem. I was thinking that can't we use Java APIs in a web application to record voice? I thought that using Buttons we can provide an interface & call various API methods to record/ listen to voice.
Please tell me if my understanding is correct. This is a wild guess, I've thought of based on my experience in Struts based applications. Looking forward to your reply.
I need an application that records voice from server and saves it on to the server. I got some applet related demos but I'm not supposed to use any applets.
Actually i have to parse XMLs in python but for another attempt I'm looking for other options. Attempt is like:
1. Read each XML file in a folder. 2. Parse file. 3. Store some of the tags values as key-value pair in a map 4. Similarly maintain another collection that'll store one map per file.
To achieve this the current python attempt is like:
Now can someone provide me help. Even if i get a solutions in Java it's not a problem.
I have to rite a service thread that ill alays be running when resin is running. It will keep a look in a predefined folder and keep checking for new XML file in the folder. As soon as new XML arrives in the folder the service thread should launch a new thread and pass that xml file to a web application.
Please help me. Its very urgent. My entire project depends on this feature.
Hi, I have used cell() and rows() function in javascript in one of my application. These codes run properly on IE but it fails on firefox. please tell me how can I get read of this.
Hi, I have designed a database in access. there is no record in any table. I need to generate sql scripts for Oracle. Is it possible. If yes, please help me. Thanks
Hi, Please help me to use indexed property in <html:select> tag. I have to keep a ArrayList object in the corresponding Form and this object should be populated when user selects the options from the Combo box.