1<HTML><!-- #BeginTemplate "/Templates/MainTemplate.dwt" --> 2<HEAD> 3<!-- #BeginEditable "doctitle" --> 4<TITLE>RB Manager Tutorial - Saving</TITLE> 5<!-- #EndEditable --> 6<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> 7<STYLE TYPE="TEXT/CSS"> 8<!-- 9.topicHead { font-family: "Times New Roman", Times, serif; font-size: 14pt; font-weight: bold; text-align: center; color: #333333} 10.topicList { font-family: Georgia, "Times New Roman", Times, serif; font-size: 9pt; color: #FF0099; list-style-image: url(../images/diamond_bullet.gif); text-decoration: none; font-weight: bold} 11.mainBlock { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; margin-top: 5px; margin-right: 5px; margin-bottom: 5px; margin-left: 5px; padding-top: 5px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; text-align: justify} 12--> 13</STYLE> 14</HEAD> 15 16<BODY BGCOLOR="#FFFFFF" LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0"> 17<TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0"> 18 <TR> 19 <TD ROWSPAN="2" COLSPAN="2" BACKGROUND="../images/template_ul.gif" HEIGHT="75"><IMG SRC="../images/spacer.gif" WIDTH="280" HEIGHT="1" HSPACE="0"></TD> 20 <TD HEIGHT="15" WIDTH="100%" BACKGROUND="../images/template_u.gif"></TD> 21 </TR> 22 <TR> 23 <TD HEIGHT="60" > 24 <CENTER><IMG SRC="../images/TitleLogo_transparent.gif" VSPACE="0"></CENTER> 25 </TD> 26 </TR> 27 <TR> 28 29 <TD WIDTH="200" BACKGROUND="../images/template_l.gif" VALIGN="top"> 30 <TABLE WIDTH="180" CELLSPACING="0" CELLPADDING="1"> 31 <TR> 32 <TD CLASS="topicHead">General</TD> 33 </TR> 34 <TR> 35 <TD VALIGN="center"><IMG SRC="../images/template_line.gif"></TD> 36 </TR> 37 <TR> 38 <TD CLASS="topicList"> 39 <UL> 40 <LI><A HREF="../system_requirements.html">System Requirements</A></LI> 41 <LI><A HREF="../faq.html">FAQ</A></LI> 42 <LI><A HREF="../future_features.html">Future Releases</A></LI> 43 <LI CLASS="topicList"><A HREF="../future_features.html">Version 44 History</A></LI> 45 </UL> 46 </TD> 47 </TR> 48 <TR> 49 <TD CLASS="topicHead">RB Manager</TD> 50 </TR> 51 <TR> 52 <TD VALIGN="center"><IMG SRC="../images/template_line.gif"></TD> 53 </TR> 54 <TR> 55 <TD CLASS="topicList"> 56 <UL> 57 <LI><A HREF="../index.html">Home</A></LI> 58 <LI><A HREF="index.html">Tutorial</A></LI> 59 <LI><A HREF="../views/index.html">Functionality and Views</A></LI> 60 <LI><A HREF="../lookandfeel.html">Look and Feel</A></LI> 61 <LI><A HREF="../menu.html">Menu Items</A></LI> 62 <LI CLASS="topicList"><A HREF="step1.html">Preferences</A></LI> 63 </UL> 64 </TD> 65 </TR> 66 <TR> 67 <TD CLASS="topicHead">RB Reporter</TD> 68 </TR> 69 <TR> 70 <TD VALIGN="center"><IMG SRC="../images/template_line.gif"></TD> 71 </TR> 72 <TR> 73 <TD CLASS="topicList"> 74 <UL> 75 <LI><A HREF="../RBReporter.html">Home</A></LI> 76 <LI>Report Types</LI> 77 <LI><A HREF="../scanfile.html">Code Scanning</A></LI> 78 </UL> 79 </TD> 80 </TR> 81 </TABLE> 82 83 <P> </P> 84 </TD> 85 86 <TD COLSPAN="2" VALIGN="top" CLASS="mainBlock"><!-- #BeginEditable "Main" --> 87 <H2 ALIGN="CENTER">Step 6. Saving the Results</H2> 88 <P><B>Always Save Periodically</B></P> 89 <P>None of the work you do in managing the resource bundle is final until 90 you have saved the results. The first time you save the resource bundle, 91 you should select the 'Save Resource Bundle As...' option from the file 92 menu. Select a folder in which to save the file and enter in the base 93 class name or the base class name followed by the .properties suffix and 94 press save.</P> 95 <P>Once this has been done, it is sufficient to chose the 'Save Resource 96 Bundle' option from the file menu. If you are working with a versioning 97 tool such as Microsoft's Visual Source Safe, etc., be sure that you have 98 write priveleges to the entire bundle of files. Otherwise, you will recieve 99 warning from RBManager that it was unable to write to all of the files.</P> 100 <P>A way to get around this is to save the resource files individually. 101 In order to do this, right click on a resource file in the tree view and 102 select the 'Save Resource File' option. This is not recommended if you 103 have made changes to the entire resource bundle, but if you have only 104 been doing translation work for a particular file, or a few files, saving 105 in this manner can be useful.</P> 106 <P>If you ever want to change the location or base class name of the resource 107 bundle, you may do so by resaving with the 'Save Resource Bundle As...' 108 option.</P> 109 <P><B>Good Luck</B></P> 110 <P>You will find that using this tool will speed up the development process 111 for your international application or web service. As this is only an 112 alpha version release, be sure to check alphaworks frequently for updates 113 in functionality and bug fixes.</P> 114 <P><A HREF="step5.html">Back to Step 5</A></P> 115 <!-- #EndEditable --></TD> 116 </TR> 117 <TR> 118 <TD BACKGROUND="../images/template_ll.gif" HEIGHT="40" WIDTH="200"> 119 <!-- Comment --> 120 </TD> 121 <TD WIDTH="80"> 122 <!-- Comment --> 123 </TD> 124 <TD> 125 <CENTER><SPAN CLASS="Copyright">Copyright 2000-2001 International Business Machines, All Rights Reserved</SPAN></CENTER> 126 </TD> 127 </TR> 128</TABLE> 129 130</BODY> 131<!-- #EndTemplate --></HTML> 132