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

IBM Rational Application Developer 7 Websphere 6.1 not getting started while connecting over VPN

Application server IBM WebShpere 6.1 is getting started and runs for longtime when connected to VPN. But, its starts fine without VPN connection. It was working fine for more than a year and suddenly facing it. Anyone come across the same issue.…
G J
  • 41
  • 5
0
votes
0 answers

Rational Application Developer

I downloaded Rational Application Developer 9.7 and Websphere Application Server Traditional 8.5.0.0. When I went to Preferences, I still can't choose Compiler as Java 1.7. Any ideas? I have proper JDK installed as well.
Ramu
  • 9
  • 2
0
votes
1 answer

Exception in RAD after two EAR files were redeployed

I get this error when I try to access my application which is running on RAD: [11/04/22 21:06:08:682 BST] 0000008e servlet E com.ibm.ws.webcontainer.servlet.ServletWrapper service SRVE0014E: Uncaught service() exception root cause…
runnerpaul
  • 5,942
  • 8
  • 49
  • 118
0
votes
2 answers

Serena Dimensions plugin for RAD 7.5

I have an existing workspace and the Serena plugin for RAD installed. When I right click on a file and choose the Team option I do not see synchronize as one of the possible actions. What do I do to make it appear? Thanks in advance for any…
daveshifrin
  • 13
  • 1
  • 2
0
votes
2 answers

Error with db2 query using jdbc

Code: DataSource ds = (DataSource) ctx.lookup("MyConnection"); //MyConnection can be tested fine from websphere Connection connection = ds.getConnection(); Statement st = connection.createStatement(); …
Ready Cent
  • 1,821
  • 3
  • 18
  • 25
0
votes
0 answers

Eclipse (Rational Application Developer) is missing Ant Option in windows > preference

I am trying to use the services offered by the Apache Ant plugin in Eclipse (RAD), such as automatically generating build.xml files and running them as Ant builds. In this screenshot, the Ant option is nowhere to be found when I go to Windows >…
MrBeef
  • 1
  • 2
0
votes
2 answers

How to clean up the temp folders of RAD 8?

I am receiving the javax.servlet.UnavailableException: (SRVE0203E). As far as I know, this means that not all libraries that I use in the classpath for compiling with RAD are present in the runtime classpath. The error message from the log file…
wa_liu
  • 1
  • 2
  • 3
0
votes
1 answer

java.lang.ClassNotFoundException: com.ibm.ejs.ras.hpel.HpelHelper

Good day, I have a simple http post java main function as follow: import org.apache.http.HttpResponse; import org.apache.http.client.HttpClient; import org.apache.http.client.methods.HttpPost; import…
Panadol Chong
  • 1,793
  • 13
  • 54
  • 119
0
votes
1 answer

Enhanced Class Decompiler in RAD is not working

I tried to install the Enhance Class Decompiler on my RAD using the Install software not on the market eclipse. After installation, I was not able to open the jars cause it prompted an error saying that "Editor could not be initialized" see…
absolute
  • 63
  • 1
  • 8
0
votes
1 answer

Access the IBM AJAX Test Server over HTTPS?

I'm using the AJAX Test Server in Rational Application Developer. I'm posting a form to another host for authentication. That host takes a URL to redirect to after authentication. However, it insists on using HTTPS whenever it sends the 302…
McDowell
  • 107,573
  • 31
  • 204
  • 267
0
votes
2 answers

Runtime Classpath in WAS

In RAD, when we create a project, and go Properties, there is an option called Java EE Module Dependencies. When we add some jars here, does it add it to the runtime path? What is this option for? Also, when WAS is running and multiple EARs are…
Victor
  • 16,609
  • 71
  • 229
  • 409
0
votes
1 answer

Problem generating/publishing web service in RAD (websphere)

I recently moved reinstalled RAD on a new notebook and am now having problems generating a web service. I have a Java bean from which I generate a web service. I think it doing that as the SEI file and the WSDL are being generated. I think the…
paul
  • 13,312
  • 23
  • 81
  • 144
0
votes
3 answers

RAD does not prompt for worksapce

When I open RAD it does not prompt for workspace. I verified in Preference=>General=>Startup and shutdown=>Prompt for workspace check box is checked. But still it does not prompt while start up. Any ideas how to get RAD to prompt for the…
uma
  • 529
  • 1
  • 5
  • 7
0
votes
1 answer

Why is 1.8 missing from RAD's Java project facet drop-down?

This is an issue with a runtime of type WebSphere Portal v8.5. Note the runtime composition, which includes "Java Runtime Environment v1.7". From HCL Portal's point of view, C:\Portal85\IBM\WebSphere\AppServer_ND\bin>managesdk -listAvailable…
Alan Feldstein
  • 93
  • 1
  • 10
0
votes
1 answer

Restful WebService without annotations in eclipse using java

We are creating an application in android which will invoke Restful webservices.But here the problem is the web services should of without annotations as we are going to deploy them in RAD(Rational Application Developer),which is not going to…
badri
  • 1