Java sources for ui components, specially renderers

Hello,
I'm kind of lost in the Java Studio Creator libraries.
In order to understand components functionality I need to see java sources.
However, as I see, the included sources are not complete.
E.g. they have
com.sun.rave.web.ui.component package sources,
but do not have
com.sun.rave.web.ui.component.renderer - which is most interesting for me
Where can I find complete sources?
Also about versions. This Rave2.0 version is based on what jsf version? I can only guess that it's jsf1.1, is it correct?

Java Studio Creator is free but not open source. We may be headed that way, but for now, what you see is what's available for examining source. You might find "API Specifications" helpful at http://developers.sun.com/prodtech/javatools/jscreator/reference/docs/apis/
Yes, Creator 2 is based on JSF 1.1.

Similar Messages

  • Java Source for the tools.jar class files?

    Hi
    I'm writing custom taglets within an IDE. It would be great if I could find the source for files in tools.jar. Right now I'm a bit hindered by the lack of method specifications I would get if I had the source code.
    I'm especially interested by the Tag class methods
    Thanks

    Hi,
    Tag (and everything else in com.sun.javadoc) is an interface, so there are no class (static) methods.
    What was it you were wanting to do or to know?
    Bruce

  • The Java source for TEA (Tiny Encryption Algorithm)

    Hi,
    I'm looking for the Java implementation for both encode and decode routines for TEA.
    I did them in C but I used "unsigned" modifier for data because I have to perform the left shift.
    Of course, I'll be happy if someone can give me a solution for the simulation of an "unsigned" int in Java.
    Thanks a lot!

    For simulating unsigned int:int signedInt = -2001;
    long unsigned = signedInt & 0xffffffff;

  • Advantages of using ejb vs java objects for pipeline components?

    hi,
    one of our applications is a fairly simple application. for simplicity sake, we are considering using java objects (accessing database tables) instead of ejbs for our pipeline components.
    before flying with this decision, we'd like to be sure we are not missing something obvious.
    please send me any references/pointers you have that summarize what the advantages of one approach (ejb vs java objects) over the other are.
    thanks!

    Wole, you will get a much better response posting this to
    weblogic.developer.interest.ejb newsgroup.
    Joseph Nguyen
    BEA Support
    "Wole Bankole" <[email protected]> wrote in message
    news:3c9a6a1a$[email protected]..
    hi,
    one of our applications is a fairly simple application. for simplicitysake, we are considering using java objects (accessing database tables)
    instead of ejbs for our pipeline components.
    >
    before flying with this decision, we'd like to be sure we are not missingsomething obvious.
    >
    please send me any references/pointers you have that summarize what theadvantages of one approach (ejb vs java objects) over the other are.
    >
    thanks!

  • How do I change Transfer Syntax for DICOM images using sample Java sources?

    Hi,
    I tested using Note:876534.1 Java API samples. It works fine when I put the "Implicit VR Little Endian" DICOM file.
    I could insert the DICOM file, also I could get the all DICOM tags correctly by SQL.
    But I could not get all DICOM tags when inserted "Explicit VR Little Endian" and "JPEG Lossy" DICOM file.
    Also I could not find how to change the Transfer Syntax to orddicom Java API.
    How do I change following simple java source for inserting different Transfer Syntax DICOM file?
    Connection conn = DriverManager.getConnection(args[0], args[1], args[2]);
    System.out.println("Got database connection");
    conn.setAutoCommit(false);
    Statement stmt = conn.createStatement();
    CallableStatement cs = null;
    cs = conn.prepareCall("begin ord_dicom.setDataModel(); end; ");
    cs.execute();
    cs.close();
    String rowInsertSQL = "insert into dicom_test (id, dcmobj) values (" + args[3] + ",ordsys.orddicom())";
    stmt.execute(rowInsertSQL);
    System.out.println("Inserted empty dicom object ...");
    String rowSelectSQL = "select dcmobj from dicom_test where id = " + args[3] + " for update";
    OracleResultSet rset = (OracleResultSet)stmt.executeQuery(rowSelectSQL);
    rset.next();
    OrdDicom dcmProxy = (OrdDicom)rset.getORAData("dcmobj", OrdDicom.getORADataFactory());
    rset.close();
    System.out.println("selected row for update...");
    File testFile = new File(args[4]);
    boolean success = dcmProxy.loadContent(testFile, true);
    dcmProxy.setProperties();
    if (success) {            
    String updateSQL = "update dicom_test set dcmobj=? where id=" + args[3];
    OraclePreparedStatement opstmt =
    (OraclePreparedStatement)conn.prepareStatement(updateSQL);
    opstmt.setORAData(1, dcmProxy);
    opstmt.execute();
    int contentLength = dcmProxy.getContentLength();
    String SOPInstanceUID = dcmProxy.getSOPInstanceUid();
    System.out.println("contentLength: " + contentLength);
    System.out.println("SOPInstanceUID: " + SOPInstanceUID);
    opstmt.close();
    Thanks,
    Tatsuya
    Edited by: user13490925 on 2011/01/31 1:48

    It would go like this
    1. TIFF + XML metadata => DICOM image file
    you can use the method ord_dicom.createDicomImage(src blob, metadata xmltype, dest blob) to create the DICOM image in a blob.
    2, then use the ORDDicom constructor ORDDIcom(data blob) to create an ORDDicom object
    3. then use the ORDDicom processCopy method to change the image properties.
    Alternatively you can change image properties on the input TIFF image (using ORDImage methods) then create the DICOM image. If you are happy with the image properties then you can skip step 3.
    Edited by: rabbott on Jun 22, 2009 12:41 PM

  • How to obtain java source files in ebs 11.5.10.2?

    Hi all:
    my company is developing a custom SSO solution and I've been requiered to modify the EBS login page in order to validate the user login with an external SOA application.
    I need to modify the estándard SessionMgr.class file but I need the java source for this file.
    I don´t want to decompile it but I can´t find anywhere the source java file SessionMgr.java.
    Any of you know how can I obtain it? Will Oracle provide me with it if I open a SR?
    Thank you in advance.

    Actually, my apologies... the procedure changed recently :)
    Customers should raise a SR to request source code. The first response you would get is the following text:
    Thank you for your request for Oracle E-Business Suite source code.
    Source code may be provided in order for your organization to customize specific E-Business Suite functionality that cannot be easily modified through configuration settings or by the addition of custom code (without changes to existing code).  All such requests are considered on a case-by-case basis and will be reviewed for approval by Oracle Support, Development and Legal.   No code can be released until this review process is complete.
    Requests for large quantities of code may not be approved so your request should be confined to the code actually required to achieve the change in functionality you wish to implement. Note that some specific areas of code will not be released; these include but are not limited to security related code and technology components.
    Should you wish to continue with this request please provide the following information to help us consider your Source Code request.
    E-Business Suite Version:
    Application Mini Pack/Family Pack version relevant to request
    The source code being requested:
    File names and versions (where known)
    Technical description of the functionality you wish to modify
    Reason that this Source Code is required:
    Details of business requirements that cannot be met using existing E-Business Suite functionality
    Explanation of why the changed functionality cannot be achieved through configuration settings or by the addition of custom code (without changes to existing code)
    In this case, I would guess your request may come under "security related code" so would likely be refused (in my opinion)

  • Compile java source trough SQLPLUS (SP2-0317: expected symbol name is m...)

    Hello,
    I have a problem to compile java stored procedure trough SQLPLUS...
    After connection on my DB I execute script which includes many java sources for example:
    SPOOL INS-2870-2012.lst
    PROMPT 'EncoderJava'
    set def off
    set def &
    @@nsEUCStatistics.java
    @@nsVerifier.java
    @@nsICharsetDetectionObserver.java
    @@nsSJISVerifier.java
    @@Big5Statistics.java
    @@EncodingDetector.java
    @@EUCJPStatistics.java
    @@EUCKRStatistics.java
    spool offThe error I get is:
    SP2-0317: expected symbol name is missing
    Enter value for 0xff:
    old  33:                   (s*v.stFactor()+(((v.cclass()[((b&0xFF)>>v.eidxSft4bits)])
    new  33:
    Enter value for v:
    old  34:                   >> ((b & v.eSftMsk4bits) << v.eBitSft4bits))
    new  34:
    Enter value for v:
    old  35:                   & v.eUnitMsk4bits ))&0xFF)
    new  35:
    Enter value for 0xff:
    old  37:                   (s*v.stFactor()+(((v.cclass()[((b&0xFF)>>v.eidxSft4bits)])
    new  37:
    Enter value for v:
    old  38:                   >> ((b & v.eSftMsk4bits) << v.eBitSft4bits))
    new  38:
    Enter value for v:
    old  39:                   & v.eUnitMsk4bits ))&0xFF)
    new  39:
    Enter value for v:
    old  40:                & v.eSftMsk4bits) << v.eBitSft4bits)) & v.eUnitMsk4bits )
    new  40:
    CREATE OR REPLACE AND RESOLVE JAVA SOURCE NAMED "org/mozilla/intl/chardet/nsVerifier" AS
    ERROR at line 1:
    ORA-29536: badly formed source: Encountered ">>" at line 32, column 18.
    Was expecting one of:
    "#sql" ...
    "boolean" ...
    "byte" ...
    "char" ...
    "double" ...
    "false" ...
    "float" ...
    "int" ...
    "long" ...
    "new" ...
    "null" ...
    "short" ...
    "super" ...
    "this" ...
    "true" ...
    "void" ...
    <INTEGER_LITERAL> ...
    <FLOATING_POINT_LITERAL> ...
    <CHARACTER_LITERAL> ...
    <STRING_LITERAL> ...
    <IDENTIFIER> ...
    "~" ...
    "++" ...
    "+" ...
    "-" ...If I execute java stored procedure in TOAD as script all works fine..
    CREATE OR REPLACE AND RESOLVE JAVA SOURCE NAMED "org/mozilla/intl/chardet/nsVerifier" AS
    package org.mozilla.intl.chardet ;
    import java.lang.*;
    public abstract class nsVerifier {
         static final byte eStart = (byte)0;
         static final byte eError = (byte)1;
         static final byte eItsMe = (byte)2;
         static final int eidxSft4bits = 3;
         static final int eSftMsk4bits = 7;
         static final int eBitSft4bits = 2;
         static final int eUnitMsk4bits = 0x0000000F;
         nsVerifier() {
         public abstract String charset() ;
         public abstract int stFactor()   ;
         public abstract int[] cclass()   ;
         public abstract int[] states()   ;
         public abstract boolean isUCS2() ;
         public static byte getNextState(nsVerifier v, byte b, byte s) {
             return (byte) ( 0xFF &
              (((v.states()[((
                 (s*v.stFactor()+(((v.cclass()[((b&0xFF)>>v.eidxSft4bits)])
                 >> ((b & v.eSftMsk4bits) << v.eBitSft4bits))
                 & v.eUnitMsk4bits ))&0xFF)
              >> v.eidxSft4bits) ]) >> (((
                 (s*v.stFactor()+(((v.cclass()[((b&0xFF)>>v.eidxSft4bits)])
                 >> ((b & v.eSftMsk4bits) << v.eBitSft4bits))
                 & v.eUnitMsk4bits ))&0xFF)
              & v.eSftMsk4bits) << v.eBitSft4bits)) & v.eUnitMsk4bits )
    /What I'am doing wrong or how to run my script to load "java source" on my db... (without loadjava)...
    regards

    Hi,
    peterv6i.blogspot.com wrote:
    Hello,
    I have a problem to compile java stored procedure trough SQLPLUS...
    After connection on my DB I execute script which includes many java sources for example:
    SPOOL INS-2870-2012.lst
    PROMPT 'EncoderJava'
    set def off
    The command above tells SQL*Plus not to scan for substitution variables, and to treat the character that marks substitution variables (which is & by default) as a normal character.
    set def &That completely reverses the previous SET DEF command: it tells SQL*Plus to treat & as a special character that marks substitution variables.
    Perhaps you meant to issue the second SET DEF command after running all the scripts, like this:
    set def off
    -- & has no special meaning at this point
    @@nsEUCStatistics.java
    @@nsVerifier.java
    @@nsICharsetDetectionObserver.java
    @@nsSJISVerifier.java
    @@Big5Statistics.java
    @@EncodingDetector.java
    @@EUCJPStatistics.java
    @@EUCKRStatistics.java
    -- Resume default beahvior of &
    set def &
    spool offThis way, & will have no special meaning while you run all those .java files, but it will resume having it's special meaning as the substitution variable marker after that, so you can run other scripts which use that feature later in the same session.

  • Utility to check Java source JVM version compliance

    Does anyone know of any utilities that can check Java source for compliance against various JVM versions (other than an appropriate compiler!).
    So, for example, we're developing using an IDE that only works against 1.4 and later, but must develop to a rather old JVM. At the moment we need to know to avoid certain language constructs, etc. It would be nice to verify that we are compliant before delivering the system for test.

    why other than a compiler? no better test than compiling! later compilers can still compile for an earlier JVM, if you wish
    I'd trust the compiler more than I would some third-party checking application

  • E-Commerce for mySAP ERP: Problem with java source code

    Hello everybody,
    we try to implement web shops on the basis of ECO for ERP 5.0. The shop is running fine and we want to start with some extensions in java classes and web UI with NWDI  2004s.
    We created a new track and our own application as described in "Development And Extension Guide". We need to extend some of the original java classes for the b2b scenario and of course the user interface.
    We got the information from SAP, that the original java classes are not intended
    to be modified by customers and therefore it is not intended to create a project with NWDI that contains that source code. But we should be able to create own DCs and copy the source code into it and then modify them on own risk.
    We tried to do that, but always got errors.
    Due to customer requirements we have to make some modifications otherwise we can not use this solution.
    If there is anybody who has already some experience with this topic we
    would be very glad to get some hints.
    Kind Regards
    Helmut

    Hello Raju,
    I am sorry, but I am no technical consultant, but I am have to change 
    the already installed application for our customers.
    Nethertheless I try to give you some information I have. I had a look at SAP note 883948 you mentioned. The software components which are listed under XECO are the software components which contain the E-Commerce Application. You also find them in the "Development and Extension Guide".
    There are some guides under  http://service.sap.com/instguides -> mySAP Business Suite Solutions -> mySAP ERP -> mySAP ERP 2005 -> Installation. In the document "SAP E-Commerce for mySAP ERP: Business Scenario Configuration Guide" there is a table of the needed components on a high level.
    From the view of the application you need the E-Commerce application itself, the TREX for searching in the product catalog, the IPC if you want to have price calculation in the shop or configuration of products with optional components.
    Hope this helps a bit
    Kind Regards
    Helmut

  • J2EE BluePrints: correct location for common Java source files

    I have a set of Java source files that are common between multiple J2EE applications.
    Within the J2EE package hierarchy, what is the correct location for these files?
    Also, is there a typical package name that common Java source files are grouped under?

    HI,
    There is no standard place. In the blueprints project conventons
    http://java.sun.com/blueprints/code/projectconventions.html it has a place called components/ which would contain shared components like EJBs and other components that could be shared across applications. the package naming would be reflected in that, like com.sun.blueprints.application1. and com.sun.blueprints.application2. and com.sun.blueprints.common.*
    Generally you could put a directory at the same level as the apps (not inside an app's directory structure) and maybe called common/ or shared/ . This common code could be built separtely and into a binary library or jar that you just include in the other applicatons, in the same way you would include some external library jar that you got somewhere and keep in your workspace and your apps use. The packaging of common code is similiar to the packaging of different applications and shared components.
    hth,
    Sean

  • Any way to search for casts in java source code?

    Anyone know of a decent way to search your java source files to find all the casts?
    I ended up doing a simple text search for
         " = ("(quote marks not included) which works for my code because I am strict about writing my casts with spaces like
         String s = (String) iterator.next();Unfortunately, the above search has all kinds of problems with both false positives and negatives. It picks up lots of irrelevant lines like
         int index = (number > 0) ? 0 : 1;as well as misses casts that appear nested inside expressions like
         ((String) iter.next()).charAt(...)I suppose that one could do a regular expression search for any pair of open and close parens which bound non-blank text, but that would pick up even more non-cast expressions in typical java code.
    I think that the only way to properly do this is to have a tool which understands java syntax.
    Anyone know of an IDE which will do this? Does IntelliJ or Netbeans support this kind of search?
    In case you are wondering why I am interested in this, it is because I am refactoring some code to fully use generics, and searching for casts is one source of identifying candidates for genericity.

    cliffblob wrote:
    Better late than never?Yes!
    cliffblob wrote:
    ...The answer I found to ID unnecessary casts was, using Eclipse IDE, In compiler error and warning preferences to warn on unnecessary casts.Thanks for pointing IDEs out. I just opened IntelliJ, and going back to at least version 7.04 (maybe earlier) they have an inspection for "Redundant type cast".
    cliffblob wrote:
    I would still be interested to know if there is a way to identify casts in general in your source, perhaps now four years later there is a way?The only solutions that I can think of are either a complicated regex search, or you must use some tool like an IDE that understand Java syntax and can determine if a cast is happening.

  • Enhancement Request: Actions for JAVA Sources (compile to CLASS)

    Hi All,
    I would like to change my JAVA Source in the DATABASE and compile it again. At the moment I can see only the code but have no actions to compile and generate it to classes. Is this planned for a future release? AS a LAYOUT idea ... if classes can not be displayed I would suggest to remove them from the tree - they are not needed to display as far as I can see a compiled SOURCE. Will Raptor provide this for the future??
    Message was edited by:
    Frank C. Hoffmann
    Message was edited by:
    Frank C. Hoffmann

    I'm seeing the same problem; it will let me view Java code, and edit it in the editor, but there's no way of saving it back to the database, or compiling (or debugging or etc...)
    Also, if I try and run java in via the sql window I get:
    Error starting at line 1 in command:
    CREATE OR REPLACE AND RESOLVE JAVA SOURCE NAMED "whatever" AS
    Error report:
    Non supported SQL92 token at position: 227:
    Don't really know what that error message is for; is that column or row? I can't see either displayed for the sql window anyway. No clue what token it's talking about either - would be useful for it to give a better error message than that.
    thanks,
    William

  • Please, tool for automatic java source conversion?

    Hi,
    Apart from Sun's jilkit, do you know a software a software that could take the
    first java source below as input and automatically produce:
         1) a converted java source file similar to the second file below;
         2) resource files (e.g. mess.properties, mess_es_MX.properties, mess_fr_CA.properties) .
    We know that Sun's jilkit does this but we tried it and it is buggy and
    Sun no more supports it.
    // INPUT FILE
    import java.util.*;
    public class Test
    public static void main(String args[])
    System.out.println("Hello world!");
    System.out.println("You must Walk from " + args[0] + " to " + args[1] + "Km");
    // OUTPUT FILE, we want this done automatically
    import java.util.*;
    public class Test
    public static ResourceBundle resourceBundle = ResourceBundle.getBundle("messages");
    public static void main(String args[])
    System.out.println(resourceBundle.getString("Hello world!"));
    System.out.println(
    java.text.MessageFormat.format(
    resourceBundle.getString("Walk from {0} to {1}Km"),
    new String[]{"" + args[0], "" + args[1]}
    }

    The javadoc tool has no such capability. I believe some IDEs have
    this, but don't know which ones. You could also look at these places:
    http://java.sun.com/j2se/javadoc/faq/#docletsfromthirdparties
    http://doclet.com
    If you find a good tool, you might mention it here for others.
    cheers,
    -Doug

  • Are Multiple (Concurrent) ABAP Data Sources for AS Java UME Possible?

    Hi All,
    We have a solution which is using a JAAS logon module for partner authentication. for reason's I won't go into we have decided that it is best to use an ABAP data source. We will also be using the same JAAS approach for other ABAP applications in the future. Ideally we would configure the same JAAS server to use ABAP UME data sources from ABAP server 1 and ABAP server 2.
    I see there are provisions in the documentation for multiple UME data sources of different types but it doesn't clearly say about different concurrent data sources. IS this even possible? If so is it wise?
    Thanks,
    Doug

    Julius,
    Thanks again for your reply. This is confusing. We have an existing .Net logon application where we centrally administer accounts and where users log in. On successful login they are issued a .net Auth cookie. Our JAAS module takes that cookie, does a web service call back to .Net and authenticates them. So authentication is done on the basis of the .Net cookie, not the java UME. We simply need a java ume to allow users to execute the application that invokes the JAAS module. The application invokes the JAAS module and if they successfully authenticate they are forwarded to the requesting SAP application. So the JAAS ume is really just needed to allow various users to run the JAAS invoking application starter. Ideally we'd use the same starter application for users of SAP Application 1,2,3, etc.
    So that's where the question came from on multiple ABAP  UME data sources for a single Java instance.
    Hope that makes sense. Regardless the answer I guess is not possible but you see the method to our madness. And yes it is madness.
    Thanks,
    Doug

  • Access Java Proposals for a java source code programmatically

    Hi,
    Problem
    Programmatically get java proposals for a java source code (not byte code) via eclipse bundle
    Description
    I am developing one eclipse osgi bundle to correct java source code automatically. I am running osgi bundle inside eclipse itself [Version: Mars Release (4.5.0)]. I am able to get java project object and a class object inside it which I want to correct. Every time I try to collect java code proposals as I put one test file which can be corrected (like duplicate imports), I receive below error:
    Java code line
    JavaCorrectionProcessor.collectCorrections(context, new IProblemLocation[] { problem }, proposals);
    Error description
    !ENTRY org.eclipse.jdt.ui 4 2 2015-07-27 18:57:09.196
    !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.jdt.ui".
    !STACK 0
    java.lang.IllegalStateException: Workbench has not been created yet.
    at org.eclipse.ui.PlatformUI.getWorkbench(PlatformUI.java:93)
    at org.eclipse.jdt.internal.ui.javaeditor.ASTProvider.install(ASTProvider.java:236)
    at org.eclipse.jdt.internal.ui.javaeditor.ASTProvider.<init>(ASTProvider.java:227)
    at org.eclipse.jdt.internal.ui.JavaPlugin.getASTProvider(JavaPlugin.java:741)
    at org.eclipse.jdt.ui.SharedASTProvider.getAST(SharedASTProvider.java:128)
    at org.eclipse.jdt.internal.ui.text.correction.AssistContext.getASTRoot(AssistContext.java:119)
    at org.eclipse.jdt.internal.ui.text.correction.LocalCorrectionsSubProcessor.addUnusedMemberProposal(LocalCorrectionsSubProcessor.java:669)
    at org.eclipse.jdt.internal.ui.text.correction.QuickFixProcessor.process(QuickFixProcessor.java:530)
    at org.eclipse.jdt.internal.ui.text.correction.QuickFixProcessor.getCorrections(QuickFixProcessor.java:316)
    at org.eclipse.jdt.internal.ui.text.correction.JavaCorrectionProcessor$SafeCorrectionCollector.safeRun(JavaCorrectionProcessor.java:378)
    at org.eclipse.jdt.internal.ui.text.correction.JavaCorrectionProcessor$SafeCorrectionProcessorAccess.run(JavaCorrectionProcessor.java:339)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
    at org.eclipse.jdt.internal.ui.text.correction.JavaCorrectionProcessor$SafeCorrectionProcessorAccess.process(JavaCorrectionProcessor.java:335)
    at org.eclipse.jdt.internal.ui.text.correction.JavaCorrectionProcessor.collectCorrections(JavaCorrectionProcessor.java:468)

    Any code from org.eclipse.jdt.ui (or the non-API code in org.eclipse.jdt.internal.ui) is likely to require a running workbench. Only the code from org.eclipse.jdt.core is guaranteed to work headlessly.

Maybe you are looking for

  • Skype In Number Not Working

    After going round and round in circles on Skype's ridiculous web site I seem to have no option but to end up here. My Skype In Number is NOT WORKING.  Why not and how do I get this fixed ?  I am sure Skype will want paid again soon but if I am not ge

  • App World 4.0.0 can't pass Terms and Agreement

    Hello Community, so i have a Curve 9360 running on 7.1.0.336, so far everything is fine. But when i like to load or buy a app from AppWorld (v4.0.0.55), the trouble starts, i can not download any app- e.g. i want to enter "My Wolrd"-> it is loading t

  • No audio via HDMI (dv9700t CTO)

    HP Pavilion dv9700t CTO Entertainment Notebook PC / Windows Vista 64bit I have set the default audio device to the "Realtek Digital Output" device. I get no sound. I upgraded the audio drivers from the HP support site. Still no sound via HDMI. (micro

  • BIN_TO_NUM works only randomly?!

    Hey, I have 2 mappings both make use of the BIN_TO_NUM function in the exact same way. I the first mapping everything works fine, in the second maping there comes an error during deployment, that the "BIN_TO_NUM" function has to be defined first. Doe

  • How to convert .PAT file to .SAR file

    Hi Experts, I have one .PAT file created through AAk kit. Now I am want to convert it to .SAR file. How can I do that? Thanks YG