Adding swing javabean in websphere studio

I have my own JFormattedTextField derived bean component which i wanted to add as another component in the palette (where other Swing, AWT etc. components are there). so that developer can just drag and drop it. I know i can use "Choose Bean" dialog and choose my bean from there but instead i wanted to add this bean with an image with other built-in components. Can anyone advise?
FYI: I am using IBM Web Sphere Studio Application Developer version 5.1.
Thanks,
Vicky

Netweaver developer studio is based on eclipse 2.x
While the current Eclipse platform is 3.1. Maybe the plugins are only compatible with 3.x versions of Eclipse.
Peter

Similar Messages

  • WebSphere Studio Vs JDeveloper

    Hi Guys,
    Is Oracle adding any capabilities that WebSphere Studio has to JDeveloper? I see some major missing pieces such as a JSP or UIX page visual editor. Right now, you have to go manually adjust the spacing etc., on a UIX page which is just a waste of developer's time.
    Cheers!
    Kris

    I've got today the Oracle Magazine and read an article about the upcoming JDeveloper release, which I suppose is the 9.0.4 (they don't explicitly say that). Everything looks very nice but I think Oracle has to speed things up because there are actually good competition in the same areas JDev is focusing such as UML Use Case, Sequence Modelers, JSP/HTML visual editor and the Web Service stuff and lot of productivity gains, considering that "General availability is scheduled for later this year".
    Products like XDE/WSAD or BEA Weblogic Workshop is having all of this (except BC4J of course) and JBuilder 9 is almost here. I have a big trouble right now on deciding to which IDE standardize my next project (we have to decide within the next two weeks). I would like to continue using JDev (because learning a whole new IDE is expensive) but the long delays hurts our schedules.
    If we will wait until late this year it has to be awesome.
    I would specially like an end-to-end integration with JBoss which I have not found by this time on any IDE.

  • Jdk 1.4 support for websphere studio 5.1

    I am using Websphere application studio version 5.1 which uses jdk1.3 and not 1.4. My project requirement forces me to use jdk 1.4 swing components as 1.4 swing version has lot more than that of 1.3 (for e.g. masking for input field and lot more). Does anyone have an idea how can i use 1.4 (at least swing) into websphere application studio 5.1 (which uses jdk 1.3)?? or does anyone know how can i point/force websphere studio to use jdk version 1.4?
    I would highly appreciate any pointers/reference material or anything like that.
    Thanks,
    Vicky

    mriyer,
    The Windows binaries in 2.3.10 were built using JDK 1.5 and did not use a -target 1.4 flag. You did the right thing by rebuilding.
    Regards,
    George

  • WebSphere Studio Application Developer?

    Hi..
    In HFSJ book Apache WebServer and Tomcat Web Container is used to explain the concepts. I am using WebSphere Studio Application Developer. Then What Could be the WebContainer for this.. or else WSAD combines both the server and the container..
    Thanks in Advance..

    We use WSAD 4.0 and TopLink 4.6 together on our project. We did the following:
    1. Created a Java Project in WSAD.
    2. Created all our Java Data Objects in this project.
    3. Added the following files in the ClassPath of this Project:
    a. wdiwasx.jar
    b. wdiall.jar
    c. wdiwsadx.jar
    4. Created a TopLink Project in the Mapping Workbench.
    5. Set the ClassPath to the location of our Java Data Objects' class files.
    6. Mapped the Data Objects to Tables.
    7. Exported TopLink Project to 'Java Source'.
    8. Added the Java Source back into the WSAD Java Project.
    Hope this helps.
    Deepak.

  • Sealing Violation with EJBs in WebSphere Studio Application Developer

    I have several projects in WebSphere Studion Application Developer.
    They are an Enterprise application project, an EJB Project, a Java project which has
    common classes being used by both client and server and a Client Project. The enterprise application project
    is referencing the EJB project and the Client project. The EJB project is referencing the Common project
    and the Common project is referencing the EJB project. The client project is referencing the Common project.
    The code I have in the projects is imported from the file system.
    I am getting all the projects compiled. The build paths are fine. I have a server instance and configuration
    for the enterprise project. I have specified classpath for the server instance.
    Now when I run the instance, I get the Sealing violation as given below
    [4/15/02 10:18:55:232 MDT] dc3bd46 EJBEngine I WSVR0037I: Starting EJB jar: ejbjar
    [4/15/02 10:18:55:732 MDT] dc3bd46 SystemOut U Inside LoggerHelper(String null, String com.rac.ao.ApplicationObject)
    [4/15/02 10:18:55:748 MDT] dc3bd46 SystemOut U System property:LoggerConfigFile:null
    [4/15/02 10:18:55:748 MDT] dc3bd46 SystemOut U Default file being used:log4j.conf
    [4/15/02 10:18:55:748 MDT] dc3bd46 SystemOut U Searching for the configFile=log4j.conf
    [4/15/02 10:18:55:748 MDT] dc3bd46 SystemOut U Searching for the config file in C:/Program Files/IBM/Application Developer/plugins/com.ibm.etools.websphere.runtime/properties/
    [4/15/02 10:18:55:748 MDT] dc3bd46 SystemOut U Searching for the config file in C:/Dev/RACCommon/bin/
    [4/15/02 10:18:55:748 MDT] dc3bd46 SystemOut U Config file for LoggerHelper in the current VM=null
    [4/15/02 10:18:55:795 MDT] dc3bd46 SystemOut U Could not read the file log4j.conf. Logging is disabled.
    [4/15/02 10:18:55:810 MDT] dc3bd46 EJBEngine X WSVR0062E: Failed to start EJB, RAC#RACServer.jar#AccountAO: sealing violation
    [4/15/02 10:18:55:951 MDT] dc3bd46 SystemOut U static in EntityObject
    [4/15/02 10:18:55:951 MDT] dc3bd46 SystemOut U static in AccountEOBean
    [4/15/02 10:18:55:951 MDT] dc3bd46 SystemOut U Inside EntityObject(AccountEO)
    [4/15/02 10:18:56:045 MDT] dc3bd46 SystemOut U Inside AccountEOBean() after calling super()
    [4/15/02 10:18:56:045 MDT] dc3bd46 EJBEngine X WSVR0062E: Failed to start EJB, RAC#RACServer.jar#AccountEO: sealing violation
    [4/15/02 10:18:56:076 MDT] dc3bd46 SystemOut U Inside EntityObject(AdminEO)
    [4/15/02 10:18:56:076 MDT] dc3bd46 EJBEngine X WSVR0062E: Failed to start EJB, RAC#RACServer.jar#AdminEO: sealing violation
    [4/15/02 10:18:56:951 MDT] dc3bd46 ServletEngine A SRVE0161I: IBM WebSphere Application Server - Web Container. Copyright IBM Corp. 1998-2001
    [4/15/02 10:18:56:998 MDT] dc3bd46 ServletEngine A SRVE0162I: Servlet Specification Level: 2.2
    [4/15/02 10:18:57:013 MDT] dc3bd46 ServletEngine A SRVE0163I: Supported JSP Specification Level: 1.1
    [4/15/02 10:18:57:232 MDT] dc3bd46 ServletEngine A SRVE0167I: Session Manager is Configured - Initializing...
    [4/15/02 10:18:57:466 MDT] dc3bd46 CacheManager A DYNA0011E: Servlet cache file dynacache.xml not found; caching is disabled
    [4/15/02 10:18:57:513 MDT] dc3bd46 ServletEngine A SRVE0169I: Loading Web Module: IBM EJB Test Client.
    [4/15/02 10:18:58:045 MDT] dc3bd46 WebGroup I SRVE0091I: [Servlet LOG]: JSP 1.1 Processor: init
    [4/15/02 10:18:58:091 MDT] dc3bd46 WebGroup I SRVE0091I: [Servlet LOG]: SimpleFileServlet: init
    [4/15/02 10:18:58:310 MDT] dc3bd46 HttpTransport A SRVE0171I: Transport http is listening on port 8,080.
    [4/15/02 10:18:58:357 MDT] dc3bd46 Server A WSVR0023I: Server Default Server open for e-business
    To dig into the problem, I created a sample ejb project and added it to the same server configuration. When I server instance,
    I got the sealing violation for my sample ejb also.
    After that I created a new server configuration and added the Sample ejb project to the server configuration.
    When I started the fresh server instance with this server configuration, the server was up without any sealing violation.
    I know the concept of sealing violation. I have even solved the sealing violation in other examples.
    But now here I don't have a control over RACServer.jar which I doubt might be sealed.
    Any comments will be appreciated.

    Using Visual Source Safe with Websphere Studio Application Developer (WSAD)
    Installing Visual Source Safe Plug In
    1.     Navigate to Netservb\data1\vol1\itdw\dev\new apps\vsswasplugin (Netservb should be the S: drive).
    2.     Double click on setup.exe.
    3.     Click OK on the initial message.
    4.     Browse to the Eclipse home directory. It should be similar to: C:\Program Files\IBM\WebSphere Studio\eclipse. Click Next.
    5.     The plug in should install.
    Integrating with WSAD
    A. Joining an Existing Visual Source Safe Project:
    1.     Open WSAD.
    2.     Create a project in WSAD.
    3.     Right click on project and select Team/Share Project.
    4.     From the Share Project screen, select VSS Configuration Wizard as the repository type and click Next.
    5.     The SS.EXE path should be similar to: C:\Program Files\Microsoft Visual Studio\Common\VSS\win32\SS.EXE.
    6.     Enter username and password.
    7.     The VSS directory should be Netservb\MIS-PC\VSS (Netservb should be the S: drive).
    8.     Leave source directory blank
    9.     Put Visual Source Safe project name in the Relative mount point entry.
    10.     Click Finish.
    11.     Right click on the WSAD project and select Team / Refresh.
    B. Creating a New Project (doesn�t exist in Visual Source Safe)
    1.     Open WSAD.
    2.     Create a project in WSAD.
    3.     Right click on project and select Team/Share Project.
    4.     From the Share Project screen, select VSS Configuration Wizard as the repository type and click Next.
    5.     The SS.EXE path should be similar to: C:\Program Files\Microsoft Visual Studio\Common\VSS\win32\SS.EXE.
    6.     Enter username and password.
    7.     The VSS directory should be Netservb\MIS-PC\VSS (Netservb should be the S: drive).
    8.     Leave source directory blank
    9.     Put Visual Source Safe project name in the Relative mount point entry.
    10.     Click Finish.
    11.     Right click on the WSAD project and select Team / Add to VSS
    12.     Restart Visual Source Safe and new project should appear.
    C. Adding Source to Visual Source Safe from WSAD
    1.     Right click object to be added to Visual Source Safe.
    2.     Select Team / Add to VSS. Object should appear in Visual Source Safe.
    D. Checking out Visual Source Safe object from WSAD
    1.     Right click object to checkout and select Team / Check Out.
    2.     To undo check out, right click object and select Team / Undo Check Out.

  • VisualAge RPG  and crystal report  + IBM Websphere Studio Dveloper client

    Hi friends
    My doubt is with regard to VisualAge RPG an alternative of java for AS400 servers yet iam posting here
    I am trying to call Crystal report using VARPG The IDE used is IBM Websphere studio developer for iseries 6.0.
    In VARPG GUI based windows application i am able to add Crystal Report Viewer (CRviewer.dll) to the ACtivex control object. I have to set the Report source and activate the Activex. The control has a property named ReportSource which is of numeric type. I tried to set the report source by calling openReport methox of Craxdrt.dll. I get a error as follows
    0211 Error occurred while calling program or procedure OpenReport.
    Cause . . . . . : The program attempted to call program or
    procedure OpenReport, but was unable to access the program or procedure. If
    the name is *N, the call was a bound call by procedure pointer.
    Recovery . . . : Check the error log file FVDCERRS.LOG for more
    information on the cause of the error. If the call was to a local
    program, then the program could not be found, or the accumulated
    parameters exceeded 1024 bytes in length. If not found, either specify
    the full path name or make sure the program resides in a directory
    listed in the PATH environment variable. Verify that the file
    extension is correct. If no extension is specified, .EXE is assumed.
    Is my way of calling crystal report is correct or i have to set the report source by any other way.
    Thanks in advance
    Ashokans

    Vamsi
    You ned to specify the location of the reports in the RAS server.
    Follow these steps.
    1. Go to the crystal configuration manager.
    2. Click Crystal Report Application Server and stop the service.
    3. Click the properties button.
    4. Go to the parameters tab and from the option type select Server.
    5. In the report directory text box, specify the director in which the reports are located.
    6. Click ok and Start the Crystal Report Application Server
    thats about it

  • Websphere Studio Plug-in for DB2 Intelligent miner

    The WebSphere Studio Plug-in for DB2 Intelligent Miner is a plug-in for Websphere Studio development tools (WSSD, WSAD, WSED) that can be used as a graphical front end for DB2 Intelligent Miner Scoring/Modeling.
    DB2 Intelligent Miner Scoring/Modeling is a DB2 extender for data mining. It provides a SQL API that allows you to add data-mining functionalities to your application. But since it doesn't provide any GUI, the programmer has to learn the data-mining SQL API to be able to use it. For complex mining operations on large numbers of tables, the use of the API is not an easy task.
    This plug-in hides the complexity of the API by allowing the programmer to define a data-mining process in a visual and intuitive way. The plug-in automatically generates the SQL code necessary for running it.
    http://www.alphaworks.ibm.com/tech/imeclipseplugin?open&S_PKG=&S_TACT=103AMW61&S_CMP=GR&ca=dgr-awjw03imeclipseplugin

    The WebSphere Studio Plug-in for DB2 Intelligent Miner is a plug-in for Websphere Studio development tools (WSSD, WSAD, WSED) that can be used as a graphical front end for DB2 Intelligent Miner Scoring/Modeling.
    DB2 Intelligent Miner Scoring/Modeling is a DB2 extender for data mining. It provides a SQL API that allows you to add data-mining functionalities to your application. But since it doesn't provide any GUI, the programmer has to learn the data-mining SQL API to be able to use it. For complex mining operations on large numbers of tables, the use of the API is not an easy task.
    This plug-in hides the complexity of the API by allowing the programmer to define a data-mining process in a visual and intuitive way. The plug-in automatically generates the SQL code necessary for running it.
    http://www.alphaworks.ibm.com/tech/imeclipseplugin?open&S_PKG=&S_TACT=103AMW61&S_CMP=GR&ca=dgr-awjw03imeclipseplugin

  • IBM new WebSphere Studio tools and Weblogic?

    Hi,
    Does anybody know does BEA has any plans to create plug-in for new
    (currently beta) IBM's Java development tools to support Webloigic?
    Sincerely,
    Vladyslav Kosulin, Hauppauge, NY
    ([email protected])

    Its true that WSAD is based on Eclipse, which is an open source IDE-framework.
    Anyone can make there own extensions like : editors, testenvironments, deployment-wizards
    etc.
    The main difference between Eclipse an WSAD is that while eclipse comes with a
    minimal set of tools, IBM has made a broad range of tools, which is what they
    are really selling.
    The framework is, as you said, Eclipse.
    If I was to start out using Eclipse now for large enterprise solutions, I would
    start out with WSAD.
    But in time, Eclipse will probably grow beyond WSAD, by the contributions made
    by the open source community.
    Chemi <[email protected]> wrote:
    Nirav, I have several comments about this point:
    - IBM WSAD is based on an Open Source project called Eclipse.
    - So I don't understand your comment "how open is"......... Perhaps you
    should review the meaning of Open Source.
    - From my point of view, you could forget IBM WSAD and just concentrate
    in
    Eclipse.
    - BTW, WebGain (I think you know them) is part of the Eclipse.org board.
    - Eclipse R1.0 (http://www.eclipse.org) is GA some months ago, IBM WSAD
    (http://www-4.ibm.com/software/webservers/studio/preregister.html) is
    GA
    one month ago, but I haven't seen any new official post about the future
    of this integration.
    And.......... speaking a little bit more about "how open is....", how
    open
    is your new "Cajun" strategy?
    TIA,
    Chemi.
    Nirav Chanchani wrote:
    Vladyslav,
    We are evaluating the IBM WebSphere Studio Application Developer beta.
    Since the tool is reportedly based on a new framework, we are not sure
    of integration API's available or how "open" is the IBM WebSphere
    Workbench.
    Regards,
    Nirav.

  • Adding ADF faces in Sun studio Creator

    Pls Help me by giving step by step procedure for adding ADF Faces in sun Studio Creator. The version of ADF Faces is EA 17.

    Hi Pablo and Eric,
    Just to calrify things a bit about ADF Faces. ADF Faces are standard JSF components and are fully compatible with any JSF implementation. What you guys are asking for is tools support. Currently Sun Studio Creator is experience difficulties importing any large custom component sets to their IDE. This is due to bugs in their prodcut and the fact that ADF Faces does not come with the Sun specific configuration required to import components to their IDE. We are working with them on a new proposal for design time metadata and a solution to get ADF Faces into to the Sun SC IDE.
    But, this is ultimately a Sun issue, not a JDeveloper nor ADF Faces issue.
    - Jonas
    Jdev team

  • WebSphere Studio

    I am using websphere studio for EJB development. When i am compiling deployable code for EJB in studio. I am getting error as "RMIC is not in your system path. please set the path for RMIC". when i check my path RMIC is in my path. I am not able to generate deployable code for EJB in studio. Please help me if any one gets the same problem

    Which version of studio are you using? and on which O/S?
    Cheers,
    Peter.

  • [b]Websphere studio Apllicatiion Developer error[/b]

    Hi All
    When I try to start websphere studio Application Developer ,it is giving an error called cccmndlg.dll is not found in many paths.Actually it is in Rational Clearcase's bin dir. And I am n't able to import project to wizard... So anybody Who knows this plzzzzz help..............................
    rgds
    Nisha

    set PATH = %PATH%; <Clearcase bin directory>
    Alternatively, if you are using Windows 2k or the like... set the same in Environment variables.
    ***Annie***

  • Useing  ajax technologies in webSphere studio application developer 5.1.2

    1>Tell me how to implement ajax with JSF in webSphere studio application developer 5.1.2.
    2>Give me that information details with exmplex.
    3>If required any plagging for that ,how to collect that requirement file.

    Look around for existing Ajax for JSF frameworks, such as Ajax4jsf, then read its documentations.

  • EJB Deployment in WebSphere Studio Application Developer

    I am using WebSphere Studio Application Developer (WSAD) to write an EJB. I have written the code and done a "Deploy and RMIC Code" to generate the stub files, etc. I have also set-up the JNDI Name bindings to be similar to another EJB in my EAR.
    When I run my server (WebSphere) I get a NameNotFoundException. I've used the WSAD EJB Test Client to see the EJB but it doesn't appear on the list. Looks like I haven't fully deployed my EJB. Any ideas on what I've missed ? I've looked at every menu option and property there is and can't find out what's missing. The Help isn't much good either !
    Thanks.
    Sarah.

    Yes I believe all of the classes and their methods are OK and the server restarted.
    We have another EJB developed by someone else and mine appears to be identical - except for my own methods that are required. I can't help thinking that I have missed out some configuration somewhere.

  • Debugging in websphere studio application developer

    hi all
    i am working on websphere studio application developer.
    i wrote a Junit test calss for a systemaccessor which interact with DB2 database.
    the test is failed.
    i dont know debugging.
    can any one tell me how to debug a test case in WSAD in detail please?
    thanks in advance

    Check if the properties that specify the parser JAXP will use are well set:
    The javadoc for the newInstance() method of DocumentBuiderFactory says:
    Use the javax.xml.parsers.DocumentBuilderFactory system property.
    Use the properties file "lib/jaxp.properties" in the JRE directory. This configuration file is in standard java.util.Properties format and contains the fully qualified name of the implementation class with the key being the system property defined above.
    Use the Services API (as detailed in the JAR specification), if available, to determine the classname. The Services API will look for a classname in the file META-INF/services/javax.xml.parsers.DocumentBuilderFactory in jars available to the runtime.
    bye.
    Platform default DocumentBuilderFactory instance.

  • Adding a graph in visual studio 2008

    Post Author: computerdude
    CA Forum: .NET
    I am building an application using Visual Studio 2008 with Crystal Reports. I am trying to add a graph to the report in the Report Header but the OK button is not highlighted.
    I have added a data source to the report. Data is being pulled from a .net class.
    Is there something else that I have missed doing?
    I have also tried to add a report with Crystal Reports. The graph is added but when I try to edit it the OK button does not show their either.
    Any help would be appreciated.

    Hi John,
    There are 3 things that I would have checked:
    1) Do you test machine have got Crystal dlls having the version 10.5.3700.0 in c:\windows\assenbly folder?
    2) if it is a web application, then do the web.config has got the crystal dlls of the same version?
    3) DO i have any dlls of old version in applications bin folder?
    4) If all other seems ok I would have run Modules.exe from [here|www.sysinternals.com] in dev and production machine to compare the dlls and files.
    Hope it helps!
    AG.

