Component Development Guru

Any component development guru's interested in assisting with
project? Please provide contact information. Thanks!

What kind of assistance are you looking for?
Carson
Carson Hager
Cynergy Systems, Inc.
http://www.cynergysystems.com
Macromedia Flex Alliance Solutions Partner
Email: [email protected]
Office: 866-CYNERGY
Mobile: 1.703.489.6466
"ToFlexOrNotToFlex" <[email protected]>
wrote in message
news:e52khl$sfc$[email protected]..
> Any component development guru's that can assist with
project? Please
> provide contact information. Thanks!

Similar Messages

  • Confused about the Business Component Developer Certification

    Excuse me, I´m confused...
    How many certifications are about the Business Component Certification? Three??
    I thought there was just one, the Business Component Developer, which is the 1Z0-860 code...
    but I also have seen these:
    Java EE 6 Enterprise JavaBeans Developer Certified Expert Exam - 1Z0-895
    Java EE 6 Java Persistence API Developer Certified Expert Exam - 1Z0-898
    and now I don´t know which one to study for...
    Are these better? Or just different? Or are the last ones just the new ones and the 1Z0-860 is obsolete?
    Thanks in advance!

    938334 wrote:
    Excuse me, I´m confused...
    How many certifications are about the Business Component Certification? Three??
    I thought there was just one, the Business Component Developer, which is the 1Z0-860 code...
    but I also have seen these:
    Java EE 6 Enterprise JavaBeans Developer Certified Expert Exam - 1Z0-895
    Java EE 6 Java Persistence API Developer Certified Expert Exam - 1Z0-898
    and now I don´t know which one to study for...
    Are these better? Or just different? Or are the last ones just the new ones and the 1Z0-860 is obsolete?
    Thanks in advance!The basic answer to look at the question topics for each exam and and see what fits you. The question topcis should yield insight.
    Additionally the following exam is an OCP
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=41&p_org_id=&lang=&p_exam_id=1Z0_860
    The other two are OCE, as far as I can tell. Typically more of an area in depth, but OCE's can vary.
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=41&p_org_id=&lang=&p_exam_id=1Z0_895
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=41&p_org_id=&lang=&p_exam_id=1Z0_898
    I also notice the earlier exam is J2EE5; the later exams are J2EE6
    Hope this helps a little, but this java stuff is too hard for me and i must stackdump.

  • Java EE 6 Web Component Developer - Study Material

    Hi There,
    Could anyone recommend study material for the new Java EE 6 Web Component Developer exam.
    I have already had a look at the the following:
    The old head first: Head First Servlets and JSP (EE 5)
    The new updated Servlet specification 3.
    Enthuware mock Exams for the 1Z0-894 exam.
    According to another forum there are no books targeting this exam except this book which is only available on pre-order:
    [http://www.amazon.co.uk/Servlet-JSP-Tutorial-Budi-Kurniawan/dp/0980839629/ref=sr_1_7?ie=UTF8&qid=1316862920&sr=8-7|http://www.amazon.co.uk/Servlet-JSP-Tutorial-Budi-Kurniawan/dp/0980839629/ref=sr_1_7?ie=UTF8&qid=1316862920&sr=8-7]
    Any recommendations on getting up to speed with the latest EE6 topics will be greatly appreciated.

    user13417355 wrote:
    Hi There,
    Could anyone recommend study material for the new Java EE 6 Web Component Developer exam.
    I have already had a look at the the following:
    The old head first: Head First Servlets and JSP (EE 5)IMHO Sensible
    The new updated Servlet specification 3.Well Done.
    Enthuware mock Exams for the 1Z0-894 exam.At least www.certguard.com says assosicated website currently seems certification safe at time of post.
    >
    According to another forum there are no books targeting this exam except this book which is only available on pre-order:
    [http://www.amazon.co.uk/Servlet-JSP-Tutorial-Budi-Kurniawan/dp/0980839629/ref=sr_1_7?ie=UTF8&qid=1316862920&sr=8-7|http://www.amazon.co.uk/Servlet-JSP-Tutorial-Budi-Kurniawan/dp/0980839629/ref=sr_1_7?ie=UTF8&qid=1316862920&sr=8-7]
    Any recommendations on getting up to speed with the latest EE6 topics will be greatly appreciated.I'd think you'll proably get more java related info better on {forum:id=923}.
    I'm really no expert on java / java certifications. But your approach seems good. Just stay well clear of the braindump sites. And remember the offical documentation is there to help!

  • Related to component development.

    Hi folks,
    A very basic jsf question relating to component development. In the component class should all the instance variables have bean type getter and setter property ?
    If the answer to the previous question is no ,then from a design perspective which instance variables shouldn't have a bean type getter and seter property ? Some clarifications may be helpful for me to comprehend the problem.

    Well, it's not required to have a getter/setter for all your component properties. HOWEVER, it's a very good idea to have it anyways.
    You do not need getters and setters for temporary variables, and public static fields. Basically, ask yourself if the user of your component class could potentially ever need use of the property. If yes, then make a getter and setter.
    CowKing

  • Unable to install Component Development Tool??

    Hi,
    I am trying to install Component Development Tool on Eclipse Juno on 64-bit machine(Windows 7)
    I set my path variable to  "D:\Program Files\Java\jdk1.6.0_26\bin".
    In eclipse I configured windows-->preferences-->compiler to 1.6 and Installed JRE's to "D:\Program Files\Java\jdk1.6.0_26\jre" and confirmed default Java verison is 1.6 by using java -version in the command prompt.
    Downloaded the archive "lcwcdtool_p1_050710" and while installing I am getting the following error:
    "Cannot complete the install because one or more required items could not be found.
    Software currently installed: Adobe Component Development Tool 9.5.0 (com.adobe.livecycle.cde.feature.group 9.5.0)
    Missing requirement: Cde Plug-in 9.5.0.v201005062331 (com.adobe.livecycle.cde 9.5.0.v201005062331) requires 'bundle org.eclipse.emf.codegen 2.3.0' but it could not be found
    Cannot satisfy dependency:
    From: Adobe Component Development Tool 9.5.0 (com.adobe.livecycle.cde.feature.group 9.5.0)
    To: com.adobe.livecycle.cde [9.5.0.v201005062331]"
    Can anyone suggest how to proceed...

    Hi,
    This error was resolved by installing 32-bit java and Eclipse 3.4, but after successful installation of Component Development tool I'm unable to get component development environment. I'm unable to get below mentioned environment(I'm unable to find New LiveCycle in File-->New-->) in eclipse.
    Please suggest....

  • Certification for WEB COMPONENT DEVELOPER FOR J2EE[tm]

    Hi all,
    I'm thinking of getting certified as a
    WEB COMPONENT DEVELOPER FOR J2EE[tm] PLATFORM.
    What is your experience? How do I prepare best for the exam?
    Any book / tutorial particulary useful?
    Thanks for your input!
    Anja

    For what its worth, I found this the easiest of the certifications (compared to Programmer and Developer). My 2 cents of advice includes:
    - Use the Sun objectives as the driver for your study. Review the objectives thoroughly and make detailed notes by section. http://www.javaranch.com/scwcdlinks.jsp has some good examples of this (plus a lot of other useful stuff). The exam is a bit of a memory test - you need to know details of the deployment descriptor, the taglib definition, listeners, the API etc.
    - Take the time to read the servlet and JSP specifications. Although on first sight these are large documents, much of them is reference material and they can be read in a couple of hours. They will help in making the detailed notes.
    - Go over the servlet API for the key methods.
    - If you've not been working with servlet/JSP technologies, read a good book on servlets / JSPs for general background.
    - Try a few mock tests, although there are far fewer available than for JCP. Avoid the ones that charge a fee - I found them less than helpful.
    - This is probably just me, but be careful if you book the test via the web. I did just that, and when I turned up at the test center they had never heard of me. Follow-up with a phone call to the actual center to ensure that they are expecting you.
    Good Luck!

  • About Sun Certified Web Component Developer for the Java 2 ... course

    i want to know if i take the Sun Certified Web Component Developer for the Java 2 course,then could i write j2EE application with oracle envirmet and the websphere enviriment or should i take extra course if i mant to work in any of these enviroments

    You can write j2EE application for all this enviroments. The code is the same, with little diferences in the applicantion servers configuration files.
    For more information try: http://www.sun.com/training/certification/java/java_busj23e.html
    "The Sun Certified Web Component Developer for J2EE Platform certification exam is for Sun Certified Programmers (any edition) who are using the Java technology servlet and JavaServer Pages (JSP) application program interface (APIs) to develop Web applications. Prior to beginning the Sun Certified Web Component Developer program, you must be a Sun Certified Programmer for the Java platform (any edition)."
    "The Sun Certified Business Component Developer for the Java 2 Platform, Enterprise Edition 1.3 exam is for programmers and developers who are responsible for designing, developing, testing, deploying, and integrating Enterprise JavaBeans (EJB) applications. It is also for those specializing in leveraging the Java 2 Platform, Enterprise Edition (J2EE platform) technologies used to develop server-side components that encapsulate the business logic of an application. Prior to beginning the Sun Certified Business Component Developer program, you must be a Sun Certified Programmer for the Java platform (any edition)."

  • Sun Certified Business Component Developer (SCBCD)

    The Sun Certified Business Component Developer (SCBCD) certification targets information regarding Java components related to distributed applications, specifically Enterprise Java Beans (EJBs). To achieve this certification, the candidate must pass a computer-based test available world-wide at Prometric test centers.
    SCBCD 1.4 exam covers Java2 Enterprise Edition (J2EE) version 1.3 code, including EJB version 2.0.
    As of 2008, the SCBCD covers the Java2 Enterprise Edition (J2EE) version 5 code, corresponding to EJB version 3.0.
    The pre-requisite for this certification is that the candidate should be a Sun Certified Programmer for Java 2 Platform (any edition).
    SCBCD for J2EE version 1.3 is now no longer offered (starting February 2008). However, the upgrade exam from SCBCD for J2EE version 1.3 to J2EE version 5 is still available.
    310-090:Sun Certified Business Component Developer for J2EE1.3
    It comes from blog.killtest.com

    Team,
    #1: I understand that this is Sun's Training / learning / Certification forum, which I believe is a good place to ask such a question. I believe the answer would be beneficial to a few more people than me.
    #2
    I do understand the true nature of the examine. Application Design, Patterns, UML - an Architects view of a project. But the test requirements also states a few item that differ in EJB 3.0 over EJB 1.1, 2.0, 2.1 - for instance::
    Section 4: Enterprise JavaBeans Technology
    * List the required classes/interfaces that must be provided for an EJB technology.
    * Distinguish Session and Entity beans.
    * Recognize appropriate uses for Entity, Stateful Session, and Stateless Session beans.
    * State benefits and costs of Container Managed Persistence.
    * State the transactional behavior in a given scenario for an enterprise bean method with a specified transactional deployment descriptor.
    * Identify costs and benefits of using an intermediate data-access object between an entity bean and the data resource.
    Section 5: Enterprise JavaBeans Container Model
    * Explain how the EJB container does lifecycle management and has the capability to increase scalability.
    I have recently passed the Sun Certified Business Component Developer (SCBCD), and work in an EJB 3.0 environment. I wish to the certification to reflect the current technology.
    If there is someone more appropriate to ask or place to ask, please direct me to the resource. Thank you.
    Tony McClay

  • Certified Web Component Developer

    Hello all,
    Did anyone do Sun's newest Java certification exam for Certified Web Component Developer?
    Do you have any information beyond what's on Sun's website ( http://suned.sun.com/US/certification/java/ )? Like:
    - does this compare to Certified Developer (for J2SE)?
    - are there any books to study for the new exam?
    Jesper

    Please see http://www.geocities.com/osun9/Home.htm for more information on web component developer exam... Hope this helps.....

  • Sun Certified Web Component Developer for J2EE Platform (CX-310-080)

    Hi every one !
    I want to prepare for the Sun Certified Web Component Developer for J2EE Platform (CX-310-080), I want to know if there some good books that you advice me to work on it
    Thank you in advance for any answer :)
    Rania +

    ISBN: 1930110596
    ISBN: 1861007701
    ISBN: 1932394389Not published yet.
    Good Luck

  • Sun Certified Web Component Developer for the Java Platform, Enterprise Edi

    I would like to take up the exam "Sun Certified Web Component Developer for the Java Platform, Enterprise Edition 5". Could you please suggest me the right book for it?
    Does this one helps? ----Head first servlets and jsp
    Whihc version I have to choose?

    That book is a very decent start, but it does not cover everything you need to know. I would also get "core servlets 2nd edition", which you can download for free here:
    http://pdf.coreservlets.com
    I would skim these two books to see which topics they cover, then check it against the list of requirements you will find on this page:
    http://www.sun.com/training/catalog/courses/CX-310-083.xml
    to see what you are missing.

  • WEB COMPONENT DEVELOPER

    Please accept my apologies, I know that this in not exactly the right forum but I thought that I would reach the right people here.
    I was wondering if anyone has taken the Sun Certified Web Component Developer for J2EE Platform (310-080) exam. If so, do you know if there are any preparation books for that? How was the exam? What would you recommend focusing on?
    Thanks in advance.

    Check out the Sun Certified Web Component Developer forum at www.javaranch.com. Valuable info there.
    Bosun

  • Web Component Developer Certification

    I just got the SCPJ 1.4 certification and my next goal is the web component developer certification. I�d like to know which materials covers best the certification subjects. What is the best book, with less errors, that I can study? Or is there any site that has anything usefull? Please, help me.
    Alexandre Oliveira.

    Google is your friend. Good luck.

  • Web component developer (JSPs and Servlets)

    Which jdk should I download for web component development
    Is it SE or EE?
    Do I need a application server to deploy web applications?
    Please advise.

    user10100078 wrote:
    which application server do you recommend?Well, I'm partial to JBoss, but Glassfish comes included in (at least some of) the installs.
    I don't know anything about application servers.
    please advise in detailThen learn, I don't have the time nor the character limit to explain to you about application servers. But they are documented.

  • What is the specification reffered for the exam      Java EE 6 Web Component Developer Certified Expert Exam?

    What is the specification reffered for the exam Java EE 6 Web Component Developer Certified Expert Exam:http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=5001&get_params=p_exam_id:1Z0-899&p_org_id=&lang=.It is not mentioned in the link given above

    HI,
    This certification is geared toward experienced developers of Java technology applications. Certified individuals should have the knowledge and skills to quickly build web applications suited to any Java EE 6 application server using JSP and servlet technologies....
    Oracle Certified Expert, Java EE 6 Web Component Developer
    Thank you

Maybe you are looking for

  • Detail report in OBIEE 11g

    Hi, My client has a requirement to produce detail reports using OBIEE. We have 11g now, I remember in 10G there was a limitation of 10,000 rows, is that the same in 11G. In case if it runs over, how to manage it. Is there any other alternate, can BI

  • I have a Mac 10.4.11. When downloading Flash 10.1, got a verification failed message.

    My Mac is a 10.4.11.  I installed the flash player 10.1 through a website called Jibjab.com. once installed and on that site, my computer started going through a "refresh loop", so to speak.  Wasn't sure if it was the site or the new FP version, so u

  • Can't sign in to itunes connect

    When signing in with my apple id i get the following error: Apple ID does not have permission to access iTunes Connect I am an apple developer. My individual license expires Dec 2013. I can sign to developer site with my apple id. I am trying to publ

  • Why need a NLS for Hana?

    Just a thought to ponder on: Why do we need IQ or any other system as a NLS for Hana? Would it not be more efficient to increase disk capacity by adding a SAN to Hana and storing cold data as columnar tables with a never load into memory option? Does

  • Init.ora parameter

    Hello, I need to change the init.ora file to point to spfile, such as spfile='D:\oracle\product\11.2.0\db_1\database\spfile.ora' currently the init.ora has all the variables that spfile has, but we would like to point to spfile from init.ora file. fo