Simpson Kumar

Ranch Hand
+ Follow
since Mar 19, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Simpson Kumar

Hi,

When I click on a button on the current page, a new page opens with the confirmation message along with Iframe (which source is to another web link), in that I want to set a value to the IFrame's src page's input text box. Would that be possible?

the code for Iframe I use is
we have jboss running in other machine (remote and x-windows) and already deployed the application in that server. Now we need to flip the working environment to remote(i.e. we are connecting the eclipse from xming server and workset is in remote location) and run our development application in that machine. Here the old application is already running in on jboss server and for the development, can we use another jboss instance? how can we do it? what if we use other instance in that machine?
14 years ago
I tried to update with this link "http://download.eclipse.org/webtools/updates" but it says No repository found at http://download.eclipse.org/webtools/updates. how I can do it?


We are currently running a web project in our local XP machine with Jboss developer studio (it does all plugins), now the management asked me to shift the development to eclipse 3.4.1(pure core) installed in X-windows system and opening this tool in windows XP through SSH tunnel. It doesn't have WTP facilities an its pure core tool. How can we install supported versions WTP in my eclipse and where do I need to download these?
Could someone help on this how to do?
No reply ???
14 years ago
JSF
We have a web project which drives attributes from properties file dynamically, i.e. one config file with the attributes list and each attribute's view (either text box, textarea, radio, checkbox,etc) on UI page will be decided from that config file, so there is no static fields on the UI side.

I can do it with JSP and Servlets, but I need to write lot of code to load those properties and display them. Is there any chance we can do it from JSF? can any other solutions to do it? please give me the way to do it from JSF/other?
14 years ago
JSF
We have eclipse 3.4.1 installed in X-windows server and we need to work on that IDE tool from windows machine. For this we are opening the eclipse by connecting to X-windows server through Xming and PuTTY SSH. This tool has only simple java enabled but it doesn't have web tool to create and execute the project like other eclipse based tools (RAD, Jdeveloper Studio, etc). I need only web based plugins for this. Can anyone how to install these web plugins from my windows machine?
I have done a web application running in my local machine with JBOSS AS 5.0.1, this application is running with 127.0.0.1/localhost but i want to run the application with my system IP address (141.167.12.112), how can we configure it?
We are using jbossdeveloper studio, in JBOSS server overview I changed the host name to IP address but I get the following exception


How can we solve this issue? We would like to test the application in different computers in the same network.
14 years ago
we need to write some server side validation in pure java code, here i'm struggling with telephone validaion.
Our requirement is that we are getting the validation format from UI side dynamically and we need to validation the value according to that format.
Ex: if the format comes xxx-xxx-xxxx, we need to validate on that
if the format comes (xxx)xxx-xxxx, we need to validate on that, etc..

Please someone help on this to validate the telephone number on dynamic fromat
14 years ago
we are using struts and in the requirement we need to open half of the page with PDF and remains with text. Is there any possibilities to include both in single page? I can open PDF externally.
15 years ago
I'm working on java since 6 years, now I'm working in a school as a Sr. java developer and joined recently for specific these techs. Suddenly my upper management has decided to work on Python and asked me to work on this. I got shocked and I feel worry on downgrading my tech skills. I thought of increasing my skills on java by hearing their words on java while my interview was going.
Now what am I supposed to do? is that better to continue on the Python or better to come out from this job and get another one. Please some suggestions are really appreciated to help me.

15 years ago
I have a web application which we are using current jboss4.2 (we used the dev env on JBOSS dev studio), and its working, now we got to deploy it in jboss5.1.0. I have downloaded and run the server with no changes, the server is running successfully, then we deployed our war file (created from studio). when I tried to authenticate our application (used LDAP authentication), its not going to login.
but the same application is authenticating in jboss 4.2.(this server starts ans stops and deploying in studio).

Is there any change in deployment in both servers?
15 years ago
Hi wang,

I thought you have different idea with java.io, thats why I was waiting for the result from you. I'm not in that way what you think. I dont know why feel angry on this moment.

Thanks from your time.
15 years ago
Wang,

I know with that, but we are having a requirement to remove them through DOS commands executing from java program.
15 years ago
Please look at the code below, I Used java.io package, but I don't get what you are suggesting with that


while executing the above code, When the controller comes to stdInput.readLine() (To display the output), the process is struck and cannot move from there.
I blocked the while loop and executed, the process is done but file is not deleted.

Could you please suggest me with your java.io knowledge how to del file/folder?
15 years ago