JBoos and JEE 5

Hello
I am new to Enterprise world.
I start with sun tutorial for JEE 5 Update 1.
I was use Sun Application server to run the examples.
Now i wan to use JBoss i download jboss-4.0.4.GA.
But it is support only J2EE 1.4
I hear that there is JBoss Seam it is JEE 5 framework
But i don't know if i can use it to make JEE 5 Applications and run it from JBoss.
I am using NetBeans 5.5 as Editor.
Please any one can help me.
I know that my question may be stupid but i am newer to Enterprise.
Thanks

I hear that there is JBoss Seam it is JEE 5
framework
But i don't know if i can use it to make JEE 5
Applications and run it from JBoss.Yes you can. The current release of Seam has been tested in JBoss 4.0.4., although in theory Seam can work on any application server, and even on just a servlet container (like Tomcat), by using the JBoss Embeddable EJB3 container.

Similar Messages

  • What should I use  between JSE and JEE?

    Is it true that JSE can do only certain level, but JEE can do the same with JSE and specially beyound of JSE.? If i want to develop a web application, what should i install to my computer between JSE and JEE or i have to install its both?

    hi
    you dont get all the features of j2se when you have j2ee with you. they are 2 different things.
    j2ee mostly deals with things which are required for a enterprise application building which include EJBs, Servlets, JSPs etc. while the J2SE is more useful for application developement (using Swing e.g). this is only a crude differentiation.
    the choice betweeen the two depends on your requirement. e.g. if you are developing a web application, you will go for J2EE and proceed using the components available there.
    if you specify your requirements, then we can discuss the details may be.
    Parag

  • Webservices and JEE container

    Good afternoon.
    Webservices with SUN API can use without using a JEE container, by example, using a Tomcat only?
    Thanks

    For example in NetBeans there's a wizard for creating webServide running on Tomcat. It is very easy and quick.
    The webService should be placed into web container (WAR) if you want to use HTTP as transfer protocol.
    Miro

  • Questions from a Rookie about JSP and JEE

    Hello friends. I've just started to learn JEE and JSP technologies. I have some experience with .Net and PHP; but just found time to learn JSP. I have developed a simple Web application by using those technologies. And I want to deploy those codes to the web. I have googled. But could not find an explanatory tutorial about this topic.
    My second Question is:
    I am using Netbeans 6 Beta 2 and I am connecting to a Database by using a function let's say something called connectDb() with SSH;. How can I bind a Data table with this function. (Netbeans have a buildin component for binding to a component to db but does not support SSH)
    Thanx in advance. I would appreciate any kind of help.

    Hello.
    Is there anybody in there?
    Just reply if you can help me.
    Is there anyone here?
    By Dink Floyd

  • Building the bookstore example in the JEE tutorial

    Hi:
    I am going through the SUN JEE tutorial with Netbeans 6.1 Beta
    I am trying to define the DB connectivity.
    After defining the JDBC resource as jdcb/BookDB with the Derby Pool in the glassfish app server
    I run the bookstore1 project. This is supposed to populate the tables and run the application
    I get the following error:
    Null component com.sun.appserv:type=JspMonitor,name=jsp,WebModule=//server/bookstore1,J2EEApplication=null,J2EEServer=server
    WEB0123: WebModule [bookstore1] failed to deploy and has been disabled
    java.lang.RuntimeException: java.lang.RuntimeException: Persistence unit named [book] is configured as JTA, yet only non-jta-data-source name is supplied in persistence.xml.
    this is the persistence.xml supplied with the application:
    <?xml version="1.0" encoding="UTF-8"?>
    <persistence version="1.0" xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd">
    <persistence-unit name="book" transaction-type="JTA">
    <non-jta-data-source>jdbc/BookDB </non-jta-data-source>
    </persistence-unit>
    </persistence>Is there anything else that am I supposed to do?
    Thanks for your time

    Thanks for your reply:
    I am new to persistence API and JEE
    Could you please show me how to define this JTA data source?

  • So far JSE used, additionally would use JEE. What to do?

    Hi,
    so far I used/installed JSE to develop applications in Java, for example using Swing for the GUI.
    Now I would like to do additionally webapplications with Java, so I need JEE for that. But I still would like to be able to develop the common Java applications.
    Does this mean, that I still need the JSE installed? Or can I uninstall the JSE, install the JEE and still be able to do Java applications and Java webapplications?
    If I need both installed, does it mean that I also have to have an IDE for JSE and an additional IDE for the JEE development? As I see eclipse IDE is available for JSE and JEE, among some other versions, and so far I used the JSE version (for Java Developers). The same seems to be true for Netbeans IDE, there are also different vesions available for download. Obviously haveing only one IDE version for JSE and JEE development would be fine, but perhaps that is not possible as of configuration issues?
    Best Regards

    807677 wrote:
    Hi,
    so far I used/installed JSE to develop applications in Java, for example using Swing for the GUI.
    Now I would like to do additionally webapplications with Java, so I need JEE for that. But I still would like to be able to develop the common Java applications.Java EE is just an extension to Java SE. They're not separate things that you choose between.
    Does this mean, that I still need the JSE installed?Yes.
    does it mean that I also have to have an IDE for JSE and an additional IDE for the JEE development?No. You can install an IDE that has EE features in it and use it to develop regular applications as well.

  • How can i create a printable format with Java

    Hello....
    First, my english is not good, but this is possibly my last hope!! I have a program with EJB's, JBoos and a MySql database! The program shows the data from the database and you can do something with these data. Now my problem to print this data. I want create a formular which will be print! I've treid ut with docbook and the javax.print library.
    The first problem is: with linux docbook works very fine. I transform the sgml-file in many formats with "db2pdf or db2ps......"
    but the javax.print library don't find any printservice! I've J2EE 1.4.1 where the bug canceld from the earlier version!
    So the next problem is: with windows the javax.print library works fine! I find the printservices and can print *.ps or *.pdf! But i can't transform the sgml-file in Postscipt or PDF!
    I've tried to solve this problem for two weeks now, but without any success.
    Now my Question is: have somebody experiences with this problem and can help me or is there another possibility to solve my problem!!!
    Thanks
    FIPS

    seems to be important!
    k, do this.
    1. ur english is wonderful for a programmer, are u US :)
    2. i will suggest u create an XML file.
    then u can print it and do the hell with it.
    so : java ==> XML ==> what ever u want.
    and if u can also what ever u want ==> XML ==> java.
    this works also fine.

  • How to access EJB deployed in JBOSS 4 from Creator

    Hello.
    I am trying to access EJBs deployed on JBOSS in order to develop a web app client, when I import the EJB set from Creator (sessions and entities packages in a jar file) I got the following error message....."No EJB set found in file....." .
    I presume there is an kind of xml file description specific for Sun App Server missing. I would like to know if there is other way to expose EJB in creator?....maybe write a config file by hand.
    I already read the tutorials related to EJB but those only use pre build EJB jars for Sun App Sserver.
    Also I read all the posted about JBoos and EJB in this forum but those are pretty general.
    By the way I have Delegate classes to access the EJB. How do I register my delegates in Creator in order to expose their methods?
    I�ll really appreciate some light in this matter.
    Thanks in advance!!!

    Hi,
    The below forum thread may help you :
    http://swforum.sun.com/jive/thread.jspa?forumID=123&threadID=51321
    Thanks,
    Runa.

  • WebLogic 10.3 for application in JDK 5?

    Hi,
    I'm new with WebLogic. I want to develop an aplication in Java JEE 5, and i try to install WebLogic 10.3 with JRockit 5; but it's says to me that is not compatible :( -- BEA JRockit 1.5.0_15 SDK, JRockit Mission Control - 3.0.3-1.5.0 --
    Working with JRockit 6 it's a problem for my application in Java EE 5?? or I need to downgrade in WebLogic version to work with JRockit 5??
    Thanks for all!

    You don't need to downgrade.
    While WebLogic 10.3 servers runs on a 1.6 JVM, but not a 1.5 JVM, it still supports JEE 5. The JVM version is not the same as the JEE version. For information on JVM and JEE support, see:
    [http://edocs.bea.com/wls/docs103/compatibility/compatibility.html]
    [http://e-docs.bea.com/platform/suppconfigs/configs103/103_over/overview.html]
    [http://www.oracle.com/technology/software/products/ias/files/oracle_wls_certification_10gr3_matrix.xls]
    Tom

  • Optimize a select query

    Hi,
    Following query is taking about 30-40 mins to fetch the data in a procedure.I tried using the hints and ran the explain plan but the cost is still the same (151,894) . Can anyone please help me in tuning the query.
    SELECT SYSDATE c_creation_date, glcc.code_combination_id c_ccid,
    glcc.segment1 c_funding, glcc.segment2 c_resp_ctr,
    glcc.segment3 c_account, glcc.segment4 c_pgm_phase,
    glcc.segment5 c_project_cd, null c_vendor_id,
    null c_vendor_num, null c_vendor_name,
    null c_site_code,
    null c_vendor_type,
    null c_project_id, null c_project,
    null c_project_name,
    null c_organization_id,
    null c_organization, null c_expenditure_type_id,
    null c_expenditure_type,
    null c_task_id, null c_task,
    null c_task_name, null c_award_id,
    null c_award, null c_award_name,
    jel.je_header_id c_document_batch_id,
    jeh.name c_document_batch_name,
    -- jel.reference_2 c_document_id, --- Note: reference_2 invoice_id,po_header_id,req_header_id
    case
    when je_source = 'Purchasing'
    then jel.reference_2
    when je_source = 'Payables'
    then jel.reference_2
    else null
    end c_document_id,
    case
    when je_source = 'Purchasing'
    then 'GLJE-'||je_source||' '||jel.reference_1
    else 'GLJE-'||je_source
    end c_document_type,
    case
    when je_source = 'Payables'
    then jel.reference_5
    when je_source = 'Purchasing'
    then reference_4
    else
    reference_4
    end c_document_number,
    NULL c_document_release_id, NULL c_document_release,
    NULL c_document_line_id,
    null c_document_line_num,
    case
    when je_source = 'Purchasing'
    then jel.reference_3
    else null
    end c_document_dist_id,
    case
    when je_source = 'Payables'
    then jel.reference_3
    else null
    end c_document_dist_num,
    0 c_distr_amount,
    (nvl(accounted_dr,0) - nvl(accounted_cr,0)) c_encumbered_amount,
    0,0,0,0,0,0,NULL,jel.je_line_num c_je_line_num
    FROM gl_je_lines jel,
    gl_je_headers jeh,
    gl_encumbrance_types jee ,
    gl_code_combinations glcc
    WHERE jel.je_header_id = jeh.je_header_id
    AND jel.CODE_COMBINATION_ID = glcc.CODE_COMBINATION_ID
    AND jee.encumbrance_type_id = jeh.encumbrance_type_id
    AND actual_flag = 'E'
    and glcc.segment1
    || '-'
    || glcc.segment2
    || '-'
    || glcc.segment3
    || '-'
    || glcc.segment4
    || '-'
    || glcc.segment5
    || '-'
    || glcc.segment6
    || '-'
    || glcc.segment7 between nvl(:p_min_flex, :l_min_flex) and nvl(:p_max_flex,: l_max_flex )
    and encumbrance_type = nvl(:l_enc_type,encumbrance_type)
    and jel.EFFECTIVE_DATE between nvl(:p_encumbrance_date_from,:l_date_low)
    and nvl(:p_encumbrance_date_to,:l_date_high)
    and decode(je_source,'Purchasing',jel.reference_4,'Payables',jel.reference_5)
    =nvl(:l_doc_number,decode(je_source,'Purchasing',jel.reference_4,'Payables',jel.reference_5))
    and je_source != 'Payables';
    I will appreciate the help!
    Regards,
    Darshini

    Hi,
    Thanks Sundar and Miguel for the article, it is very helpful.
    I was able to get the output from explain plan as well as sql_trace.But I could not understand how to compare the files and optimize the query. follwing are the outputs
    select * from table(dbms_xplan.display);
    PLAN_TABLE_OUTPUT
    | Id | Operation | Name | Rows | Bytes | Cost |
    | 0 | SELECT STATEMENT | | 2 | 336 | 151K|
    | 1 | CONCATENATION | | | | |
    | 2 | FILTER | | | | |
    | 3 | NESTED LOOPS | | 1 | 168 | 54873 |
    | 4 | NESTED LOOPS | | 1 | 155 | 54872 |
    | 5 | NESTED LOOPS | | 1633 | 180K| 53237 |
    | 6 | TABLE ACCESS FULL | GL_CODE_COMBINATIONS | 1387 | 77672 | 3713 |
    | 7 | TABLE ACCESS BY INDEX ROWID| GL_JE_LINES | 1 | 57 | 66 |
    | 8 | INDEX RANGE SCAN | GL_JE_LINES_N1 | 135 | | 3 |
    | 9 | TABLE ACCESS BY INDEX ROWID | GL_JE_HEADERS | 1 | 42 | 1 |
    | 10 | INDEX UNIQUE SCAN | GL_JE_HEADERS_U1 | 1 | | 0 |
    | 11 | TABLE ACCESS BY INDEX ROWID | GL_ENCUMBRANCE_TYPES | 1 | 13 | 1 |
    | 12 | INDEX UNIQUE SCAN | GL_ENCUMBRANCE_TYPES_U1 | 1 | | 0 |
    | 13 | FILTER | | | | |
    | 14 | NESTED LOOPS | | 1 | 168 | 97021 |
    | 15 | NESTED LOOPS | | 1633 | 200K| 95386 |
    | 16 | NESTED LOOPS | | 1387 | 95703 | 3714 |
    PLAN_TABLE_OUTPUT
    | 17 | TABLE ACCESS BY INDEX ROWID| GL_ENCUMBRANCE_TYPES | 1 | 13 | 1 |
    | 18 | INDEX UNIQUE SCAN | GL_ENCUMBRANCE_TYPES_U2 | 1 | | 0 |
    | 19 | TABLE ACCESS FULL | GL_CODE_COMBINATIONS | 1387 | 77672 | 3713 |
    | 20 | TABLE ACCESS BY INDEX ROWID | GL_JE_LINES | 1 | 57 | 66 |
    | 21 | INDEX RANGE SCAN | GL_JE_LINES_N1 | 135 | | 3 |
    | 22 | TABLE ACCESS BY INDEX ROWID | GL_JE_HEADERS | 1 | 42 | 1 |
    | 23 | INDEX UNIQUE SCAN | GL_JE_HEADERS_U1 | 1 | | 0 |
    sql_trace
    PARSING IN CURSOR #2 len=3812 dep=0 uid=173 oct=3 lid=173 tim=3338840240188 hv=2038351921 ad='aaf94e98'
    SELECT SYSDATE c_creation_date, glcc.code_combination_id c_ccid ,
    glcc.segment1 c_funding, glcc.segment2 c_resp_ctr,
    glcc.segment3 c_account, glcc.segment4 c_pgm_phase,
    glcc.segment5 c_project_cd, null c_vendor_id,
    null c_vendor_num, null c_vendor_name,
    null c_site_code,
    null c_vendor_type,
    null c_project_id, null c_project,
    null c_project_name,
    null c_organization_id,
    null c_organization, null c_expenditure_type_id,
    null c_expenditure_type,
    null c_task_id, null c_task,
    null c_task_name, null c_award_id,
    null c_award, null c_award_name,
    jel.je_header_id c_document_batch_id,
    jeh.name c_document_batch_name,
    case
    when je_source = 'Purchasing'
    then jel.reference_2
    when je_source = 'Payables'
    then jel.reference_2
    else null
    end c_document_id,
    case
    when je_source = 'Purchasing'
    then 'GLJE-'||je_source||' '||jel.reference_1
    else 'GLJE-'||je_source
    end c_document_type,
    case
    when je_source = 'Payables'
    then jel.reference_5
    when je_source = 'Purchasing'
    then reference_4
    else
    reference_4
    end c_document_number,
    NULL c_document_release_id, NULL c_document_release,
    NULL c_document_line_id,
    null c_document_line_num,
    case
    when je_source = 'Purchasing'
    then jel.reference_3
    else null
    end c_document_dist_id,
    case
    when je_source = 'Payables'
    then jel.reference_3
    else null
    end c_document_dist_num,
    0 c_distr_amount,
    (nvl(accounted_dr,0) - nvl(accounted_cr,0)) c_encumbered_amount,
    0,0,0,0,0,0,NULL,jel.je_line_num c_je_line_num
    FROM gl_je_lines jel,
    gl_je_headers jeh,
    gl_encumbrance_types jee ,
    gl_code_combinations glcc
    WHERE jel.je_header_id = jeh.je_header_id
    AND jel.CODE_COMBINATION_ID = glcc.CODE_COMBINATION_ID
    AND jee.encumbrance_type_id = jeh.encumbrance_type_id
    AND actual_flag = 'E'
    and glcc.segment1
    || '-'
    || glcc.segment2
    || '-'
    || glcc.segment3
    || '-'
    || glcc.segment4
    || '-'
    || glcc.segment5
    || '-'
    || glcc.segment6
    || '-'
    || glcc.segment7 between nvl(null,'F017-M029300-1980200200-CF2004-000000-00000-00000')
    and nvl(null,'F017-M029300-1980200200-CF2004-000000-00000-00000' )
    and encumbrance_type = nvl('Obligation',encumbrance_type)
    and jel.EFFECTIVE_DATE between nvl(null,'01-JAN-1900')
    and nvl(null,'31-DEC-4712')
    and decode(je_source,'Purchasing',jel.reference_4,'Payables',jel.reference_5)
    =nvl('5013794',decode(je_source,'Purchasing',jel.reference_4,'Payables',jel.reference_5))
    and je_source != 'Payables'
    END OF STMT
    PARSE #2:c=50000,e=42317,p=0,cr=0,cu=0,mis=1,r=0,dep=0,og=1,tim=3338840240172
    EXEC #2:c=0,e=621,p=0,cr=0,cu=0,mis=0,r=0,dep=0,og=1,tim=3338840243240
    FETCH #2:c=5910000,e=5837875,p=13246,cr=19198,cu=0,mis=0,r=1,dep=0,og=1,tim=3338846081769
    FETCH #2:c=0,e=1166,p=0,cr=8,cu=0,mis=0,r=15,dep=0,og=1,tim=3338846086521
    *** 2008-08-06 12:24:18.016
    FETCH #2:c=10000,e=2155,p=0,cr=21,cu=0,mis=0,r=15,dep=0,og=1,tim=3338854116887
    FETCH #2:c=0,e=1812,p=0,cr=14,cu=0,mis=0,r=15,dep=0,og=1,tim=3338860800729
    *** 2008-08-06 12:24:31.298
    FETCH #2:c=10000,e=1729,p=0,cr=10,cu=0,mis=0,r=15,dep=0,og=1,tim=3338867087393
    FETCH #2:c=0,e=1810,p=0,cr=14,cu=0,mis=0,r=15,dep=0,og=1,tim=3338872996057
    *** 2008-08-06 12:24:43.317
    FETCH #2:c=0,e=1728,p=0,cr=9,cu=0,mis=0,r=15,dep=0,og=1,tim=3338878825390
    FETCH #2:c=0,e=2058,p=0,cr=12,cu=0,mis=0,r=15,dep=0,og=1,tim=3338884698870
    *** 2008-08-06 12:24:57.286
    FETCH #2:c=0,e=2095,p=0,cr=10,cu=0,mis=0,r=10,dep=0,og=1,tim=3338892467618
    STAT #2 id=1 cnt=116 pid=0 pos=1 obj=0 op='HASH JOIN (cr=19296 pr=13246 pw=0 time=5837597 us)'
    STAT #2 id=2 cnt=5464 pid=1 pos=1 obj=33979 op='TABLE ACCESS FULL GL_JE_HEADERS (cr=6120 pr=183 pw=0 time=796948 us)'
    STAT #2 id=3 cnt=174 pid=1 pos=2 obj=34028 op='TABLE ACCESS BY INDEX ROWID GL_JE_LINES (cr=13176 pr=13063 pw=0 time=5576761 us)'
    STAT #2 id=4 cnt=176 pid=3 pos=1 obj=0 op='NESTED LOOPS (cr=13088 pr=13063 pw=0 time=487814114 us)'
    STAT #2 id=5 cnt=1 pid=4 pos=1 obj=0 op='MERGE JOIN CARTESIAN (cr=13076 pr=13063 pw=0 time=5575083 us)'
    STAT #2 id=6 cnt=1 pid=5 pos=1 obj=34354 op='TABLE ACCESS FULL GL_ENCUMBRANCE_TYPES (cr=6 pr=0 pw=0 time=453 us)'
    STAT #2 id=7 cnt=1 pid=5 pos=2 obj=0 op='BUFFER SORT (cr=13070 pr=13063 pw=0 time=5574591 us)'
    STAT #2 id=8 cnt=1 pid=7 pos=1 obj=33834 op='TABLE ACCESS FULL GL_CODE_COMBINATIONS (cr=13070 pr=13063 pw=0 time=5573921 us)'
    STAT #2 id=9 cnt=174 pid=4 pos=2 obj=34055 op='INDEX RANGE SCAN GL_JE_LINES_N1 (cr=12 pr=0 pw=0 time=349 us)'
    =====================
    I will greatly appreciate if any one can help me further.
    Thanks,
    Darshini

  • Problem in Creating data for HCM Talent management System Risk of Loss data

    Hello there,
      I am trying to enter data for Risk of Loss in HR HCM TMS. Does anybody know in which SAP portal Release this functionality is delivered i have SAP portal 7.00 with JEECOR and JEE and with SP 16. i think all the new functionality delivered in SAP ECC6 EHP4 is supported in SAP portal 7.00 with NW EHP1. Can anybody help in configuring risk of loss in MSS package. I will really appreciate your help in the same. or any useful link for Portal configuration specific to HCM.
    Thanks
    Mandeep

    Hi mani,
    configuring Risks is part of the talent management suite, talent assessment. 
    check out this documentation on SAP help:
    http://help.sap.com/erp2005_ehp_04/helpdata/en/b5/ae52db46094946933b2c4dd6cb5ae7/content.htm
    Under SPRO you will want to use talent management -> talent assessment
    there are however a number of basic things that should be looked at under talent management -> basic settings.  Particularly for the "assessment landing" page to work it involves integration between the central person and the SAP business partner.  This is the first step in spro, under tm -> basic settings.
    Best Regards,
    Michael
    Edited by: Michael L Pappis on Aug 10, 2010 12:47 AM

  • Enterprise multiserver option missing during install

    Hello,
    I've been asked to install Coldfusion 10 Enterprise on a server.
    We have a Coldfusion 10 Enterprise upgrade key.
    I'm having a hard time to find a place at adobe.com to downlaod the install file.
    Finally I downloaded the trial, hoping it would also be the enterprise version after entering the key.
    From previous installation documentation of our Coldfusion 8 and 9 servers, during installation, after the screen where the serial is eneterd, I expected to get a screen where I can choose 1.Server configuration 2. Enterprise multiserver configuration or 3. J2EE configuration.
    With the downloaded ColdFusion_10_WWEJ_win64.exe I only get the choices Server and JEE.
    Do I have the wrong download, or is the Enterprise option left away in the Installation wizard?
    Regards,
    Han

    Hi
    Welcome to Adobe Forums.
    Instead of JRun, Tomcat is embedded with a stand-alone ColdFusion 10 installation. Previous versions of ColdFusion installer allow you to create multi-server installations whereas ColdFusion 10 installer lets you only install stand-alone installation. After installing ColdFusion in stand-alone mode(server configuration), you can create multiple instances and clusters, provided you have an Enterprise or Developer license.
    So in CF 10, you will only find 2 options : 1.Server configuration 2. J2EE configuration.
    http://help.adobe.com/en_US/ColdFusion/10.0/Admin/WSc3ff6d0ea77859461172e0811cbf363c31-7ff 4.html
    Thanks
    VJ

  • OBPM contract opportunity

    HI,
    I'm currently seeking an OBPM developer for a client based in Denmark for a 6 month contract. If you would like to gain some more information could you please contact me ASAP.
    The developer will have a strong Oracle BPM, Java and JEE background and good knowledge of development methodologies and tools and will be team member able to work closely with other team members in translating requirements and architectural designs into workflow.
    Oracle BPM
    · Implement workflow projects structure and architecture.
    · Deep knowledge on how the BPM engine works.
    · Know now the BPM Directory works (roles, groups, participants)
    · Know how the BAM Database works
    · Deep knowledge in designing and programming BAM Dashboards
    · Good knowledge regarding BPM Workspace and how to customise the workspace (filters etc)
    · PAPI/WS-PAPI
    · Know the differences in behaviour between BPM Studio and BPM Enterprise
    [email protected]

    Hi Rasheed,
    Apologies for the delayed reply! Yes, this opportunity is no longer available. Feel free to drop me your cv over to [email protected] should you wish to discuss further opportunities.
    Kind Regards,
    Gary

  • How to get WTP on my Flex Builder 3 Standalone Version: 3.0.214193?

    Hello All,
    I have downloaded the Flex builder 3.0.2 from the adobe website, and am trying to install the WTP plugin for it.
    When i use this link http://download.eclipse.org/webtools/updates/ for getting the plugin it throws the error as :
    Java Persistence API Tools (2.1.1.v200902200210-7A79BjDZRDE7GUMQDJGD) requires feature "org.eclipse.platform (3.4.0)", or compatible.
    Any many more like this. I know my eclipse plugin version is 3.3 version.
    I am not sure how can i upgrade my eclipse which came with Flex builder standalone to the 3.4 version. And also is it possible to use standalone only as using the flex builder plugin in not an option for me right now.
    Or any other way if i can use Tomcat from Flex builder without using WTP ??
    Please help

    I've installed and it works fine but I've many plugins installed.
    Try to install WST (Web Standart Tools) throw FB and after that install WTP.
    For intalling WST follow this.
    In FB menu.
    Help - Software updates - Find and install...
    "Search new features and install" Next
    "Europa Discovery Site" Finish
    Choose any nearest mirror for your location.
    Find "Web and JEE Development" folder.
    There are "Eclipce XML Editors and Tools" and
    "Web Standard Tools (WST) Project" check them to install. This plugins requier some other plugins, so it's easer to click "Select required" button on left side  to check them all automaticaly.
    After that standart installing procedure: Licence agreement, downloading and so on.

  • How to edit xml files in flex builder 3

    Hello Forum
    I'm new to flex, trying to learn my way around it.  I usually use Flash to write my actionscript, but the eclipse interface seems intruiging...
    First question:  I am setting up a config.xml file where the main variables are set for the application.  For some reason Flex Builder 3 doesn't really let me edit or even create xml files?  What is the reason for that?  Do I need to install something additional? What am I missing?
    This is a pure actionscript application by the way...
    Any advice is much appreciated.
    Thank you
    sk

    Hi Stephan,
    never the less the way to install plugin.
    Help - Software updates - Find and install...
    "Search new features and install" Next
    "Europa Discovery Site" Finish
    Choose any nearest mirror for your location.
    Find "Web and JEE Development" folder.
    There are "Eclipce XML Editors and Tools" and
    "Web Standard Tools (WST) Project" check them to install. This plugins requier some other plugins, so it's easer to click "Select required" button on left side  to check them all automaticaly.
    After that standart installing procedure: Licence agreement, downloading and so on.
    Hope this helpful.

Maybe you are looking for

  • Can't erase a Seagate external drive

    I want to erase the usual 'PC' related files which come as standard with new drives, but as soon as I select erase it gives me the waring: Disk Erase failed with error: File system formatter failed. I have tried to erase 2 different drives and both t

  • GL Account Key displays Chart of accounts concatenated with GL Account

    Hi, When we pull the GL Account Key object into a WEBI report, the Chart of Account value is concatenating with the GL Account number like ABDA/253616. In Bex Query, choosing the Chart of accounts and GL Account in the Analyser gives only the number

  • Address book not showing up in iPhoto Email

    Anyone know why my address book isn't showing up in the email function in iPhoto? When I start typing a name in the "to" field, the name should pop up from my address book like in Mail, but it's not. I've restarted my computer and repaired disk permi

  • G5 dual 2.0ghz 2.5 RAM  160HD on ebay

    Hi everyone, Anyone have an idea what a late 2004 G5 in "as is" condition would go for on ebay. The logic board and power supply are gone. RAM will be removed along with the hard drive. Casing in mint condition. Thanks

  • Wrong information in Metadata Repository

    Hey Guru's, I searched for objects in the BI Metadata Repository and found an error. I looked für a query and the corresponding workbook. But I found another workbook that doesn't exist anymore. As a goal, I'd like to have a screenshot for project do