SAP R/3 Connection in WEB AS 6.40

Hello,
I am currently in the process of <i>migrating our enterprise application from Jboss to SAPWAS 6.40</i>. One of the tasks is to get the SAP R/3 connectivity happening in SAP WAS server. We connect to the SAP R/3 system from our java classes and realise we have to use JCO to do this.
is there a set of steps outlined anywhere which might tell me what is required to achieve the above? As in how do i go about setting the Connector Factory, getting hold of the relevant jars and dlls (if rquired)
Any help is much appreciated and <b>promise to reward the person with any useful information</b>.
Thanks
Dushy

Hi Bhavik, Much appreciate your response. At this stage I am not too concerned about how to call the RFC from our Java classes as we already had that in Place in Jboss. I am more concerned about how to go about declaring the JCO adapter. Here is an example from a *-ds.xml file in Jboss that we used to basically deploy our adapter into Jboss. Do we need a similar thing in Netweaver??
<?xml version="1.0" encoding="UTF-8"?>
  <!-- ==================================================================== -->
  <!-- New ConnectionManager setup for firebird dbs using jca-jdbc xa driver-->
  <!-- Build jmx-api (build/build.sh all) and view for config documentation -->
  <!-- ==================================================================== -->
<service>
  <mbean code="org.jboss.resource.connectionmanager.XATxConnectionManager" name="jboss.jca:service=XaTxCM,name=SAPConnectorFactory">
    <!make the rar deploy - A BIG HACK till xslt based deployment is written>
    <depends>jboss.jca:service=RARDeployer</depends>
    <depends optional-attribute-name="ManagedConnectionFactoryName">
      <mbean code="org.jboss.resource.connectionmanager.RARDeployment" name="jboss.jca:service=XaTxDS,name=SAPConnectorFactory">
        <!more hack>
        <depends optional-attribute-name="OldRarDeployment">jboss.jca:service=RARDeployment,name=SAPConnectorFactory</depends>
        <attribute name="ManagedConnectionFactoryProperties">
          <properties>
            <config-property>
              <description>The client-number of the R/3 system</description>
              <config-property-name>ClientNumber</config-property-name>
              <config-property-type>java.lang.String</config-property-type>
              <config-property-value>100</config-property-value>
            </config-property>
            <config-property>
              <description>The name of the user, with which to logon to the system</description>
              <config-property-name>UserName</config-property-name>
              <config-property-type>java.lang.String</config-property-type>
              <config-property-value>MDROVER</config-property-value>
            </config-property>
                      </config-property>
            <config-property>
              <description>The name of the message-server (hostname or ip-address) for the R/3 system</description>
              <config-property-name>MessageServerName</config-property-name>
              <config-property-type>java.lang.String</config-property-type>
              <config-property-value></config-property-value>
            </config-property>
            <config-property>
              <description>The system-name of the R/3 system</description>
              <config-property-name>SystemName</config-property-name>
              <config-property-type>java.lang.String</config-property-type>
              <config-property-value></config-property-value>
            </config-property>
            <config-property>
              <description>The name of the group of application servers</description>
              <config-property-name>GroupName</config-property-name>
              <config-property-type>java.lang.String</config-property-type>
              <config-property-value></config-property-value>
            </config-property>
          </properties>
        </attribute>
        <attribute name="JndiName">R3ConnectionFactory</attribute>
      </mbean>
    </depends>
    <depends optional-attribute-name="ManagedConnectionPool">
      <mbean code="org.jboss.resource.connectionmanager.JBossManagedConnectionPool" name="jboss.jca:service=XaTxPool,name=SAPConnectorFactory">
        <attribute name="MinSize">0</attribute>
        <attribute name="MaxSize">50</attribute>
        <attribute name="BlockingTimeoutMillis">5000</attribute>
        <attribute name="IdleTimeoutMinutes">15</attribute>
        <!--criteria indicates if Subject (from security domain) or app supplied
            parameters (such as from getConnection(user, pw)) are used to distinguish
            connections in the pool. Choices are
            ByContainerAndApplication (use both),
            ByContainer (use Subject),
            ByApplication (use app supplied params only),
            ByNothing (all connections are equivalent, usually if adapter supports
              reauthentication)-->
        <attribute name="Criteria">ByContainer</attribute>
      </mbean>
    </depends>
    <depends optional-attribute-name="CachedConnectionManager">jboss.jca:service=CachedConnectionManager</depends>
    <!-- Include a login module configuration named SAPR3Realm.
         Update your login-conf.xml, here is an example for a
         ConfiguredIdentityLoginModule:
    <application-policy name = "SAPR3Realm">
       <authentication>
          <login-module code = "org.jboss.resource.security.ConfiguredIdentityLoginModule" flag = "required">
             <module-option name = "principal">MDROVER</module-option>
             <module-option name = "userName">MDROVER</module-option>
             <module-option name = "password">BAPIRFC1</module-option>
             <module-option name = "managedConnectionFactoryName">jboss.jca:service=XaTxCM,name=SAPConnectorFactory</module-option>
          </login-module>
       </authentication>
    </application-policy>
    NOTE: the application-policy name attribute must match SecurityDomainJndiName, and the
      module-option name = "managedConnectionFactoryName"
    must match the object name of the ConnectionManager you are configuring here.
    -->
    <!--comment out this line if you want component managed security or want
        to use the default values in the ManagedConnectionFactoryProperties -->
    <attribute name="SecurityDomainJndiName">SAPR3Realm</attribute>
    <depends optional-attribute-name="JaasSecurityManagerService">jboss.security:service=JaasSecurityManager</depends>
    <attribute name="TransactionManager">java:/TransactionManager</attribute>
  </mbean>
