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
0
votes
1 answer

RAD's autogenerated EJBs stubs, are them necessary?

recently I was involved in maintenance of a project. This project is very old and the build process is all demanded to IBM RAD. We have to rebuild the entire project from scratch, but in the meanwhile we have to maintain this old one. I want to move…
rascio
  • 8,968
  • 19
  • 68
  • 108
0
votes
1 answer

RAD 8.5 XPath view

We're testing out RAD 8.5 and I'm having some trouble with a new XML Perspective: When I open the XML Perspective, I the source in the main window, the Outline View on the upper right, and the Templates view (empty) on the lower right. And that's…
FrustratedWithFormsDesigner
  • 26,726
  • 31
  • 139
  • 202
0
votes
1 answer

IBM RAD 8.0 Datasource Connectivity

Problem In RAD 8.0 (installed on local work station), we have configured the datasource to connect to DB2 on Iseries. The test operation in web console of RAD, was successful with 2 warnings. However, when tried to connect from application…
Yensee
  • 84
  • 6
0
votes
1 answer

Configuring IHS server to direct traffic to the Netty component bound to a port

I have a Server Component ( based on Jboss-Netty, which could maintain & handle persistent connections ) deployed in WAS. This component when deployed & initiated within the WAS environment, binds to a port & listens for incoming HTTP connection. […
rbot
  • 249
  • 2
  • 11
0
votes
0 answers

OutOfMemory error after rebuild in IBM RSA (Eclipse)

When I launch my IBM RSA workspace, dynamic memory grows up, and after a short time it crashes with an OutOfMemory error, with core dumps, etc. I have discovered that the offender is a large struts-config.xml file (1.7mb). If I remove it from the…
JLLMNCHR
  • 1,551
  • 5
  • 24
  • 50
0
votes
1 answer

Installation of IBM RAD 7.5 fails with couldn't create jvm

I am trying to install IBM RAD, while installation, I am getting this error - couldn't create jvm Why Does JVM terminates?
user1333603
  • 51
  • 2
  • 5
0
votes
1 answer

Unable to execute main method class in RAD 7.5

I have class with main method just to print "Hello World" when trying to execute I am getting exception as ClassNotFoundException. I have another class with main method but invokes a WebService I am getting the "Internal error" as attached image and…
changeme
  • 640
  • 2
  • 12
  • 36
0
votes
2 answers

How to create a JSF (XHTML) facelets page in IBM Rational Application Developer for Websphere 8.5

I have just installed IBM RAD 8.5 for Webpshere and on the contrary to what IBM advertises as JSF 2 Tools support featuring a rich editor comes with RAD 8.5, I could not even find the option of creating an xhtml page from File > New - despite also…
fledglingCoder
  • 402
  • 9
  • 24
0
votes
3 answers

Can you change the JSP 404 error message for websphere

With websphere if you request a file that isn't available you get an error messsage: "404 file not found" and that is it. For example, if you request "/mydogxxxx.html" I get a response 404 file not found. Pretty basic message. If I request a jsp…
Berlin Brown
  • 11,504
  • 37
  • 135
  • 203
0
votes
2 answers

Webmodule project not working

We have IBM RAD 7 with websphere 1.6 version,when creating webmodule project ,it is taking only java 5 and @override annotation methods not working .Please provide hints. Thanks, Chaitu
user914357
  • 15
  • 1
  • 5
0
votes
1 answer

Hibernate & spring MVC with websphere 6.1 & RAD 7

I need to know currently what versions of spring mvc & hibernate will work with IBM websphere application server 6.1 [using RAD 7 / J2ee 1.4 & java 1.5] and back-end db2 via websphere connection pool , Any example with be more useful . I need to…
Agassis
  • 113
  • 1
  • 8
0
votes
0 answers

portlet unavailable when adding servlet-api.jar to my project

i inherited a legacy application deployed on websphere. part of my task is to create a servlet. however when after checking out the project from SVN and creating my servlet, i get a Portlet Unavailable error. When i removed the servlet-api.jar, the…
user571099
  • 1,491
  • 6
  • 24
  • 42
0
votes
1 answer

Converting from Java 1.4 to Java 1.6

I am currently converting from Java 1.4 to Java 1.6. When I try to recompile my code in Java 1.6 I get the following compilation…
ams2705
  • 287
  • 2
  • 5
  • 17
0
votes
1 answer

Generate ibm-webservices-ext.xmi and ibm-webservices-bnd.xmi without RAD

I'm working on webservices for WebSphere and I wish to not depend anymore from the Rational Software Delipvery Platform (aka RAD) IDE. I'm asking if someone knows if it is possible to generate the following…
Andrea Colleoni
  • 5,919
  • 3
  • 30
  • 49
0
votes
2 answers

IBM Sterling Configurator integration with Websphere commerce

I have installed Websphere Commerce 7.0 with feature Pack 4., SSFS9.1 and Visual Modeler9.1. I Have followed the step mentioned in the IBM Info center link. When i login to Managemnt Center and Navigate to Catalog Tool-->Store-->…
user1113253
  • 111
  • 2
  • 2
  • 4
1 2 3
23
24