Saving application ?

hi,
I am new to web dynpro for java and developing application using NWDS, when i an writing any code in the for a button, when i click save all metadata, all of my code which i had written is lost. can anybody provide me the solution how to avoid this.
Regards,
Navneeth.K

Hi Navneeth,
You can only write code between
<b>//@@begin <your method name>
//@@end</b>
As every time you click on save all metadata the complete java file is regenerated an only the code written between these tags is retained.
Regards
Sid
Message was edited by:
        siddharth chauhan

Similar Messages

  • How to get to folder in /Library/Saved Application State/com.adobe.flashplayer.installmanager.savedState

    I have a file saved in a folder which according to a find ?/ -name "" search is located here /Library/Saved Application State/com.adobe.flashplayer.installmanager.saved
    But I can't browse through this folder structure in Finder (I have run command to allow me to see hidden folders if that is required).
    Please can someone help me to find out how to get to this file. It's an excel spreadsheet.
    Thank you

    When I try to save another excel file that I have also opened from a password protected zip file, the automatic folder selected is "wzQL.8t0UHS". When I try to save a file with exactly the same name as the file that is missing into the folder "wzQL.8t0UHS" it tells me that the file already exists and asks if I want to replace it.
    My assumption was therefore that it was some kind of cache where the file is intact.
    When I've done a search on the name of the file I am looking for in Finder, I do not find the file.

  • Creating a file saving application

    Can someone tell how to create a file saving application. i.e. an applicaiton that takes a file from one destination and saves it at another. I know I will have to use an instance of FileOutputStream to create the new file, but do I need to use FileInputStream to read the bytes of the file first, before writing it?
    I would be grateful if anyone could help, as i am fair begginer at Java. Cheers.

    Actually streams are more appropriate here. Only use Reader and Writer if you are sure that your file is a text file. Beyond that, it is inefficient to keep calling readLine. Read in a big chunk with a buffer instead.
    You would have to do this:
    BufferedReader in = new BufferedReader(new
    FileReader("input.txt"));
    PrintWriter out = new PrintWriter(new
    FileWriter("out.txt"));
    while(true)
    String line = in.readLine();
    if(line == null)
    break;
    out.println(line);
    in.close();
    out.close();For more programming help, visit
    http://www.NeedProgrammingHelp.com or email me
    at [email protected]

  • Applescript to delete caches and folders in Saved Application State

    I don't know if this can be done, but I'd like to write and Applescript to perform these functions:
    1) to delete caches from all 3 cache folders and the ~/Library/Saved Application State folder
    2) to run at  logout, shutdown or startup (any of those is fine)
    3) to run  with admin credentials already provided
    Can this be done?
    Thanks.

    You're not going to find anything useful in that folder. To clear an application's saved state, launch it while holding down the shift key. I very strongly advise you not to use the shell unless you're sure you know what you're doing.

  • How to back up saved application data when moving to new iPhone?

    So I've done a fairly extensive search on google trying to figure out how to backup not just my apps, but the saved data within them as well. Most of the stuff I'm finding requires jailbreaking or many steps. I'm coming here to post to see if there is an 'easy' way to do this by now..
    I mean you back up your old iPhone through iTunes but from what I'm hearing that does not save the application data? I don't understand how this was not put in, especially considering how the iPhone is made to look like such a great portable gaming device, in which many save your progress along the way..
    For example, I have peggle on my iPhone 3G and have been playing it a little bit here and there for a little more than a year and have 100% completed on most levels. I don't want to lose all that, you know?
    So anyways, is there any simple way to do this yet? If not, what's the simplest way to go about doing this?
    Thanks!

    Thank you for responding... I wonder then why so many posts are regarding this online...
    So all I need to do is back up my 3G iPhone in iTunes, and then just restore from backup with the iPhone 4 and all my saved data and stuff will remain? Cool!

  • Saving application state, iPad

    Hi
    I'm working on my first game for IiPad developed in Flash pro. CS6 (Air 3.7).
    It seems like Air is handling when the game is moved to the background and I just use Event.DEACTIVATE and Event.ACTIVATE to pause timers and animations etc.
    But when the App is closed by IOS (or by the user) the application state should saved so the user can continue when he reopens the app - or so I've read.
    Or saw one example of this listening to Event.SUSPEND and saving the data in SharedObject.
    Is it necessary to save every state of any bullet flying around or is it OK the just continue from the last level played ?
    Would an app that doesn't save the application state get rejected from App store?
    Any help appreciated
    Thanks!
    Rolf

    Thanks Colin. It seems a bit over-kill to save the exact application state in the game i'm working on.
    I think I'll just let the user start over if the application is closed. - I was afraid that Apple would reject the app.
    Thanks again.
    Rolf

  • Brand New Time Capsule Not Saving Applications

    I have a brand new T2 Time Capsule that I set up less than one week ago. All the settings appear to be fine, however when I went to restore an email client application today from the Time Capsule, I could not find any applications. My application folder in the Time Capsule does not have any applications inside the folder. I checked my TC preferences, and there is nothing listed in the backup exceptions.
    Please instruct me as to how to save my applications via the Time Capsule backup process and how to access and restore them to my MacBook.

    This is not normal.. TM is supposed to backup everything on the computer except what you deliberately exclude.. there is nothing you have to do to make it backup your applications.
    There was a bug however in Mountain Lion.. where certain things were not backed up.
    Look at D10 here. http://pondini.org/TM/Troubleshooting.html
    As is often the case.. bugs are not fixed between versions rather they just carry on in different forms and new ones are added.. so far Mavericks has not been kind to TM.
    My recommendation is that it is unreliable.. do not trust TM to make full complete backups.
    Buy CCC or another backup software.

  • APEX 2.1 saving Applications

    Now that I have gotten in, I do not know how to save the application work that I did. I lost a report! How do you save your application and not lose all your work? Then how do you load it for the next time to work on some more?
    Also, how do you create an executable file, or at least a file that can be viewed by others in an Oracle environment?
    I am very new at this and can use all the help I can get.
    Many thanks,
    -Robert

    Robert,
    You save your work in the database, if you are using APEX. To show others, they will need to be able to access the machine the database is stored on.. I would REALLY suggest you read up on the product and go through the two day tutorial : http://download.oracle.com/docs/cd/E17556_01/doc/appdev.40/e15516/toc.htm
    Thank you,
    Tony Miller
    Webster, TX
    I cried because I did not have an office with a door until I met a man who had no cubicle.
    -Dilbert

  • Error saving application in deploytool

    I get the following error when i try to save an application in deploytool, after making some changes.
    Error setting descriptor null in com.sun.enterprise.tools.deployment.ui.archivist.SunOneWebArchivist
    any ideas why the above error occurs??
    Best regards
    Antony

    These permissions bugs in Lion are pretty prevalent and I've had to reset a lot of application defaults since migrating between machines. Do the following and let me know if it works:
    Copy your Mail and Mail Downloads folders in ~/Library/ ( where "~" is referring to your User). Paste these folders your copied into something on your desktop as a back up.
    Then navigate to ~/Library/Preferences and find the two .plist files named, "com.apple.mail.plist" and "com.apple.mail.plist.lockedfile" and delete them.
    Relaunch Mail.
    Relaunching should cause a new .plist file to generate that reads as defualt and using the contents of your ~/Library/Mail folder your OS X Mail shoudl look like it did.
    I have issues changing prefs in mail and seem to have a bigger bug at work since I continually have to trash my mail.plist once a week or else I can't connect to my SMTP server. But this always works and I get rid of the, "...writing preferences to your disk has failed..." message.

  • Saving application state on application unload?

    Hi,
    I want to save my application's state in the shared local
    object when it gets unloaded (ie, when the user goes to another web
    page or when the user closes the browser. Is there a on unload
    event for the _root flash movie? How do I do this? Thanks.

    No there isn't. You need to solve this from
    javaScript.

  • Saving Applications From damaged HD

    Hey fellas,
    my macbook pro is having some hd problems and just to preempt a big meltdown ive ceased using it and ordered a new hd to install in it. Right now it doesn't boot at all but target disc still works. My question is, can I salvage my applications folder and all my applications, including cs3, final cut pro and logic and just copy them over to the new HD so i dont have to install everything seperately again. Thanks for the help

    Justin Siegal wrote:
    Hey fellas,
    my macbook pro is having some hd problems and just to preempt a big meltdown ive ceased using it and ordered a new hd to install in it. Right now it doesn't boot at all but target disc still works. My question is, can I salvage my applications folder and all my applications, including cs3, final cut pro and logic and just copy them over to the new HD so i dont have to install everything seperately again. Thanks for the help
    When you get your new HD, you can mount your old one in an external USB of FW box and access it as an external drive. Some apps can simply be copied over, but other apps, especially those that required a password to install, will most likely have to be reinstalled since they are tightly wrapped into the OS and not merely a simple executable.
    Depending on how much the drive is damaged, you can probably get all your data back.
    You might also consider using DiskWarrior on the bad disk while it is still in your computer, but only after backing it up - to see if you can completely recover it.
    If you create a "live" Ubuntu linux system on a CD, you can copy your drive onto an external drive as others have successfully done.
    Check out Ubuntu's website for info:
    http://www.ubuntu.com/
    It all depends on how much data you need to recover, and how much time you are willing to spend getting it.

  • Only ibooks opened, with the book, then button publish, at the validation stage one only i see  : warning error saving application

    only ibooks opened, with the book, then button publish, at the validation stage one only i see  : warning error saving application

    Search the discussion groups or read more of teh  threads in the list...  this  problem has been rasied many times in teh last  few days and the "cures" are many and varied.

  • Print program is not getting triggered when saving the application

    Hi all,
    My requirement is when i save the invoice using VF01 the print program should get triggered.
    The print program is not getting triggered when saving the application even when i have configured the outtype and have attached the print program.
    The setting "send immediately (when saving application)" is also checked.
    I need to configure it for VF01 transaction.
    The error message displayed was " please maintain output device in master data".
    Regards,
    Umesh

    Hi Umesh
    Please check if you have missed any of the following:
    1. Defining Access Sequence(can use existing).
    2. Defining Output Condition Type(can use existing). - Assigning the Driver Program and Form in processing routine.
    3. Output Determination Procedure
    4. Assign Output Procedure to Billing Types
    Kind Regards
    Eswar

  • Expression or Calculation tag value are reset to last application saved value when PC reboot

    I'm doing daily logging data for daily report and for the daily flow calculation, I'm doing those step:
    1- When Timer1 = 11h55 -> Daily_Volume = (Actual_Volume - Yesterday_Volume)
    2- When Timer2 = 11h56 -> Yesterday_Volume = (Actual_Volume )
    3- When Timer3 = 11h58 -> Log to database Daily Volume
    The problem is that when you restart the application or the PC, the calculation tag "Yesterday volume" reset to the last saved value.  
    Exemple 2012-01-01 last saved application changes,
    - 2012-01-01 my Actual_Volume = 1000 USGal moved to my Yesterday_Volume.
    - 2012-01-02 my Actual_Volume (1100 USGal)  - Yesterday_Volume (1000 USGal) = Daily_Volume (1000 USGal) move the Actual_Volume to Yesterday_Volume.
    - 2012-01-03 my Actual_Volume (1200 USGal)  - Yesterday_Volume (1100 USGal) = Daily_Volume (100 USGal)
    We've got a power shutdown or any PC reboot.  On the 2013-01-01
    - 2013-01-01 my Actual_Volume (19000 USGal)  - Yesterday_Volume (1000 USGal) = Daily_Volume (18000 USGal) move the Actual_Volume to Yesterday_Volume.
    - 2013-01-02 my Actual_Volume (19100 USGal)  - Yesterday_Volume (19000 USGal) = Daily_Volume (100 USGal) move the Actual_Volume to Yesterday_Volume.
    Those values reset to the last application saved value cause bad data in my daily, monthly, yearly reports.  How can we retain calculation tag value to avoid those reset problem?

    In Edit mode, File->Modify Process, there is an option "Save state file every xxx minutes". Is this one checked or not?
    The value of objects should be saved in the state file when you close the process, or periodically saved according to this setting. The saved value will be loaded next time you open the process.
    Ryan Shi
    National Instruments

  • Photoshop Elements 12 Editor Shuts Down Without Saving for Web

    Hi
    I have a mac version of Photoshop Elements 12 Editor. I have been using the products for a few months with no problems until recently when I try to save for web (after the preview is shown), the program will shut down by itself when I click the "Save" button.
    Mac version OS X 10.9.5

    Oh, and while you're in there delete:
    com.adobe.PhotoshopElements.plist
    Adobe Photoshop Elements 12 paths
    Adobe Photoshop Elements 12 settings
    There's a saved application states folder at the same level as the Preferences folder. Delete anything in there for PSE.

Maybe you are looking for

  • The logic of iCloud settings ??

    The logic of iCloud settings ?? I don't understand how iCloud settings are organized. Can someone please explain? I indicate the confusing aspects below. Tapping iCloud brings up a page titled ‘iCloud' and which is a mix of Apple apps and services. B

  • Specifications of webdynro native components

    Hi Experts, Am working on Adobe forms in webdynpro for abap I could use value help and dropdown list under webdynpro native components(in Library). Can any one explain me abt remaining components and how to use. This 'l be really helpful to me. and o

  • Locking the Form to be signed only by certain Signature Certificates

    Hello, I have a form that I would like to restrict singing it to certain certificates. I tried to check the box under Signature Settings/Signing certificates/Specify the Signing Certificates. every time i hit OK and come back to the setting  I see th

  • HT201441 the previous owner is not available so i do not know how to activate the phone

    I bought an iphone and i am unable to activate it due to the fact that i am no longer in contact with the previous owner,

  • Click sound between gapless tracks

    So I got a CD (Demigod from Behemoth to be specific), and I'm trying to rip it with iTunes. The first two songs are supposed to flow together gaplessly/seamlessly. However, instead of it flowing perfectly like when I play the CD, the ripped MP3s (ver