Need help to build my first WebService

Hi guys,.

I'm developing my first web service using eclipse. The web service is very simple, that it is just a list that will be called by a pod of JMS. For user interaction I use JSF when the user enters a JMS bean option should call the web service and get the result with respect to the option entered by the user. I am very new to web services and their creation with eclipse and I don't have any idea what to call it with a WAD of a customer. I did a lot of research but did not get a clear explanation how integrate EJB web services.

I will be grateful if you can support me with some useful links on this issue and where to download the EJB container.

Greetings from King,

deployment of a queue is not in the jboss.xml; you create a separate service for it. For example, you can add a file "myapp-destinations - service.xml' in the deployment directory and add the following content:"




    
      jboss.messaging:service=ServerPeer
    
    jboss.messaging:service=PostOffice
  

It will deploy a queue 'MyJmsQueue '. In this configuration example replace "myapp" and "MyJmsQueue" with any name you want.

Who helps you, or was your problem elsewhere?

Tags: Java

Similar Questions

  • Need help to build the query/pl-sql block to get the query result and the name of column from DB table in the form of key-value pairs.

    Hi Experts,

    I have a DB table has columns of more than 50.

    I question this table, it should only return one line at any time. as sqldeveloper below image.

    here, I need to build block pl/sql-query, Discover the column in the table as a key and query result as values.

    Eg:     Key                         -  Value

    TASK_EVENT_ID - 1765

    EVENT_TYPE - ASR_UPDATE

    ... etc until all of the columns in my table.

    Experts please comment on that point, appreciate your help on this.

    Thank you

    -Vincent.

    Here is an approach using DBMS_SQL to iterate over the columns of key / value to assign... (Little code snipped for brevity)

    create or replace procedure (task_expired)

    v_store_id in full,

    v_task_action_id in full,

    v_job_id in full

    )

    as

    -[SNIP code...]

    v_sql VARCHAR2 (4000): = ' select * from my_table where PK = 123';  -Your SQL here!

    v_v_val VARCHAR2 (4000);

    v_n_val NUMBER;

    v_d_val DATE;

    v_ret NUMBER;

    c NUMBER;

    d NUMBER;

    col_cnt INTEGER.

    f BOOLEAN;

    rec_tab DBMS_SQL. DESC_TAB;

    col_num NUMBER;

    vAsString VARCHAR2 (4000);

    BEGIN

    -[SNIP code...]

    Message_properties. CORRELATION: = "EDF_EVENT";

    MSG: = SYS. AQ$ _JMS_BYTES_MESSAGE. Construct();

    Msg.set_string_property ('queueName', ' shipping/csi_cth');

    Msg.set_string_property ('MODE', 'CR8');

    c: = DBMS_SQL. OPEN_CURSOR;

    DBMS_SQL. PARSE (c, v_sql, DBMS_SQL. NATIVE);

    d: = DBMS_SQL. Execute (c);

    DBMS_SQL. DESCRIBE_COLUMNS (c, col_cnt, rec_tab);

    1.col_cnt J

    LOOP

    CASE rec_tab (j) .col_type

    WHEN 2 THEN

    DBMS_SQL. DEFINE_COLUMN (c, j, v_n_val);      -Number

    WHEN 12 CAN

    DBMS_SQL. DEFINE_COLUMN (c, j, v_d_val);      -Date

    ON THE OTHER

    DBMS_SQL. DEFINE_COLUMN (c, j, v_v_val, 2000);   -Else treat as varchar2

    END CASE;

    END LOOP;

    LOOP

    v_ret: = DBMS_SQL. FETCH_ROWS (c);

    WHEN OUTPUT v_ret = 0;

    1.col_cnt J

    LOOP

    -Fetch each column to the correct data type based on coltype

    CASE rec_tab (j) .col_type

    WHEN 2 THEN

    DBMS_SQL. COLUMN_VALUE (c, j, v_n_val);

    vAsString: = to_char (v_n_val);

    WHEN 12 CAN

    DBMS_SQL. COLUMN_VALUE (c, j, v_d_val);

    vAsString: = to_char (v_d_val, ' DD/MM/YYYY HH24:MI:SS');

    ON THE OTHER

    DBMS_SQL. COLUMN_VALUE (c, j, v_v_val);

    vAsString: = v_v_val;

    END CASE;

    Msg.set_string_property (rec_tab (j) .col_name, vAsString);

    END LOOP;

    END LOOP;

    DBMS_SQL. CLOSE_CURSOR (c);

    DBMS_AQ. ENQUEUE (queue_name-online 'cbus.aqjms_common',

    Enqueue_options => Enqueue_options,

    Message_properties => Message_properties,

    Payload-online msg,

    Msgid => Message_handle);

    dbms_output.put_line ('00 Msgid =' |) Message_handle);

    dbms_output.put_line('===Done=');

    -[SNIP code...]

    END;

    /

  • urgent need help to get adobe first pro

    Hi, im a student and a freelancer, I really need Adobe first pro software that my problem is that in my country even in my school in multimedia digital, everyone uses a crack version I tried to buy it online, but adobe has stated that this service is not available in my country. I have an urgent job to do and I don't want to fly using a crack version. Anyone have a solution for me?

    Hello

    I see that you have an adobe under the same email account as with the forums.

    The Adobe ID has its country of registration in France and creative cloud is available in France.

    Please see the link below for help:

    Pricing plans and creative Cloud membership | Adobe Creative Cloud

    Let us know if you need more information.

  • Need help to build the query to group the lines

    Hello all, hope someone can help me with this. I am working in Oracle 11 g PL/SQL 11.2.0.2.0.

    I have the following query, which does exactly what I need, but I have been invited to consolidate the results in a specific way and I can't do that. First of all the existing request:
    SELECT facility_id
    ,facility_type
    ,COUNT (CASE WHEN component_type = 'ATTACH2NDPARTY' THEN 1 END) AS ATTACH2NDPARTY
    ,COUNT (CASE WHEN component_type = 'ATTACH3RDPARTY' THEN 1 END) AS ATTACH3RDPARTY
    ,COUNT (CASE WHEN component_type = 'BREAKERGT' THEN 1 END) AS BREAKERGT
    ,COUNT (CASE WHEN component_type = 'BREAKERUSS' THEN 1 END) AS BREAKERUSS
    ,COUNT (CASE WHEN component_type = 'CAPACIFORMER' THEN 1 END) AS CAPACIFORMER
    ,COUNT (CASE WHEN component_type = 'CAPACITOR' THEN 1 END) AS CAPACITOR
    ,COUNT (CASE WHEN component_type = 'CEFIBEROPTIC' THEN 1 END) AS CEFIBEROPTIC
    ,COUNT (CASE WHEN component_type = 'ELASTIDISCONN' THEN 1 END) AS ELASTIDISCONN
    ,COUNT (CASE WHEN component_type = 'NETWORKPROTECT' THEN 1 END) AS NETWORKPROTECT
    ,COUNT (CASE WHEN component_type = 'POLE' THEN 1 END) AS POLE
    ,COUNT (CASE WHEN component_type = 'REACTOR' THEN 1 END) AS REACTOR
    ,COUNT (CASE WHEN component_type = 'RECLOSER3PUPOIL' THEN 1 END) AS RECLOSER3PUPOIL
    ,COUNT (CASE WHEN component_type = 'RECLOSERTSUP' THEN 1 END) AS RECLOSERTSUP
    ,COUNT (CASE WHEN component_type = 'RECLSR3PCNTRL3A' THEN 1 END) AS RECLSR3PCNTRL3A
    ,COUNT (CASE WHEN component_type = 'RECLSR3PCNTRLNT' THEN 1 END) AS RECLSR3PCNTRLNT
    ,COUNT (CASE WHEN component_type = 'RECLSRTSCNTRL' THEN 1 END) AS RECLSRTSCNTRL
    ,COUNT (CASE WHEN component_type = 'RECTIFIERUSS' THEN 1 END) AS RECTIFIERUSS
    ,COUNT (CASE WHEN component_type = 'REGULATORJOINT' THEN 1 END) AS REGULATORJOINT
    ,COUNT (CASE WHEN component_type = 'REGULATOROH' THEN 1 END) AS REGULATOROH
    ,COUNT (CASE WHEN component_type = 'REGULATORUSS' THEN 1 END) AS REGULATORUSS
    ,COUNT (CASE WHEN component_type = 'RMS' THEN 1 END) AS RMS
    ,COUNT (CASE WHEN component_type = 'SPLICEPRIMARY' THEN 1 END) AS SPLICEPRIMARY
    ,COUNT (CASE WHEN component_type = 'STREETLIGHT' THEN 1 END) AS STREETLIGHT
    ,COUNT (CASE WHEN component_type = 'SWITCHSCADA' THEN 1 END) AS SWITCHSCADA
    ,COUNT (CASE WHEN component_type = 'TAPCHANGER' THEN 1 END) AS TAPCHANGER
    ,COUNT (CASE WHEN component_type = 'TRAFFICSIGNAL' THEN 1 END) AS TRAFFICSIGNAL
    ,COUNT (CASE WHEN component_type = 'TRANSF480' THEN 1 END) AS TRANSF480
    ,COUNT (CASE WHEN component_type = 'TRANSFGROUND' THEN 1 END) AS TRANSFGROUND
    ,COUNT (CASE WHEN component_type = 'TRANSFISOLATION' THEN 1 END) AS TRANSFISOLATION
    ,COUNT (CASE WHEN component_type = 'TRANSFOH' THEN 1 END) AS TRANSFOH
    ,COUNT (CASE WHEN component_type = 'TRANSFUG' THEN 1 END) AS TRANSFUG
    ,COUNT (CASE WHEN component_type = 'TRANSFURD' THEN 1 END) AS TRANSFURD
    ,COUNT (CASE WHEN component_type = 'TRANSFUSS' THEN 1 END) AS TRANSFUSS
    FROM (SELECT fy.id AS facility_id
          ,fy.external_facility_id
          ,fy.flty_facility_type as facility_type
          ,cp.cpty_component_type as component_type
          FROM facilities fy
          LEFT OUTER JOIN components cp
          ON cp.facility_id= fy.id
          ORDER BY fy.id DESC)
    GROUP BY facility_id, facility_type
    I was asked to do, is to display a number of facility_type who have each of the combinations of the 'DEAL' 33 areas. Installation types are strings. So an expected result would look something like:

    FACILITY_TYPE | ATTACH2NDPARTY | ATTACH3RDPARTY | BREAKERGT | ... TRANSFUSS | COUNTY
    MANHOLE X X 10
    MANHOLE X X 22
    POLE X X 5

    and so on. Because there are 33 BUSINESS areas and therefore 33! possible combinations, I was thinking about a sort of loop would achieve the desired result, but I'm stuck and could really use a shot in the arm. Any help will be appreciated and obtained points! Thanks in advance.
    select
     facility_type
    ,ATTACH2NDPARTY
    ,ATTACH3NDPARTY
    -- and so on
    , count(*) cnt
    from (
    --your query
    SELECT facility_id
    ,facility_type
    ,COUNT (CASE WHEN component_type = 'ATTACH2NDPARTY' THEN 1 END) AS ATTACH2NDPARTY
    ,COUNT (CASE WHEN component_type = 'ATTACH3RDPARTY' THEN 1 END) AS ATTACH3RDPARTY
    ,COUNT (CASE WHEN component_type = 'BREAKERGT' THEN 1 END) AS BREAKERGT
    ...
    )
    group by
     facility_type
    ,ATTACH2NDPARTY
    ,ATTACH3NDPARTY
    -- and so on like in projection
    
  • Need help to build the BasicDialog plugin sample

    Hello world

    I'm new to the Adobe ID SDK plugin development. I tried to build the sample BasicDialog but ended with the following error, could you please help me to generate the plug-in.

    Error108("' error MSB3073: the command 'merge_res.cmd'... \objd\BasicDialog\ ' BscDlg & echo removing old resources... & del/f/s ' C:\id7sdk\build\win\objd\BasicDialog\(BasicDialog Resources) \"*.idrc >... \objd\BasicDialog\prevDeletedResources.txt & xcopy/q/e '... \objd\BasicDialog\"*.idrc ' C:\id7sdk\build\win\objd\BasicDialog\(BasicDialog Resources)------" / y & del/f/s ' C:\id7sdk\build\win\objd\BasicDialog\(BasicDialog Resources) \"*.idrc & xcopy/e '... \objd\BasicDialog\\"*.idrc ' C:\id7sdk\build\win\objd\BasicDialog\(BasicDialog Resources)------"/ y»»»
    ': VCEnd ' came out with code 4.C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets1086BasicDialog

    I use vs2010 and let me know if you need any additional details to me.

    Thank you

    Momentum

    Hi momentum,

    If you use the SDK to InDesign CS5, CS5.5, you use vs2008 and if you use the SDK for InDesign CS6 you must use vs2010.

    Markus

  • Need help with building. EXE for stand-alone applications configured to NOR-DAQ

    Is it possible to create files .exe to the evaluation of Labview with App Builder trial version software? Will be LV8.6 of purchase with App Builder but tried to write a simple code to build as an executable file. The VI does not run on a PC w/o LV installed... How can it be solved during the creation of a project to build, even after the creation of Windows Installer, etc...

    SNET wrote: did you export your hardware configuration in MAX and include this file?

    HOW CAN I DO THIS... Can you give us some instructions step by step please? This could be the problem as to why it does not work as an .exe on a 'Virgin' Labview PC file.

    This is explained in the Help of MAX. You can also read this: export and import of files in Measurement & Automation Explorer. Note that you can also do it in LabVIEW: import and export a Configuration MAX through LabVIEW.

  • Need help to build a laboratory to SECURE the House focused on the merger

    Since Apple has been kind enough this week to infintestimally drops prices on Macbook Pro last year, I got one for my wife, with the promise that I could use it for my VCP self-learning.  The specifications are:

    Processor 2.2 GHz Intel Core i7 (this is a quad, BTW)

    Memory 8 GB 1333 MHz DDR3

    Storage 500 GB SATA (436,49 GB free)

    Graphics  AMD Radeon HD 6750 M 512 MB

    Software  Mac OS X Lion 10.7.4 (11E53)

    I installed merger and created two virtual machines with bridged networking, each ESXi5 running.  On another laptop (Windows), I installed the vSphere client and sees two virtual machines.  Now I'm almost willing to review my classroom training, but there is still at least one thing I need: sharing storage to use as my data store.

    I would like to launch a virtual NAS server in Fusion and it allows to provision the 2nd layer of VMs in ESXi servers.  Until the store of the device has been reorganized, you can find all sorts of eccentric of the virtual computer images, including iSCSI and NAS based on every flavor of Linux under the Sun.  Now, however, I am unable to find something suitable.  I have to just roll-my-own using Damn Small Linux or something, or is there something I missed?

    Also, is there any other things I need for my Center Virtual data?

    You could try to build a virtual machine running OpenFiler or FreeNAS or of Windows virtual machine currently running either Microsoft iSCSI Target or StarWind iSCSI SAN.

    You will also need a virtual machine running vCenter Server, you can download and install the software on Windows or download the vCenter Server Appliance of vSphere downloads area.

  • I need help to configure my first meeting

    I've never used the software and I missed the first training meeting virtual today (Monday) where can I get help to get started?

    There are a lot of good resources here to get started with Adobe Connect - Adobe Connect user community

  • Need help to install the first element 12

    I installed first item 12 by mistake with the 64-bit version. When I uninstall and reinstall it with the 32 bit version, it cannot accept my installation.

    My computer screen keeps popping up with the error message that my computer graphic display cannot support the 64-bit version. I am already installing the 32-bit version, but he refuses always to install and still have the error of the 64-bit display error message. Can anyone help?

    Someone can help me.

    Here are the specs first elements 12 Info:

    • Adobe® first elements Editor runs on Windows 7 and Windows 32-bit on Windows XP and Windows Vista and 64-bit or 32-bit mode 8 & 8/1; all other running applications native on 32-bit OS and systems in 32-bit compatibility mode on a 64-bit operating systems)
    • 2 GB of RAM
  • Need help to finalize the first Web page...

    Hi - I'm new to dreamweaver and have managed to find something out, but not others.

    I'm building a site with several pages, but I want to get this first page completely ready to go before others (because I want to use as a template on their part).

    I have attached a sample image of what I want the site look like. It's pretty close.

    Website Design Sample Image.jpg

    I have questions:

    The menu at the top of the image bar isn't straight deplaying.  It looks different in Design view, live view and overview.  I tried two different ways (such as columns and a horizontal list)- but it is not filled on the entire width of the page.

    I also have trouble getting the 3 columns to be the same height - perhaps because I have padding on some and not on others?

    I do not know how to show you what I have at the moment - but here's a screen capture zoom.  (looks like small - but only because I have a zoom out to get it all).

    Screen Shot 2013-05-06 at 3.05.06 PM.png

    Also - is there a way to get rid of the very small gap above the header: MICAHEL GABRIEL?

    And is it possible to add a shadow to the text of the header and menu?

    Thank you!

    #1 menu bar '... is not filled on the entire width of the page." They rarely do.  Width of the menu is driven by the amount of content it has, how much CSS & padding margins you put between the links and the text sizes people use in their browsers.

    #2 "having trouble getting the 3 columns have the same height."   Also not surprising given that the height of the div is based entirely on the content.  More content = more long division.  Less content = shorter divisions.   Don't sweat the little things.  No one cares if a column is longer than the others.

    #3 'is there a way to get rid of the very small gap above the header?" Yes. Margins and padding on your body and headers (h1, h2, h3, p) to zero.  Or use the Reset CSS method to remove browser default margins & padding of elements on the page.

    http://cssresetr.com/

    Nancy O.

  • need help to build my site * total newbie *.

    Hi people,

    I would like to create a site very similar to this one

    http://www.designerapparel.com/

    It doesn't seem to be very complicated... ive got dreamweaver and fireworks CS5, but being a total newbie

    I don't know where to start

    This site uses some sort of short content management system called CMS is software that uses a kind of programming language in traffic jams with a database. Most popular combination using PHP programming language and the MySQL database.

    A web site CMS is the database. The design of the site template is separate from the content. This allows you to change the structure of any time without affecting the content stored on the site. Authors and editors can access the site from any computer with an internet connection. It is almost as easy as changing your myspace page. The backend administration panel allows not only add users to content and eat but also to add modules, components and modules to things like forums, shopping, applications, news management modules and etc.

    If you use a plain site to add static html Web site content by authors different, each author will have to download the pages of the server on his computer, first of all, put to day, then upload them to the server that would create tons of pages html with possible duplicates but with CMS all content pages are stored in the database and you have a few static pages dedicated to the function and implementation page.

    I suggest you have a quick glance at some of these content management systems, many of them is open source (free). Your webhost can install them for you, or you can install them yourself. CPanel Web hosting usually come these days with EASY Installer from 1-Click software that installs most of the popular like Joomla, Drupal, Wordpress and etc.

    Website where you can take a look at some demos of CMS open source software:
    http://PHP.opensourceCMS.com/

    In your case, I would have a look at the section of e-commerce:
    http://PHP.opensourceCMS.com/scripts/show.php?CATID=3&category=ecommerce

    Keep in mind that most of them look plain on this site because they are only demos. I suggest that you take a look at their official websites and visit the forums where people to Web sites like this also, you can look at what the models are proposed and find something you like or which corresponds to site in your post. I'm sure you will find something that will come close to the design above with little CSS twiking you smilar web site.

    Hope I've been helpful and I have do not confuse you even more. Good luck

    Kind regards.

  • I need help to install the first instance of lightroom

    Hello! Can someone help guide me through the installation process for the trial of lightroom? It seems to have downloaded fine, but I can't find it to use it. Thank you!

    Try and give a little more information on what you have done so far. What operating system for example Win/Mac?

    You have located the file downloaded? You need to double-click it to run the installation package. The download file is also comes with a reading Readme file which will give the instructions for the installation process.

  • need help to build the hierarchy of sql

    Hi all

    I have 2 tables.
    create table apc_menus ( menu_id number
                            ,menu_code varchar2(30) not null
                            ,menu_name varchar2(100) not null
                            ,description varchar2(250) );
    
    create table apc_menu_details ( menu_id number
                                   ,sequence_no number not null
                                   ,sub_menu_id number );
    
    insert into apc_menus ( 3, 'SUBMENU1, 'Sub-Menu1 of Menu 1');
    insert into apc_menu_details ( 3, 10, NULL);
    
    insert into apc_menus ( 2, 'MENU1, 'Menu 1');
    insert into apc_menu_details ( 2, 10, 3);
    
    insert into apc_menus ( 5, 'SUBMENU1', 'Sub-Menu1 of Menu 2');
    insert into apc_menu_details ( 5, 10, NULL);
    
    insert into apc_menus ( 4, 'MENU2, 'Menu 2');
    insert into apc_menu_details ( 4, 10, 5);
    
    insert into apc_menus ( 1, 'MAIN', 'Main Menu');
    insert into apc_menu_details ( 1, 10, 2);
    insert into apc_menu_details ( 1, 20, 4);
    I am building an application where in it shows as...
    Menu 1
      Sub-Menu1 of Menu1
    
    Menu 2
      Sub-Menu1 of Menu2
    I would be grateful the help...

    Thank you.
    Allen

    You did not show the expected results:

    select  lpad(' ',(level - 1) * 2) || menu_code || nvl2(prior menu_code,' of ' || prior menu_code,null) menu_code
      from  apc_menus m,
            apc_menu_details d
      where d.menu_id = m.menu_id
      start with d.menu_id not in (select sub_menu_id from apc_menu_details where sub_menu_id is not null)
      connect by d.menu_id = prior d.sub_menu_id
    /
    MENU_CODE
    ----------------------------------
    MAIN
      MENU2 of MAIN
        MENU3 of MENU2
          MENU4 of MENU3
            MENU5 of MENU4
    
    SQL> 
    

    SY.
    P.S. Your sample missing citations and clause VALUES. Next time post work set out.

  • Need help to build my new computer

    Well, I'm building a new computer, and I currently have Vista from a computer emachines OEM. I'll transfer my HD on the new computer, and if I order the recovery of their own disc, it'll work reinstall Vista on the new motherboard?

    N ° a license of Windows OEM eMachine is only valid for the original eMachine computer, with which he came.  You would be much better with Windows 7.  Example: Microsoft Windows 7 Home Premium 64-bit - OEM. Carey Frisch

  • Need help to build the SQL query

    Hi all

    I struggle to create the select statement.

    This is my expected outcome:

    Insert into tmp (aa, bb, cc, dd)

    values('CUST1','10100001',2,'10-Jan-2013');

    Insert into tmp (aa, bb, cc, dd)

    values('CUST1','10100002',4,'11-Jan-2013');

    Insert into tmp (aa, bb, cc, dd)

    values('CUST2','10200001',2,'19-Jan-2013');

    Insert into tmp (aa, bb, cc, dd)

    values('CUST2','10200002',6,'28-Jan-2013');

    Insert into tmp (aa, bb, cc, dd)

    values('CUST2','10200003',1,'28-Mar-2013');

    My result is:

    AA COUNT (1) MAX (DD) by cc dd AA AA

    CUST1 2 10100002 4 11 January 2013

    CUST2 3 10200003 1 28 MARCH 2013

    Can someone help with the select statement?

    Thank you and best regards,

    Iwan

    Just change it to the column:

    SELECT

    AA

    COUNT (aa)

    , MAX (bb) keep (last dense_rank command by JJ)

    , MAX (cc) keep (last dense_rank command by JJ)

    MAX (dd)

    OF THE TMP

    GROUP BY aa

    ORDER BY aa

    Note that by default sort order is ascending with the last NULL values.

    If in case your line-date-max will contain null value in the bb or cc columns those will be returned.

    Post edited by: Correction of chris227

    Post edited by: chris227 added note

Maybe you are looking for

  • Satellite A110-195 shows only 3 GB of RAM

    Hello Last week I bought laptops SATELLITE A110-195 and memory KINGSTON KVR533D2S4 / 2G to expand memory to 4 GB, I want to have 4 GB, but after putting is computer shows 3 GB not 4 GB. Could you help me?Why shows 3 GB not 4 GB?

  • How to change the order of the Pages templates?

    I created a half a dozen models, but puts the Pages at the bottom of all models, it comes with. I've never used any of the templates, but I have to scroll all the whenever I want to open a new page. Multiply it by hundreds of times, and there are a l

  • I gave up my Ipad and slightly bumpy a corner, now part of the sgreen does not work

    I gave up my IPad and slightly bumpy a corner, now part of my screen does not work and the screen continues to change without touching anything.

  • need help to move a rear window on the screen

    rather than reduce a window I was drag to the side of my desktop and accidentally moved completely out of sight. now when I click on the button in the task bar the only options I have are to close the window or move it. When I click on 'move' I get t

  • Unable to install drivers nVidia on E6410?

    I have a dell latitude e6410, and when I try to install the video driver nvidia, it says that I don't have a compatible system. This is the driver I tried to install it: http://www.dell.com/support/home/us/en/19/Drivers/DriversDetails?driverId=C87VT&