Java Card Product and Price List

Where to find the Java Card, Card Reader to read Java Card and its Price List issued by Sun Microsystems.I want these products and price list.
What is the tool needed to install the .CAP file in to Java Card?. I have read from the Sun Material, that there will be a off-card installer that loads the binary file of .CAP to Java Card through the CAD device. Where to find the off- card installer?
I had tested a sample application in Eclipse IDE with JCDK 2.2.2 and EclipseJCDE.
Please anyone provide me the details
Edited by: sachindev on Oct 24, 2007 6:22 PM

Hi there,
I found this site with everything that you might need, I would say that prices are reasonable (correct me if I am wrong):
Cards: http://www.smartcardsource.com/cards.htm
Readers: http://www.smartcardsource.com/readers1.htm
SDK: http://www.smartcardsource.com/sdk.htm
Hope it helps...

Similar Messages

  • Autorization of Sales District and Price List Creation to the User

    Dear Experts,
    At Present the end user (customer) is sending the request of New Sales District and Price List Creation to SAP SD Consultant and the consultant creates the same in Development Client SPRO through T code OVR0 etc. and then transports the same to Quality and Production Server. This Process takes a lot of time
    We want to provide the direct access of Sales district and Price List creation to the user in PRD.
    Kindly Let me know what is the best way in which we can handle this situation.
    Regards,
    Ranjan Singh

    Are you sure you want to do that? You will create inconsistencies between the systems which will jepardise future tests. I suggest you just train end-user to do the procedure him/her self. I don't think it costs so much time to transport a couple of requests.

  • Purchased Item Data and Price list

    Hi,
    What are all the tables involved in retriving Purchased Item Master Data and Price List
    What is the t-code ?
    I need to get this data based on vendor.
    Regards
    Uday Kiran

    Use tcode ME2L to fetch data based on Vendor.
    Common Table used in Purchasing are EKPO-PO Item details
    EKKO-PO Header details
    EKBE-PO history
    EKKN-PO account assignment details
    Tcode to check SAP table SE11 /  SE16
    Regards
    PK

  • JoinFieldValue Product and Price

    Hello, I am new to the whole JoinFieldValue expressions, however, this is what I am wanting to do but don't know how to accomplish:
    In a Lead record, I have a picklist called "Product" and another text field called "Price". When a given Product is selected from the picklist, I would like the corresponding price for that product to update in the Price field in real time. The Product to Price relationship is a one-to-one relationship. I believe this can be accomplished with a JoinFieldValue expression.
    An another version of Oracle CRM, I was taking care of the product and price in an Opportunity, and worked with a CRM support agent to create the following expression that worked similarly: JoinFieldValue('<Product>',[<ProductId>],'<cPurchase_Price_ITAG>')
    I did not create this expression though, the support rep did, so unfortunately I don't know how to recreate something similar.
    I'm a bit of a newbie at the JoinFieldValues, so may need some step-by-step instructions for it.
    Thanks in advance for your help!

    This syntax will work only if you have created the custom field with the name "Purchase_Price" and with type "currency". Replace the text <cPurchase_Price_ITAG> by the internal name of your new field, which you can find by pressing the "advanced" button in the "rename field" page of field setup.
    regards,
    Flavio Amorim
    Brazil
    www.triscal.com.br
    Edited by: [email protected] on 08/01/2010 05:39
    Edited by: [email protected] on 08/01/2010 05:39

  • Tax code and price list not appear automatic

    Hi My Dear,
    i work in R12.1.1 (solution beacon)
    -I assigned tax out classification code to an item from the master item,when navigate to sales order and enter the item,the tax code dose not joined with item ,it should be selected from the LOV
    - also I linked the price list to a specific customer and an order type ,when navigate to sales order header and select the customer and order type the price list dose not appear automatic
    i should click on the price list field to appear.
    thanks

    Check the defaulting rules for the order/order line.

  • Products and Services listing for supplier master

    All,
    I am on R12 and adding a new supplier using payables resp.
    One of the details which i can add for suppliers is "Products and Services". Can someone please advise from where is this list being picked up ? Any lookup table.
    I have a requirement to add some more products with there brands to this list based on my business requirements.
    Thanks, Vishal.

    Hello,
    Try to check in the responsibility "Supplier Profile Manager" (iSupplier Module) if there is a configuration for Products and Services.
    HTH,
    Vikram

  • Packing List and Price list

    Hi ,
    Can anyone please let me know how to create packing list?and what is Pricelist , and how can we maintain pricelist ?
    Please explain with some simple scenarios.
    Thanks,
    Kanna.

    Dear Kanna,
    Packing list is one of the output type in the shipping output process.
    Standard output type for Packing list is PL00
    To get the Packing list output you need to do the output determination settings for the outbound deliveries.
    In the output determination procedure you keep the Packing list output type.
    For output determination in shiiping go through this link
    http://help.sap.com/saphelp_47x200/helpdata/en/93/745127546011d1a7020000e829fd11/frameset.htm
    Price list
    Net Price Lists
    Use
    The net price list allows you to provide your customers with pricing information on materials.
    Features
    In the menu, choose: Sales and distribution ® Master data ® Pricing reports ® Net price lists.
    Enter the sales area, the sold-to party and the plant.
    Enter the data that influences pricing (such as order type and pricing date).
    After starting program SDNETPRO a billing document is simulated and the system issues the result.
    Note
    The net price list works with the ABAP List Viewer.
    You can define your own display variants using the ABAP List Viewer. All fields of table VBRP are also available. Subtotal fields KZW11 to KZW16 can be used to create customer-specific information.
    You can find more information on the ABAP List Viewer in: Cross Application Components ® General Application Functions.
    I hope this will help you,
    Regards,
    Murali.

  • Java card simulator and WTK communication problem.

    Hi ,
    I am a newbie to java card .I am doing project on java card based sim.
    For that I am using JavaCard SDK 2.2.2 and WTK 2.5.2 .
    Now when i am trying to connect to cref(java card simulator) from java card midlet,I am getting protocol mismatch error.This is because of WTK runs on slot T=0 and cref runs on T=1.
    then i tried with jcdk3.0.1 classic edition.It provides cref configured to run on both slots T=0 and T=1.
    But when I tried to deploy jcrmi applet on cref running on T=0 i am getting the same error "Protocol mismatch error".
    Can anybody please tell, if there is any way to configure cref to run with T=0?
    Please reply ASAP, as i am stucked with the problem from more than a month.
    Thanks in advance,
    Saviy

    Thanks Anki for replying.
    I am trying to run RMISample from development kit.With steps given in guide as follows
    1.cref -o demoee
    2.Navigate to the
    JC_CLASSIC_HOME\samples\classic_applets\RMIPurse\applet
    directory.
    3.ant all
    it works fine but when i do it with following steps:
    1.cref -o -t0 demoee
    2.Navigate to the
    JC_CLASSIC_HOME\samples\classic_applets\RMIPurse\applet
    directory.
    3.ant all
    i am getting protocol mismatch error.

  • Payment Terms and price list

    Hi,,,
    Can anybody explain to me why when in a A/R Invoice I change the payment terms in the accounting tab before entering the item number the system takes the price list that the pyamet terms has without asking if I want to update the prices. If I enter the item first and then changed the payment terms the system asks if I want to update price according to the ones define in the payment terms.
    Tks
    Adriana

    Hi,
    How can we assign rights to a user who is allowed to change the Payment terms for Purchase orders entered.
    Currently , the moment a PO is entered and the payment terms is changed it prompts a message saying that you are not authorized to change the payment terms.
    Where under Authorizations can i go and change this?
    Can anybody suggest a solution?
    Jyoti

  • Java card application and applet

    Hi
    I' am developing a java card application which has three applets (1-ID, 2-Purse, 3-Library). I mean the same card should be use for personal ID, purse, and as library card. Using eclipse I first have to create a new project.
    File-New-New project-java card project. Then in the package Explorer view right click src then New-other-java card Applet. My question is because my java card application has more than one applet how do I add the other two. Should I add the other two by clicking src again or just add them under the same source code belonging to the java card Applet created at the beginning.

    you mean by again doing right click src then New-other-java card Applet.

  • Java card api and long

    Java card runtime does not have support for primitive long..... but if you absolutly had to have a long, how could one do it.
    I am thinking it would be some sort of byte[] representation. But I havent found any information. Can someone point me to the right direction

    The int keyword and its 32-bit integer data type are optionally supported.
    what is wrong with using a byte array ?
    you can convert long to byte array and vice versa with your
    own code.

  • Java card Applet and sim toolkit applet

    What is Difference between this two?
    When i load java card applet on sim ,then applet is not visible on GSM phone. But sim toolkit Applet is visible on GSM phone.
    i think,SIM uses sim.toolkit ad sim.access to interact with Applet.
    is it so?
    Plz solve my query.
    Thankx 4 ur valuable time.
    Regards
    Divyesh.

    for programming in sim card, you must use necessarily sim toolkit applet.
    I thing that the difference between Javacard applet and Simtoolkit applet is that:
    - sim toolkit applet is only for sim card
    - java card applet is for another smart card
    of course, both have some joint things.

  • IDES for writing Java card applets and converting the applets as CAP FILE.

    I have developed a JAVA CARD APPLET , FindMFValueJCA.java . It gets compiles in net beans 6.0 But while converting the applet to CAP file i am getting some errors. Is there any other IDES which take care of converting the CAP files

    What's the Java version you are using?
    As the java card tool kit has version dependencies. If you are using java_card _kit 2.2.2 then 1.5 is fine.                                                                                                                                                                                                                                                                                                   

  • World shapefile vendors and price list

    Hi,
    I am working in a ship tracking project. For that we need a world map(shape file format). Please suggest me the vendors and the pricelist for buying the Worldmap.
    Urgent. Please help me. thanks in advance.
    regards,
    Sangeetha

    Hi Sangeetha,
    Check this links http://www.adci.com/products/awm5_pricing.html,
    http://www.bartholomewmaps.com/world_lite_test.htm,
    http://www.mapworld.cn/EN/news_view.asp?newsid=33 (chinese details)
    Wijnand

  • JSP (no java code), taglibs and dynamic list boxes

    Hi,
    Can anyone recommend a few examples of JSPs using Tag Libraries to represent a dynamic dropdown box in a form? We are trying to learn how to incorporate tag libs into our pages so we have no code on the JSPs. We currently have a JSP that uses dynamic dropdowns, but the all the code is in the JSP. Most examples we find use either static data or just output data into a table with taglibs. But our pages use many dropdowns, inputs, etc... for updates and inserts. We are using JSPs, servlets, and tags which will get data from EJB's (stateless and entity). (We are also using WEblogic Server 7.0 if that makes any difference) If you know of some good examples or tutorials that show how to accomplish this, it would GREATLY help us out!!
    Thanks!

    Check out Struts, they have an HTML taglib that does exactly what your talking about. http://jakarta.apache.org/struts

