Questions tagged [ibm-rad]

IBM Rational Application Developer for WebSphere Software (RAD) is an Eclipse-based IDE, made by IBM's Rational Software division, for visually designing, constructing, testing, and deploying Web services, portals, and Java Enterprise Edition applications.

Overview

IBM Rational Application Developer is an integrated development environment that helps Java software developers design, develop, and deploy their applications. It contains specialized wizards, editors, and validators for a variety of technologies:

  • Java Platform, Enterprise Edition (Java EE): This architecture is used to build distributed Web and enterprise applications. Java EE applications include: Enterprise Java beans (EJB) applications for distributed, secure applications with transactional support, Java Persistence API (JPA) applications to access persistent data, and JavaServer Pages (JSP) or JavaServer Faces (JSF) for developing presentation logic.

  • Web services: A Web service is a self-contained, self-describing, modular application that can be published, located, and invoked across the Internet. Web service tools enable software developers to discover existing Web services for integration, create Web services from existing artifacts or from Web Services Description Language (WSDL) files, and to deploy Web services to a variety of environments.

  • Service Component Architecture (SCA): SCA enables software reuse by assembling a set of services into a composite application. SCA development tools provide graphical wiring of components to form composite services, associate protocol bindings and quality of service intents to SCA components, and package SCA assets for deployment.

  • Extensible Markup Language (XML): XML is a generic language that can be used to describe any kind of content in a structured way. XML is used extensively to create Web services. XML tools include DTD, XSL, schema, and mapping editors.

  • Java EE Connector (J2C): J2C tools enable applications to access operations and data on enterprise information systems such as CICS or IMS. Wizards assist with file importing, data mapping, and the creation of Java classes and methods to access data.

  • Web application: Web applications range from Web sites, to complex applications that use JSF to access data, or Rich Internet applications that use Asynchronous JavaScript and XML (Ajax). The workbench includes wizards, editors, and palettes to assist with the creation and deployment of Web applications.

For latest information check IBM Rational Application Developer for WebSphere Software Product Evolution

IBM Rational Application Developer includes tools to improve code quality. A Java profiling tool helps to analyze an application's performance, memory usage, and threading problems. A software analysis tool identifies patterns and antipatterns in application code, and compares code to coding standards.

To manage source code, a development team can configure IBM Rational Application Developer to work with a source code repository system. The product ships with connectors to IBM Rational ClearCase for source control and IBM Rational ClearQuest for defect management. It also ships with a Rational Team Concert client that can be used for both source control and defect management.

The workbench includes tools for deploying an application to a local or remote server. It contains test environments for IBM WebSphere Application Server and IBM WebSphere Portal. It also supports Apache Tomcat. Using these tools, a software developer can test their application locally before publishing it to a production server. Cloud computing capability is provided for the IBM SmartCloud Enterprise and the IBM Workload Deployer.

Because IBM Rational Application Developer is Eclipse-based, it can support the third-party plug-ins for Eclipse, as well as plug-ins specifically for Rational tools.

Source: Wikipedia

359 questions
3
votes
3 answers

RAD 8 Exception

Please help me understand the possible causes of this exception, or better still how to fix it? The exception stack trace is as follows: com.ibm.ws.Transaction.XAResourceNotAvailableException: java.lang.Exception: Parameter xaResInfo lacks an RA…
Gopal
  • 71
  • 1
  • 9
3
votes
1 answer

Rapid Application Developer - difference between "Publish" and "Republish"