</service>

Similar Messages

  • SAP and TAS Connection through Web Services

    HI Experts,
    we are planning to Integrate SAp and another TAS system using web services (no XI/PI). Please tell me if this way is correct.
    XML format of iDoc will be the data format, web service technology will be used to exchange data between SAP and TAS.
    To Transfer data to TAS, the client application running on SAP server will try to connect to the web service running on TAS server. Once connection is established, idoc data will be sent to TAS, then the connection will be closed.
    To transfer data to SAP, the client application running on TAS server will try to make connection to the web service running on SAP server. Once connection is established, idoc data will be sent to SAP, then the connection will be closed.
    tnx and regards
    Edited by: Technical Group on Dec 6, 2011 4:18 AM

    Hello,
    What will be you Language used for Connection.
    One method i may suggest is use ABAP FTP.
    With this push the files to a file sever location and read it using webservice.
    like wise let webservice generate a file and place a file in location and let ABAP prog pick the file.
    this way you can maintain a status flag for the number of records, thus having a staging area.
    regards,
    Abhishek

  • How to build a WEBI query on a SAP NANA OLAP connection?

    hi fellows,
    we all know that a relational connection can be built to SAP HANA database, and we build data foundation, biz layer to publish it to the repository, so that we can create a WEBI report based on a query to visit the universe.
    However, does anybody know how to create a WEBI query on a SAP HANA OLAP connection?  Since we don't need to build any data foundation on it.
    I created a sap hana olap connection, but failed to find anywhere to publish it?  Can anybody help?
    thanks,
    Jennifer

    Hi Jennifer,
    Check SCN thread http://scn.sap.com/thread/3493857.
    Also check below for Creating a SAP Universe on HANA: Best Practics.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/00922ede-de2f-2f10-c2aa-f9b0f6495d34?overridelayout=t…
    Regards,
    JC

  • How to connect SAP R/3 4.6c Web AS 6.20

    how to connect SAP R/3 4.6c Web AS 6.20 with XI NW04

    Hi Tony,
    For a R/3 4.6C system you can connect using IDOC or RFC adapter.
    For a WebAS 6.20 system you can connect using IDOC or RFC adapter, or by using ABAP Proxies. To enable ABAP proxies, you will need to install the APPINT plugin on the system.
    Cheers
    Manish

  • Problem connectivity of Web Dympro with SAP Netweaver

    Hi guys,
    I've a problem connectivity of Web Dympro with SAP Netweaver
    I installed Sap NW in a machine on the local network with IP 192.168.x.y, and I can connect to it without problems; I can use the portal and implement jobs in Visual Composer.  
    After installing Sap Developer Studio, I connected it successfully to the NW through the menu "Preferences->SAP j2EE engine" selecting the option "SAP J2EE is installed on remote hosts" and inserting IP address of the machine with NW (192.168.x.y) and port 3900.
    Using these parameters the logon works, in fact I can see the tab "J2EE engine".  
    The problem is that when I try to make the deploy, Web Dynpro asks me the SDM password  (that I'm sure I've inserted correctly) but it returns the following error to me:
    Deployment aborted
    Settings
    SDM host : SVR-NW
    SDM port : 50118
    URL to deploy : file:/C:/DOCUME1/Michele/IMPOST1/Temp/temp59548Welcome.ear
    Result
    => deployment aborted : file:/C:/DOCUME1/Michele/IMPOST1/Temp/temp59548Welcome.ear
    Aborted: development component 'Welcome'/'local'/'LOKAL'/'0.2010.09.01.07.31.29':
    Caught exception while checking the login credentials for SAP J2EE Engine. Check whether the SAP J2EE Engine is up and running.
    com.sap.engine.deploy.manager.DeployManagerException: ERROR: Cannot connect to Host: [svr-nw] with user name: [Administrator]                     Check your login information.                     Exception is: com.sap.engine.services.jndi.persistent.exceptions.NamingException: Exception while trying to get InitialContext. [Root exception is com.sap.engine.services.security.exceptions.BaseLoginException: Cannot authenticate the user.]
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.checkLoginCredentials.DMEXC)
    Deployment exception : The deployment of at least one item aborted
    I want to add that  I use Win XP Prof, and I set the same credentials (user "Administrator" and the correct password) I used on the machine where SAP NW is installed.

    Hi Michele,
    There were 2 cases I explained, and the second was the one in case your SDM was blocked. Did you try the first one?
    Anyways, here is something more that you can try to get it working. In case the SDM password is valid, did you log into the portal as the Administrator? If yes, then you must have been asked to change the password. If you did change the password there, login to the remoteGUI using the Master password (abcd1234) and change the password there also to the same password you use for Administrator on the Portal. Now try again.
    In case the above doesnt work, start the configtool.bat from \usr\sap\J2E\JC01\j2ee\configtool and go to secure store. Here define the J2E passwords again (the same new password you gave for the Administrator in the portal), save and restart the server. I think it would work then
    Hope that helps you out!
    Bye,
    Sameer
    P.S - the main thing is that the error you got was Authentication failure using the Administrator username. Thats why you have to make sure that the password for the SDM is the same as what you gave for the Administrator login in the portal. So after you login into the remoteGUI, CHANGE the password to what you have for the Administrator(just like the one in the portal).
    Message was edited by: Sameer Jagirdar

  • Universe based on SAP HANA OLAP connection

    Can I create universe based on SAP HANA OLAP connection ?
    How can i access SAP HANA view which was created using OLAP connection in WEBI and Dashboard? It does not allow creating Universe on top of SAP HANA OLAP connection and give an error.
    SAP BusinessObjects query and reporting applications can directly connect to OLAP SAP HANA connections. No universe is required, only a published OLAP SAP HANA connection.
    Thanks

    OLAP connection are only meant for tools that make use of OLAP connectivity only like BEx ..and HANA analytic views and calculated views are also treated as OLAP cubes for them..
    So these connection is only available with analysis product like Analysis Office (which is meant to be used with Bex or OLAP cubes ) and Design studio which is again mainly built around OLAP paradigm..
    You can not create a universe or Webi on Olap connection on HANA as of now.. However it could be like exposed in a future release of BO which is not public yet...

  • Max allowed No of rows in SAP NetWeaver BW Connection

    Hi Experts,
    I am building a dashboard using SAP Netweaver BW Connection.
    Query results in approx 4000 rows of data.(we know its not preferred to go with >512 rows of data but client is ok with the performance issue because of more data).
    When i publish the dashboard its showing initializing.... and not moving any further.
    I have changed the max. no of rows in the xcelcius(File->Preferences->Excel options->5000).
    Please help me in solving this problem ASAP.
    Thanks a ton in advance,
    Bhargava Bommidi.
    Edited by: BHARGAVA  BOMMIDI on Mar 31, 2010 11:42 AM

    Hi Bhargav,
    I'm also facing the same issue.
    Have done all the process given in,SAP Note 1307538.Also changed necessary parameters in Xcelsius.(File->Pref.->Excel Options)
    Still the issue is... LiveOffice brings the whole data (approx.>1500 rows) in excel successfully,but when I run the dashboard through parameter/ prompt to webi report it again truncates row after 512 rows.
    Looking fwd for help.
    Regards,
    Chitra

  • SAP EMR Unwired Connectivity with EMR SERVERS

    Hello All,
    As I am developing a prototype for SAP EMR unwired Applcation , and according to this blogs http://scn.sap.com/community/mobile/blog/2013/12/06/sap-emr-unwired--create-a-web-extension-tutorial
    i have setup eclipse, import EMR starter package and got the documentation , Now i have setupup the EMR Server and got stuck here.
    I need to ask -
    1). SAP EMR Unwired App is reusable ? Like i downloaded it from Play Store and i have to change the Urls of my EMR server from settings options, and data will be fetch from servers ?
    2). or i need to develop a separate App like EMR unwired from scratch and then connect it with server?
    I am using trial Period for the same , please guide me and if things goes well I'll purchase the plan for ny company , So developers please help me to setup or connect my server to Android Application .
    Thank You

    Hello Dinesh,
    if I understand correctly these questions are more related to the operation of the software - for this reason, perhaps you might want to repost these questions in the http://scn.sap.com/community/mobile Space, so experienced EMR Unwired users may see your question.
    Best regards,
    Laszlo

  • Xcelsius connectivity while using SAP Netweaver BI Connection

    Dear All,,
    Any Help in this regard would be highly appreciated.
    System Information
    BI EHP2 System u2013 SAP NW BI 7.02
    Xcelsius u2013 2008 SP3
    BI Portal u2013 EHP2 / Single sign on with Windows AD
    When accessing a BExQuery in the XCelsius 2008(SP3) Designer via the SAP NW BW Connection,  we encounter "Error #2032".
    Step by Step replication of the issue
    1.     Start Xcelsius
    2.     Go to u201CManage Connectionu201D
    3.     Add  u201CSAP NetWeaver BW Connectionu201D
    4.     Select u201CBrowseu201D
    5.     From the Prompted SAP Log-on Pad , Select BI EHP2 System and Log-on as u201CBI EHP2 User ID & Passwordu201D
    6.     Select Query u201CRSB_M001_Q0901u201D from Query Selection
    7.     System Prompts for User ID and PW for accessing BicsRemote/Config1 service
    8.     Provide BI Portal User ID & Password (Windows AD Login & PW) (System doesu2019nt accept BI EHP2 System ID & PW here)
    9.     Error #2032 displayed
    We refered Note 1408384 for the issue. When we call the Web Service BicsRemote from WsNavigator, it prompts for a userID and Password.
    On providing the administrator ID and Pwd the WebService returns the version successfully.
    Thankx in advance.
    Regds,
    Srini

    Check Note 1484847 (implement crossdomain.xml on your Netweaver and add an entry with the name and IP Address of your BW server into the hosts file residing on the workstation your XCelsius Designer runs on).
    If you have a federated portal the check this:
    https://service.sap.com/sap/support/notes/1408354
    If you are using SSL (https) on the Netweaver you have to install FP 3.3 on your XCelsius client.
    Regards,
    Stratos

  • SAP NetWeaver BI Connections - Xcelsius 2008 - XI 3.1 Enterprise

    Dear Xcelsius experts,
    We would like to use "SAP NetWeaver BI Connections" connecting SAP BI Queries directly in Xcelsius 2008,  we read in "Xcelsius2008_user_guide_en" that there is this new connection available.
    Our Xcelsius 2008 is connected in a BO XI 3.1 Enterprise, but this connection is not available. 
    How to show and use this new connection type to read SAP BI queries directly ?
    Best regards,
    Mauro.

    Dear all,
    please find the list of products required to run the new BI NetWeaver Connection in Xcelsius:
    Client:
    Xcelsius 2008 SP2
    NetWeaver Bex Clients greater 7.10 Patch 9.01 (this provides BEx open/save Dialoge infrastructure and more )
    Server:
    NetWeaver 7.00 Ehp1 SP5 (both ABAP and Java - configured for BEx Web Usage)
    Please note that they are partly not released yet: Release date for SP5 is planned for End of September 2009.
    Best regards, Olaf

  • Embedding SWF file with SAP Netweaver BI Connection to JSP page

    All,
    Is it possible to embed a SWF file with SAP Netweaver BI connection that is already published in BW system to a JSP page?
    Thanks...

    Hallo,
    embedding the published web-template via iframe into the jsp should work:
    <iframe id="test" src="/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fcom.sap.pct!2fplatform_add_ons!2fcom.sap.ip.bi!2fiViews!2fcom.sap.ip.bi.bex?DASHBOARD=TECHNICAL_NAME_DASHBOARD" width="600" height="800" />
    Regards,
    Roman

  • CAS connect to Web Dynpro

    Hallo All,
    I want to connect my Web Dynpro application with a CAS Project.
    I have include the Cas-Model with "add Model" and I see it.
    But I can't see the CAS application services and Entity Service under
    the model.
    Regards,
    Philipp

    Hello,
    I have seen the case where people have coded switches into their reports (hidden parameters) that allow the report to be run and instead of exporting the results to an ALV table, have exported the results to a memory address. Then these memory areas have been read and exported to a WD. (there are standard SAP pieces of logic that used to do this in ESS and MSS in the old ITS days)
    You can just execute the report from inside the WD code and retrieve the result...
    Personally I don't like this approach! I don't like using global memory area for a start! I also have tried to replace any web based reporting with POWLs  - which have a different approach to selections - i.e. knowing this before the user runs the report.
    I think you would be better off modularising your report so it applied the MVC paradigm - the code for the report should be broken up so that the display and selection logic (view) is separated from the extraction logic (Model) the controller logic is pretty much the report code itself - and where I have built this approach (eg a backend report and a WD report that use the same logic) I have merged the view and controller logic in the report and pretty much also done this in the WD too - but the Model is identical in both cases.
    Hope this helps,
    Chris

  • JCO Connection for web-dynpro tutorials (EP 6.0 SP9 downlaod from SDN)

    Hello,
    I have a question regarding JCO connections for web-dynpro example/tutorials. I have installed WAS 6.40 sneak preview from EP 6.0 SP9 download from SDN. Installation instruction says: Choose "No SLD available"
    but the web-dynpro example/tutorial asks to create JCO connections by going to web-dynpro -> content admin..etc on http:<host>:50000..Here, all the tabs relating to creating JCO connections appear to be "protected" on my screen. so I can't do anything further. By going to http:<host>:50000/sld, I also tried to add SLD server..but that is not helping. There is some "import" button, but which CIM file (in which folder etc) am i supposed to import for a simple test system? What are the steps for a bare minimum setup so that I can use the WAS 6.20 system at work-place as my backend & try out the web-dynpro examples? Do I really need SLD setup? Where is documentation about all this after one installs the WAS 6.40 JAva? I was expecting it somewhere at least in the eclipse IDE help-documentation..None of the web-dynpro tutorials explain this !
    thanks

    Thanks everybody.
    NagaKishore, after doing all the steps, when I goto
    localhost:50000-> web dynpro -> content administartor, and try to "maintain JCO Destinations" I am getting this error: (full stack trace not included)
    An error has occurred:
    "Failed to process the request."
    Please contact your system administrator.
    Error stacktrace:
    java.lang.NullPointerException
         at com.sap.tc.webdynpro.serverimpl.wdc.sl.SystemLandscapeFactory.checkStatus(SystemLandscapeFactory.java:871)
         at com.sap.tc.webdynpro.services.sal.sl.api.WDSystemLandscape.checkStatus(WDSystemLandscape.java:485)
         at com.sap.tc.webdynpro.tools.explorer.JCOConnectionsDetails.updateJCOClientStatus(JCOConnectionsDetails.java:438)
         at com.sap.tc.webdynpro.tools.explorer.JCOConnectionsDetails.addJCOClientToList(JCOConnectionsDetails.java:634)
         at com.sap.tc.webdynpro.tools.explorer.JCOConnectionsDetails.addJCOClientToList(JCOConnectionsDetails.java:598)
         at com.sap.tc.webdynpro.tools.explorer.JCOConnectionsDetails.wdDoInit(JCOConnectionsDetails.java:120)
         at com.sap.tc.webdynpro.tools.explorer.wdp.InternalJCOConnectionsDetails.wdDoInit(InternalJCOConnectionsDetails.java:238)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.doInit(DelegatingView.java:61)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.initController(Controller.java:215)

  • Backup message error -SAP system is running or SAP user is connected to dat

    Hello ..
    when the backup started i got this message error ..before starting the backup, the shell shutdown the sap system but below message was showed
    BR0262I Enter database user name[/password]:
    BR0055I Start of database backup: bedvugxg.aff 2010-08-08 05.31.48
    BR0484I BRBACKUP log file: /oracle/AAA/sapbackup/bedvugxg.aff
    BR0477I Oracle pfile /oracle/AAA/102_64/dbs/initAAA.ora created from spfile /oracle/AAA/102_64/dbs/spfileAAA.ora
    BR0068E SAP system is running or SAP user is connected to database AAA - database cannot be shut down
    BR1025I Please shut down SAP system first or use the 'offline_force' option
    BR0056I End of database backup: bedvugxg.aff 2010-08-08 05.31.48
    BR0280I BRBACKUP time stamp: 2010-08-08 05.31.49
    BR0054I BRBACKUP terminated with errors
    [Major] From:  "OMNISAP" Time: 08/08/10 05:31:49
    BRBACKUP /usr/sap/AAA/SYS/exe/run/brbackup -t offline -d util_file -c -m all -u hpbkup/******* returned 3
    i am new on this, what should i review into the db?
    Regards and thanks in advance
    Dma.

    Hello Daniela,
    you try to perform an offline backup (which is a very uncommon way nowadays) and your SAP system is not down.
    This is also described in the official documentation:
    http://help.sap.com/saphelp_sm32/helpdata/en/0d/d309664a0c11d182b80000e829fbfe/content.htm
    offline: Database backup in offline mode, in other words, the database is shut down during backup. When you select this parameter, BRBACKUP checks that no SAP system users are connected to the database. If an SAP System is active, the database is not shut down and BRBACKUP terminates the process with an error message (message number BR0068E).
    Regards
    Stefan

  • HP Color Laserjet PRO MFP M177FW Cannot connect to web services

    I bought a HP Color Laserjet PRO MFP M177FW  today and I set up it. It can print and scan over wireless network. However, It cannot connect to web services correctly. I set the DNS numbers with google DNS addresses. I changed its IP address with manually. The IP address is unique. Normally It doesn't enable/remove webservices. But when I restart it, it can do for few minutes. It can take an e-mail address but It doesn't print any information sheet. When I try to print a sheet It says "Connection Problem" at first few minutes and later it says "Connecting"and it waits, there is no error message. What am I suppossed to do? Please help me. 
    This question was solved.
    View Solution.

    Hello rasitbolukcu,
    Welcome to the HP Support forums.  I understand that you are having difficulties enabling the web services for your Laserjet Pro MFP M177fw printer.
    I appreciate all the information you gave me, it makes it much easier to assist you with the troubleshooting. I have included the Getting the Latest Firmware and Product Updates document.  It will walk you through ensuring the printer has the latest firmware.  Once you have updated the printer, please try to enable the web services again. 
    Regards,
    Happytohelp01
    Please click on the Thumbs Up on the right to say “Thanks” for helping!
    Please click “Accept as Solution ” on the post that solves your issue to help others find the solution.
    I work on behalf of HP

Maybe you are looking for

  • My iPod wont connect to wifi

    Hi there, I've been having a problem with my iPod from the day I got it. (About a week ago) It doesn't like to connect to the internet. I try connecting and it'll work at first but if it goes into sleep mode it dissconects. It's very frustrating. It

  • Bluetooth module no longer recognised in Mac Pro

    My Mac Pro's been doing some strange things recently. A couple of days ago I noticed things were running very slowly, just moving windows about they would jerk and jitter. Tried hardware test, disk utility etc but no problems found. I then unplugged

  • Apple account identity confirmation email

    Dear Customer, Some information on your account appears to be missing or incorrect. Please update your information promptly so that you can continue to enjoy all the benefits of your Apple account. If you don't update your information within 72 hours

  • Implemeting ActionListeners

    This is my first time using the swing portion of java. I am kind of stuck on implementing the ActionListners for this assignment. The goal of this project is to create a handset that resembles a phone and have the user press the buttons which in turn

  • Safari Pinch and Zoom not working on one web site

    Now I thought the zoom in/out feature just worked when ever you wanted on Safari. Well I heard about the iPhone-version of the MacTech web site, so I went to check it out. Well now I can't zoom in/out on that site. It's totally ignoring me, so I open