EJB 3.0 with NetBeans 5.5 help required

Hi
I created a simple HelloUser application in NetBeans 5.5 with the following steps. Build is successful with out any exceptions....but not able to get the lines given for testing* in the Hello application...Please help me how to get the lines which I gave for testing in the Hello application:
1) New Project---> Choose 'Enterprise application' from 'Enterprise' category---->Project Name--Hello, unchecked the Web Application module and checked the client application module--->Finish.
2)Right click on Hello-ejb -->New file -->In the 'Enterprise' category selected 'Session Bean'---> Gave Ejb Name as HelloUserBean, checked only stateless and Remote--> finish
// *** Start of HelloUserBean ***//
package ejb;
import javax.ejb.Stateless;
* @author neelima
@Stateless
public class HelloUserBean implements ejb.HelloUserRemote {
/** Creates a new instance of HelloUserBean */
public HelloUserBean() {
public void sayHello(String name) {
System.out.println("Hello " + name + " welcome to EJB 3 In Action!");
// *** End of HelloUserBean ***//
// *** Start of HelloUserRemote ***//
package ejb;
import javax.ejb.Remote;
* This is the business interface for HelloUser enterprise bean.
@Remote
public interface HelloUserRemote {
public void sayHello(String name);
// *** End of HelloUserRemote ***//
3) Right click on Hello-app-client----> New File---->From 'Java Classes' category selected 'Java Main class' --> Finish
// *** Start of HelloUserClient.java ****///
package ejb;
import javax.ejb.EJB;
* @author neelima
public class HelloUserClient {
@EJB
private static HelloUserRemote helloUserBean;
/** Creates a new instance of HelloUserClient */
public HelloUserClient() {
* @param args the command line arguments
public static void main(String[] args) {
// TODO code application logic here
helloUserBean.sayHello("Curious George");
System.out.println("Invoked EJB successfully .. see server console for output");
// *** End of HelloUserClient.java ****///
4) Run the Hello-app-client
The build is successful with out any exceptions....but not able to get the lines given for testing in the Hello application...Please let me know how to get the lines which I gave for testing in the Hello application
Please find below the Hello-app-client(run)
init:
deps-jar:
Created dir: C:\NetBeans_projects\Hello\Hello-ejb\build\jar
Created dir: C:\NetBeans_projects\Hello\Hello-ejb\build\ear-module
Copying 2 files to C:\NetBeans_projects\Hello\Hello-ejb\build\jar\META-INF
Compiling 2 source files to C:\NetBeans_projects\Hello\Hello-ejb\build\jar
compile:
library-inclusion-in-archive:
Created dir: C:\NetBeans_projects\Hello\Hello-ejb\dist
Building jar: C:\NetBeans_projects\Hello\Hello-ejb\dist\Hello-ejb.jar
dist:
deps-jar:
Created dir: C:\NetBeans_projects\Hello\Hello-app-client\build\jar
Copying 2 files to C:\NetBeans_projects\Hello\Hello-app-client\build\jar\META-INF
Compiling 2 source files to C:\NetBeans_projects\Hello\Hello-app-client\build\jar
compile:
Created dir: C:\NetBeans_projects\Hello\Hello-app-client\dist
Building jar: C:\NetBeans_projects\Hello\Hello-app-client\dist\Hello-app-client.jar
dist:
Distributing C:\NetBeans_projects\Hello\Hello-app-client\dist\Hello-app-client.jar to [localhost:4848_server]
Start registering the project's server resources
Finished registering server resources
deployment started : 0%
deployment finished : 100%
Deploying application in domain completed successfully
Trying to create reference for application in target server completed successfully
Trying to start application in target server completed successfully
Deployment of application Hello-app-client completed successfully
Target module started
run-deploy:
Copying 1 file to C:\NetBeans_projects\Hello\Hello-app-client\dist
run-tool:
run-jar:
run-display-browser:
run:
BUILD SUCCESSFUL (total time: 13 seconds)
Edited by: Neil_k on Nov 27, 2007 7:10 AM
Edited by: Neil_k on Nov 27, 2007 7:20 AM
Edited by: Neil_k on Nov 27, 2007 7:35 AM

i think the line would not appear in client console but in server console,please check the server console. make sure you have deploy the ejb

Similar Messages

  • Search Help with in a serach help required in SRM 4.0

    Hi,                                                     
    Requirement: Search help required for Product Category field in the Search help for Product(BBPH_PRODUCT) in SRM portal.
    This search help is used in Create shopping Cart transaction. The hyper link on Internal Goods/Services leads to the search help BBPH_PRODUCT. 
    My analysis:           
    The field Product Category (CATEGORY_ID) has search help(COM_CAT_HIER) attached to its data element. When I single test the search help BBPH_PRODUCT in SAP GUI,I can see the search help for field product category in the selection dialogue box. However the same does not appear on the corresponding screen in HTML.
    Please let me know whether I need to do some thing to make the search help appear on the HTML screen?
    With Regards,         
    Prakash Kamath

    Hi Prakash,
    I have the same problem but with another field. Unloading point. Could you please tell me how did you solve this problem with displaying F4 help on html/ SRM portal?
    Thank you very much.
    Best regards,
    Danijela ZIvanovic

  • JavaFX EJB 3.1 with Netbeans and GlassFish v3

    Hi everyone.
    I'm searching for a solution to connect my JavaFX WebApplication with EJB's.
    It seems there is no information in the Web.
    Basicly, is it possible?
    has anyone a link or a small running example?
    How can i deploy a JavaFX Application into an Enterprise Application.
    Thanks for your response
    Kind Regards

    Since you can use regular java from javafx, it's not too difficult. Keep in mind javafx is more like a swing application than a servlet or jsp. It's an important factor when deciding how you want to connect. There are a couple options:
    EJBs and the ACC
    I'm sure it's possible to get the Glassfish ACC (application client container) integrated in some way, but haven't actually done it. I don't think it's a good solution for javafx since it it uses an extra port (3700 by default) for RMI communication. However, depending on your requirements, it may be a possibility.
    REST
    I'm fairly sure this will be the preferable approach for javafx and writing REST like services using Glassfish 3.1 is very easy. It's mostly annotation based. There's lots of documentation around the we for writing REST like services for Glassfish and I've seen several examples of how to consume those services in javafx. I don't have any links handy, so you'll have to do a bit of googling.
    Most of the documentation about connecting a swing application to Glassfish is still relevant for javafx. I know you were looking for code samples, but I haven't seen many (or any) on the topic. Hopefully my info is enough to get you started.
    Good luck,
    Donald McRonald

  • Procedure with collection as parameter- help required

    I am having records as below:
    Add Rol Time
    A1     8:20
    A2     8:25
    A2 R1 8:29
    A2 R1 8:32
    A3     8:45
    A3     8:46
    A3     8:50
    I have a scenario where I need to calculate the average_time based on one scenario.
    The formulae we are having to calculate the average is:
    (min(next_address)-max(previous_address))*0.55
    i.e., For example for record 5, (8:45 - 8:32)*0.55.
    Here in my procedure I am passing Add's and Rol's as collection Input parameters.
    How can I go and calculate the average_time value's now.
    I tried with
    For I in Add.count
    loop
         v_avg_time := (Add(I+1)-Add(I))*0.55;
    end loop;
    When I want to test this, I am not knowing how to pass values to the procedure.
    Please tell me how to execute the procedure and how to acheive the results.
    Thanks in advance
    Regards
    Raghu

    Try like this.
    SQL> create or replace type my_num as table of number
      2  /
    Type created.
    SQL> create or replace procedure my_proc (pNum my_num)
      2  as
      3     lsum number;
      4     lavg number;
      5  begin
      6     select sum(column_value), avg(column_value)
      7       into lsum, lavg
      8       from table(cast(pNum as my_num));
      9
    10     dbms_output.put_line('SUM: ' ||lSum);
    11     dbms_output.put_line('AVG: ' ||lAvg);
    12  end;
    13  /
    Procedure created.
    SQL> declare
      2     lNum my_num := my_num(1,2,3,4,5,6,7,8,9,10);
      3  begin
      4     my_proc(lNum);
      5  end;
      6  /
    SUM: 55
    AVG: 5.5
    PL/SQL procedure successfully completed.Thanks,
    karthick.

  • Side Bar Navation with three Quick Links Help Required

    Dear OAF Team
    Can you guide me
    we have to show the single page with side navation with three quick links(Employee Details, Salary details, Transfered Details)
    when ever we click the Employee details link we need to show emplyee details complete with same page
    when ever we click the Salary Details link we need to show Salary Details complete with same page
    when ever we click the Transfered Details link we need to show Transfered Details complete with same page.
    If any body having same code and page files please send me [email protected]
    Thanks
    Venkat Reddy

    Dear Reetesh,
    Am able to get the HTML Tab type But am not able to get the HTML Side Navigator Menu Type
    I developed two search pages
    1 Employee details
    2 Assignment Details
    Both information coming with Two Tabs in Home Page but my client want to show side Navigator Links
    Please find what i created Functions and Menus
    Function Creation Details
    Function Name : XX_EMP_SEARCH
    User Function Name: Employee Details
    Web HTML: OA.jsp?page=/xxtab/oracle/apps/per/selfservice/webui/XXEmployeeDetailsPG
    Function Name : XX_EMP_ASS_SEARCH
    User Function Name: Employee Details
    Web HTML: OA.jsp?page=/xxtab/oracle/apps/per/selfservice/webui/XXEmployeeAssignmentsDetailsPG
    Function Name : XX_EMP_HOME_FUN
    User Function Name: Employee Details Home Page
    Web HTML: OA.jsp?page=/xxtab/oracle/apps/per/selfservice/webui/XXEmployeeDetailsPG&OAHP=XX_EMP_ASS_HOME_MENU&OASF=XX_EMP_HOME_FUN
    Function Name : XX_ASS_HOME_FUN
    User Function Name: Assignment Details Home Page
    Web HTML: OA.jsp?page=/xxtab/oracle/apps/per/selfservice/webui/XXEmployeeAssignmentsDetailsPG&OAHP=XX_EMP_ASS_HOME_MENU&OASF=XX_ASS_HOME_FUN
    Standard Menu Details
    Menu Name : XX_EMP_STANDARD_MENU
    User Menu Name : Employee and Assignment Details Standard Menu
    Discription: Employee and Assignment Details Standard Menu
    Promite Name : Employee Assignment Details
    Submenu : Employee and Assignment Home Page
    Home Page Details
    Menu Name: XX_EMP_ASS_HOME_MENU
    User Menu Name: Employee and Assignment Home Page
    Menu Type : Home Page
    Description: Employee and Assignment Home Page
    1 Promit: Employee Details
    Submenu: Employee Details Menu
    2 Promit: Assignment Details
    Submenu: Assignment Details Home Menu
    HTML Side Navigator Menu Details
    Menu Name : XX_EMP_HOME_MENU
    User Menu Name : Employee Details Menu
    Menu Type : HTML Side Navigator Menu
    1 Promit: Employee Details Home Page
    Function Name: Employee Details Home Page
    Description : Employee Details Home Page
    Menu Name : XX_ASS_HOME_MENU
    User Menu Name : Assignment Details Home Menu
    Menu Type : HTML Side Navigator Menu
    1 Promit: Assignment Details Home Page
    Function Name : Assignment Details Home Page
    Please give me idea how to resolve this issue
    Thanks
    Venkat Reddy
    [email protected]

  • Calling Glassfish jdbc Datasorce in EJB 3.0 with @Resource annotation.

    I tried EJB 3.0 with netbeans and glassfish and "{color:#ff0000}+_ORACLE_+{color}". I wanted to link the oracle database to GLASSFISH server and I followed the instructions.After I clicked 'ping' button, it displayed as *{color:#339966}'PING SUCCEED".{color}*
    But I couldn't call my datasource from the eje stateless session bean with @Resource annotation.It resulted a dependency injection exception. Can some one tell me how to do this properly.
    {color:#ff0000}Thanks in Advance!!!!{color}

    Frank, yes, I can modify if it is necessary the datasource but, how can I say in the xxxx-jdbc.xml not to use JTA transactions when this data source is called inside a ejb 3.0 method?
    I'm using Jdev11g and the integrated Web Logic Server.
    Thank's

  • A free ebook for EJB 3.0 with the latest version of Netbean

    Hi,
    I am a trainee although with a good background in java.
    I'm urgently in need of a free ebook for EJB 3.0 with the latest version of Netbean. Pls, help me with one if you have. my email is [email protected]
    Again, is container managed bean good for a big project?
    Thanks.
    Emeka

    emekaco wrote:
    Hi,
    I am a trainee although with a good background in java.
    I'm urgently in need of a free ebook for EJB 3.0 with the latest version of Netbean. Pls, help me with one if you have. my email is [email protected]
    http://www.theserverside.com/tt/books/wiley/masteringEJB3/index.tss
    Here's a good free e-book but without Netbean. It covers everything you would need to know about EJBs.
    >
    Again, is container managed bean good for a big project?
    The question is too vague to be answered. It's a design decision that needs more details.

  • Need Help With NetBeans (Java Studio Enterprise 8)'s code generation

    Hi!
    I am using Java Studio Enterprise 8 with NetBeans 4.1 IDE bundled together with it. When trying to create GUI out from NetBeans Form Designer, I don't like the way it generates the code. When I try to use a JTextField, it uses "Fully Qualifed Class Names" (e.g: javax.swing.JTextField) on the code. How do I set NetBeans not to use it but rather use only the class name and generate import lines on top of the code? Also, how do I set it up that it will generate the variable declarations (which is on the uneditable blue portion of the code) on top rather than the default which is placed at the bottom of the class code body. I have tried tweaking the Options menu of this IDE but haven't got any luck...
    Hope you could help, and thanks in advance!

    To address the location of the var decl codegen section (or any codegen location issues), there is a workaround, admittedly, it is a bit tedious.
    Once the form code is generated, as Kris mentioned, open the class in an external editor so that you can edit the generated code.
    Then cut the entire var declaration section along with the begin/end gen-code markers and paste it to the section of the file you desire.
    When you add more components to your form, the codegen will find this section wherever it is and add to it.
    Alternatively, you could just move the non-protected code around the protected within the NB editor, but you would not be able to rearrange the order of the actual code-genned sections.
    craig

  • Java 1.4.2 with NetBeans IDE 3.5 - Error Message, please help

    Hello, I have downloaded the "J2SE v 1.4.2 with NetBeans IDE v 3.5 Cobundle" for windows.
    I ran the install, everything went fine, but when the install finished it said there was an error and to please refer to the log file.
    Here is what the log file says:
    "Installing J2SDK..."
    "Finished Installing J2SDK..."
    (Jul 1, 2003 7:53:14 AM), Setup.product.install, com.sun.installer.InstallJ2sdkAction, err, Error occured while installing [0] -> D:\Program Files\j2sdk_nb\_uninst\custom-install.bat "D:\Program Files\j2sdk_nb\install.log" "D:\Program Files\j2sdk_nb\j2sdk1.4.2\" D: "D:\Program Files\j2sdk_nb\_uninst"
    Now when I try to run "NetBeans IDE 3.5" I get an error message:
    Cannont load jvm.dll
    Does anyone know how to resolve this, I have tried uninstalling and re-installing and I get the same problem.
    Thanks,
    -Mike

    Hello, I have downloaded the "J2SE v 1.4.2 with
    NetBeans IDE v 3.5 Cobundle" for windows.
    I ran the install, everything went fine, but when the
    install finished it said there was an error and to
    please refer to the log file.
    Does anyone know how to resolve this, I have tried
    uninstalling and re-installing and I get the same
    problem.
    Thanks,
    -MikeHi Mike,
    Even I got a similar error message inspite of trying to re-install atleast 10 times! So I gave up and did this:
    1) I downloded J2SE SDK 1.4.2 seperately.
    2) I then downloded JPad Pro IDE (latest version).
    Now both are working really fine for me. :-) Could'nt be bothered to try again and again.
    Its up to you if you want to get the NetBeans installation done but all I wanted was a good IDE and the latest version of the JDK. I have been using it for the last 3 days and it is working perfectly fine!
    Regards :-)
    Vijay

  • Spring Frame Work with NetBeans 6.9 . I need for your helping !

    I want to make page other than index page with spring can you help me to make web page in spring ?

    no, you're beyond help if you can't find the documentation and tutorials that ship with Spring.

  • How to create an API java with Netbeans???

    can you please help me on creating an api with netbeans and explaine me how can i make it communicate with existing platforms.thank's

    First please learn how to ask a reasonable question that is both answerable and framed in a way that someone here would want to answer it: [How To Ask Questions The Smart Way|http://www.catb.org/~esr/faqs/smart-questions.html]

  • How to start java applet with netbeans 6.1

    hey,
    I want to learn how to start java applet (with database) with netbeans.. I'm new to java...can you show me how can i start..if you have any doc about it can you send it to me..thank you..:)

    You really should be asking this NetBeans question at the NB site - these forums are for Java language topics, not NB support.
    [http://www.netbeans.org/kb/61/web/applets.html]
    Almost any NB question you have can be answered by either the NB web documentation or the NB program's Help.

  • Tryin to Profile weblogic with NetBeans Profiler, getting jrocke exception

    Hi there,
    I am using Weblogic 10, and want to profile a web application on it with Netbeans Profiler. But am getting the following exception upon starting weblogic (Please tell a solution......)
    JAVA Memory arguments: -Xms256m -Xmx512m
    WLS Start Mode=Development
    +.+
    CLASSPATH=;C:\bea\patch_wls1001\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\bea\JROCKI~1\lib\to
    +;C:\bea\WLSERV~1.0\server\lib\weblogic_sp.jar;C:\bea\WLSERV~1.0\server\lib\weblogic.jar;C:\bea\modules\features\w+
    +.server.modules_10.0.1.0.jar;C:\bea\modules\features\com.bea.cie.common-plugin.launch_2.1.2.0.jar;C:\bea\WLSERV~1+
    er\lib\webservices.jar;C:\bea\modules\ORGAPA~1.5/lib/ant-all.jar;C:\bea\modules\NETSFA~1.0/lib/ant-contrib.jar;;C
    LSERV~1.0\common\eval\pointbase\lib\pbclient51.jar;C:\bea\WLSERV~1.0\server\lib\xqrl.jar;;
    +.+
    PATH=C:\bea\patch_wls1001\profiles\default\native;C:\bea\WLSERV~1.0\server\native\win\32;C:\bea\WLSERV~1.0\server
    +\bea\modules\ORGAPA~1.5\bin;C:\bea\JROCKI~1\jre\bin;C:\bea\JROCKI~1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS+
    +32\Wbem;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\CVSNT\;C:\bea\WLSERV~1.0\server\native\win\32\oci92+
    +.+
    +*  To start WebLogic Server, use a username and   *+
    +*  password assigned to an admin-level user.  For *+
    +*  server administration, use the WebLogic Server *+
    +*  console at http:\\hostname:port\console        *+
    starting weblogic with Java version:
    Listening for transport dt_socket at address: 8453
    java version "1.5.0_11"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_11-b03)
    BEA JRockit(R) (build R27.3.1-1_CR344434-89345-1.5.0_11-20070925-1628-windows-ia32, compiled mode)
    Starting WLS with line:
    C:\bea\JROCKI~1\bin\java -jrockit -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=8453,server=y,suspend=n
    +.compiler=NONE -Xms256m -Xmx512m -agentpath:"C:\Program Files\NetBeans 6.1\profiler3\lib\deployed\jdk15\windows\+
    +rinterface.dll=\"C:\Program Files\NetBeans 6.1\profiler3\lib\"",5140 -Xverify:none -ea -da:com.bea... -da:javel+
    da:weblogic... -ea:com.bea.wli... -ea:com.bea.broker... -ea:com.bea.sbconsole... -Dplatform.home=C:\bea\WLSERV~1.
    +.home=C:\bea\WLSERV~1.0\server -Dweblogic.home=C:\bea\WLSERV~1.0\server -Dwli.home=C:\bea\WLSERV~1.0\integration+
    ogic.management.discover=true  -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.di
    ea\patch_wls1001\profiles\default\sysext_manifest_classpath -Dweblogic.Name=AdminServer -Djava.security.policy=C:
    SERV~1.0\server\lib\weblogic.policy   weblogic.Server
    Profiler Agent: Initializing...
    Profiler Agent: Options: >"C:\Program Files\NetBeans 6.1\profiler3\lib",5140<
    Profiler Agent: Initialized succesfully
    Listening for transport dt_socket at address: 8453
    Profiler Agent: Waiting for connection on port 5140 (Protocol version: 8)
    Profiler Agent: Established local connection with the tool
    Profiler Agent: Unable to get address of JVM_DumpHeap function
    +===== BEGIN DUMP =============================================================+
    JRockit dump produced after 0 days, 00:00:20 on Thu Aug 28 18:46:28 2008
    Additional information is available in:
    C:\bea\user_projects\domains\nms_dev\jrockit.3728.dump
    C:\bea\user_projects\domains\nms_dev\jrockit.3728.mdmp
    If you see this dump, please open a support case with BEA and
    supply as much information as you can on your system setup and
    the program you were running. You can also search for solutions
    to your problem at http://forums.bea.com in
    the forum jrockit.developer.interest.general.
    Error Message: Unhandled native exception [85]
    Exception Rec: EXCEPTION_STACK_OVERFLOW (c00000fd) at 0x004FE3DF
    Minidump     : Wrote mdmp. Size is 297MB
    SafeDllMode  : -1
    .

    It looks like NetBeans does not support JRockit: http://profiler.netbeans.org/docs/help/5.5/vms.html
    Regards,
    /Staffan

  • Netbeans 6 - Need Help

    Hi Guys,
    I have a problem with Netbeans 6, it won't start.
    Before that, i've used Netbeans 5.5.1, and had experienced with
    playing Windows Environment Variables (i've deleted the CLASSPATH in
    System Variable). I'm using Windows Vista
    I tried to uninstall and then reinstall all of them (Java SDK 6 and Netbeans 6) with hope that they will create a new one.
    But it didn't.
    I've tried too to reinstall with Netbeans 5.5.1, it won't start too.
    I'm a kind new in Java. Please, could you help me with this
    problem ? Should i create a new CLASSPATH manually, and what value
    should i filled ?
    thank's alot before.

    Try the NetBeans forums.... The "official" one is actually pretty good. Google for them... and search (the forums) before you post there.

  • EJB control configured with remote server

    Hi All,
    I have a EJB control created in WL 8.1 workshop that talks to remote EJB deployed
    on WL 7.0. I used the JNDI name format as " jndi://user@pwd:localhost:7005/MYEJB".
    where the WL7 is running on 7005 port. In the design view, I can see all the exposed
    methods of my EJB. That means the EJB control is able to connect to WL 7 on port
    7005. However, when I build the webservice and try to invoke a method using test
    browser, I get following exception -
    java.net.MalformedURLException: For input string:
    "localhost:7005"
    at java.net.URL.<init>(URL.java:613)
    at java.net.URL.<init>(URL.java:476)
    at java.net.URL.<init>(URL.java:425)
    at com.bea.wlw.runtime.core.control.EJBControlImpl.context_onAcquire(EJBControlImpl.jcs:468)
    I dont understand why?
    In additon, I have already set the security credential setting between WL 8 and
    WL7 domains.

    Hi,
    Your help required please...
    I am trying to do the same as what you are doing. (Integrating 8.1 with 7.0, i.e. invoking EJB running in 7.0 from 8.1).
    While creating a EJB Control in Workshop, its listing only the ejbs deployed as modules. But as my EJB is running in 7.0 I have just imported my Remote and Home (in Libraries). But EJB Control doesn't look to recognise it.
    Any solution!!!
    Thanks in advance
    Kirupa

Maybe you are looking for

  • Error message while activating a function

    Hello guys I have just written a simple function and am trying to activate it. When I click on check button it says 'no syntax error'. However, when I click on activate button, I get the following error. Any feedback on this will be greatly appreciat

  • Mail keeps crashing - As in, multiple times an hour...

    Mail has started to crash consistently after only being open for minutes at a time. Often times, (usually even), I'm not even using the program and it will just quit and the little Report window will pop up. Here's the Exception type that it lists...

  • Acrobat X pro and windows 8

    I purchased and installed X pro on a 32 bit windows 7 machine and have had to replace that maching with a 64 bit windows 8 machine.  X pro will not operate on the new machine.  Is there a fix or do I have to purchase a new version of acrobat?

  • How to verify the chipset used in iPad mini 2

    I Am not sure of the chip in my iPad mini 2? How do I verify?

  • Harman Kardon Drive+Play iPod controller Installation

    Here is the full series for the Drive+Play iPod installation: FirstLook: http://www.rainydaymagazine.com/RDM2005/Workshops/Garage/RDG_DriveNPlayFirstLook .htm BenchTest: http://www.rainydaymagazine.com/RDM2005/Workshops/Garage/RDG_DriveNPlayTestPlace