Recent content by imported_Tarzan

  1. I

    Sample Java Batch Job programs please...

    Hi Friends, I have to write a Scheduled job in java which needs to run once in a day. This program is intended to take data from one DB and update it to another DB. Any kind of guidance will be of great help.If someone can provide me some already such written program for refrence that will...
  2. I

    Joke

    I was in the airport VIP lounge en route to Seattle a couple of weeks ago. While in there, I noticed Bill Gates sitting comfortably in the corner, enjoying a drink. I was meeting a very important client who was also flying to Seattle, but she was running a little bit late. Well, being a...
  3. I

    SQL Query

    Hey Thanks for the update, actuall I was looking for single instance to be returned so I was not able to use the option IN, and it was not working with the option OR. I some how managed to get it I have used another When statement with this time the value as 2 (CASE...
  4. I

    SQL Query

    Hi There, Can you please help in completing a Query, I will give a brief intoduction on the problem. I have to calculate the date by using a parameter Status if the status is 1 then it has to fetch the value of the record created and the when the status is 1. I have written a Query for...
  5. I

    NFS Mount

    Hi There, Actually we are working on a application, the application in such a way that whenever an attachment added to application it will store the attachment in the system dirve itself. (The next time when this is called it will fetch from the system path rather than the DB in order to...
  6. I

    NFS Mount

    Hi There, Thanks for the update any doubts will get back. Cheers :Q
  7. I

    NFS Mount

    Hi There, Can you please tell me what is NFS mount, or any documents available to know more about this. Thanks in advance, Cheers, Tarzan :cool:
  8. I

    JBoss Issue Thanks

    Hi there, Thanks to our Golden members Kamper and RealCool, for helping me out in solving the JBoss issue. I am sorry to post in this because all the links was working in the page except the Reply link, so I could not continue with that posting. Any of you encounter this problem...
  9. I

    J-Boss help

    Hi There, I installed Tomcat in the same drive that of JBoss and in the same Hierarchy of the folder structure. I did not know that JBoss comes with tomcat integrated by default until I enconterd this problem. I am new t JBoss
  10. I

    J-Boss help

    Hi There, I have deployed a web base application using JBoss webserver, it was working fine. Today I installed tomcat to deploy another application since it was not working, I had to remove tomcat. I am unable to access the application that i deployed in JBoss, I guess this is...
  11. I

    Laptop help needed

    I want to buy a laptop, I checked out some model from Dell the configuration seem to be preety good can u please guide me what are some of the other companies that provide good laptops, please send in your suggestions. Thanks in advance Cheers :confused:
  12. I

    JSP

    Hi There, I want to learn JSP from the scratch can you please refer me a good book or any website... (I am preety comfortable with html) :cool:
  13. I

    C++

    Hey there thanks for the clarification
  14. I

    C++

    In C++ or any programming language if we define a variable then it carries a garbage value if not assigned. Similarly what would be the default value if an object is not assigned. I was working with intellij editor it was prompting an error ( if i did not assign a value to primitive data...