Maybe you are looking for

  • How to disable dangerous options in on screen keyboard in kiosk mode?

    Hello, I'm trying to make a kiosk like application based on Windows 7. I run locked down IE in kiosk mode and that's quite OK. However when I run the OSK.exe (on screen keyboard) - it has two dangerous buttons: Options (where I can click on "Control

  • Printer not printing black ink Hp Deskjet D4360 / Carriage jammed not moving on Hp Officejet 4622

    my cartridge is full and i did the blot test ink showed up but still not printing this is my HP Deskjet D4360  and my HP Offciejet 4622 keeps saying carrage is jammed and not moving  and i tryed everything Help me please lalasmiles30 3

  • MSS, Webdynpro for Java(EHP4) , Webdynpro for ABAP

    Hi Experts, We have EHP 4.0 with MSS in Java webdynpro iviews and are primarily interested in the ECM portions of MSS.  We wants to stay with EHP 4.0 standard iViews and make minor changes to accommodate their business conditions u2013 without making

  • Budget Check by Internal Order

    Dear all, My settings for budget checking is working fine for year 2007 (current). Once budget is created for year 2008, there will be no budget checking for year 2007. Is budget checking only applied to either 2007 or 2008? More information on budge

  • Dynamic Labels/Headings/Titles in report

    I have a situation, we have one table containing these columns. CREATE TABLE REP_LABELS ( LBL_ID NUMBER, LBL_DESC_EN VARCHAR2(200), LBL_DESC_AR VARCHAR2(200) ); It contains data for Report Labels/Headings/Titles in English and Arabic so we can use on