I am new to working with RAD for Websphere. After making some Java code changes I notice the server and the EAR deployed on it will say something like "Started, Publish". Today I started my server and it says "Started, Republish" (on both the server…
Tom O.
  • 5,730
  • 2
  • 21
  • 35
3
votes
1 answer

Strange error in Eclipse when viewing xml files

I have been getting the following error in IBM RAD when opening an xml file using the XML editor: An error has occurred. See error log for more details. Aborted cyclic load attempt for model with id:…
D.Spetz
  • 231
  • 1
  • 10
3
votes
0 answers

Error 404: javax.servlet.UnavailableException: SRVE0203E Error in Spring Application / Rational Application Developer 9 / WAS 8.5

I am currently attempting to run a very simple Spring application in RAD 9, on the local Websphere 8.5 Liberty profile. The code is from this site: http://www.programcreek.com/2014/02/spring-mvc-helloworld-using-maven-in-eclipse/ I'm using Maven. …
Dave Swersky
  • 34,502
  • 9
  • 78
  • 118
3
votes
2 answers

Install Java EE 6

I'm trying to install the Java Enterprise Edition 6 on my workstation. I downloaded the installer from the Sun website. Whenever I get to the option in the installer "JDK Selection" I'm told to manually select a JDK. I gave it my path…
C. Ross
  • 31,137
  • 42
  • 147
  • 238
3
votes
3 answers

Checklist When IBM WebSphere Application server is running up

I have an IBM WebSphere Application Server v8.5 (WAS) installed on Linux RedHat 6. My question: how can I check on the following by command (if exist): Is the application server running or not? Is the web application that deployed on it running…
3
votes
2 answers

JVM debug port 7779 is in use

I am using RAD 8. When I start the server in debug mode, it displays a error message states that JVM debug port 7779 is in use. I had this problem many times as I know this port was used by RAD. So I had to stop the process with image name "Java"…
santu
  • 665
  • 2
  • 7
  • 23
3
votes
1 answer

Eclipse client hangs when maximizing a view

In various eclipse clients (Rational Software Architect 8.0.3, Rational Team Concert, 4.0.2) when I try to maximize any view, it hangs my Windows 7 laptop for 2-3 minutes. Eventually it just finishes and returns control and I can continue as if…
3
votes
1 answer

Primefaces components doesn't work in websphere 8.5

i am using IBM RAD 8.5.1 to create a JSF 2 project and run it on websphere 8.5 i used the File > New > Web Project Wizard ,and i added the JSF & Primefaces as follows: Java Build Path > Add External Jars jsf-api-2.1.7.jar…
Mahmoud Saleh
  • 33,303
  • 119
  • 337
  • 498
3
votes
1 answer

RAD / WebSphere: NoClassDefFoundError

When I deploy my application to the integrated WebSphere server, I get NoClassDefFoundErrors for two classes that are contained in the same project. Note: I call the missing class com.my.package.MyClass here. The consuming project contains Session…
Steffzilla
  • 75
  • 3
  • 9
3
votes
2 answers

WebSphere 6.1: can not start admin console after SSL-cert installation

I installed a self-signed certificate and restartet. Now i can't start the admin console any more. I am really new to websphere, and must have some errors when installing the certificate. When I connect to https://localhost:9043/ibm/console I get…
Synox
  • 1,148
  • 2
  • 17
  • 38
2
votes
3 answers

Where to find the translated JSP servlet code in Eclipse / RAD?

I'm using IBM RAD v7 which is based on Eclipse and I've got a NullPointerException in a compiled JSP that I want to troubleshoot. So I wonder where websphere / Eclipse (IBM RAD) stores the source for the compiled JSP that the error message is…
Niklas Rosencrantz
  • 25,640
  • 75
  • 229
  • 424
2
votes
0 answers

Spring in Websphere Application Server

I'm working on a project which using JSF-Spring-Hibernate and run on Tomcat and Jetty. I got to run it with Websphere Application Server(V8). I've tried to do this, but I cant. I created a Enterprise Application from admin console. I put my project…
Ahmet DAL
  • 4,445
  • 9
  • 47
  • 71
2
votes
2 answers

what driver to use when connecting to Oracle 10 with IBM RAD / Eclipse DTP?

I'm using IBM RAD 7.5.5 (which is basically eclipse 3.4 (ganymede) + plugins). I'm trying to create a connection to Oracle 10 using the "Data Source Explorer" view. When I create a new connection for Oracle, there are three "driver"…
user550738
2
votes
2 answers

RAD8 not recognizing WPS7 state after starting

I am working in RAD8 at the moment and try to build portlets for WPS7. I installed both of it on my Windows 7 development machine. When I start the server from the servers view, everything happens like expected: a console pops up (2 consoles in…
cringe
  • 13,401
  • 15
  • 69
  • 102
1 2
3
23 24