Maybe you are looking for

  • I still don't get iCloud

    Hello everyone. I have been tempted to use iCloud on my iPhone to sync with my Mac and in the future, with an iPad. I got tired of a 10 hour backup that wouldn't finish so I cancelled it and just decided to wait. Now that I wanna take the plunge I st

  • How to add osmonitor to servers

    Hi all, <br> I have a bunch of galaxy servers installed with our jumpstart server. I would know manage them with N1SM. I can discover those server without any problem but can't enable the osmonitoring. Trying adding this feature always end up with :

  • Premier Pro and the Dreaded 7b Error

    Hi - Everything was / is working fune with my CS6 Cloud software with the exception on Premier Pro. Every time I try to load / start it, I get a "0xc000007b" error. I've tried everything I can think of but to no avail. Any ideas whats going on? I hav

  • What happens after login

    i use Form based authentication in my web application. i would like to redirect the user to a welcome page after the user successfully logs in. That is I want to have a login form page and upon login, the user is redirected to a certian page. the j_s

  • IBook G3-Reinstall Tiger-Can't Find Driver

    I have an old G3 (500MHZ) running Tiger and had the hard drive fail.  I replaced the hard drive and couldn't find my Tiger disk (think I donated it with a desktop G4 several years ago).  Therefore, I loaded in Panther and it works fine accept I'd lik