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
6
votes
2 answers

How to generate SoapProxy from wsimport?

I'm comparing the client stubs generated by IBM Rational Application Developer with Java's wsimport and notice that IBM RAD generates an extra class which is the SOAPProxy class. This class allows the setting of the URL of the web service. How can I…
Arci
  • 6,647
  • 20
  • 70
  • 98
5
votes
4 answers

Periodic workspace save could not save safe table?

I'm a newbie and I'm using the IBM RAD which is based on Eclipse. After install I deleted some files that seemed not needed in C:\workspace. Now I get this error: "Periodic workspace table can not be saved, file could not be found, could not save…
Niklas Rosencrantz
  • 25,640
  • 75
  • 229
  • 424
5
votes
3 answers

How to Speed Up IBM Rational Application Developer/Rational Software Architect

I want to know how can I speed up RSA 7.5( which is an IDE by IBM having eclipse under the hood with websphere server runtimes) mainly server start. The first time I start it after computer reboot it loads after, but after that it takes for ever to…
Nomad
  • 1,092
  • 11
  • 29
  • 42
5
votes
4 answers

RAD 8 does not recognize that WAS has started

I have recently experienced a new problem using RAD 8.0.2. When I launch a WAS server from within RAD, with or without any apps published to it, WAS will start and will show output in the console. I can even access the server from my web browser.…
John
  • 51
  • 1
  • 2
5
votes
3 answers

Publishing a common workspace setup

I want to set up certain configurations and preferences in IBM RAD (or say eclipse) so that a big team will be able to use the set-up already done. this would reduce the inconsistencies and rework effort in the team. Preferably I want to keep that…
Ayusman
  • 8,509
  • 21
  • 79
  • 132
5
votes
3 answers

Maven Integration for RAD7.5 along with automatic Websphere compatible EAR creation

I want to understand the entire process for integrating Maven with RAD Version 7.5 and creation of the EAR file using maven. I have been able to successfully integrate Maven with RAD 7.5 using. I also integrated maven-ear plugin with my maven…
Varun
  • 101
  • 1
  • 7
5
votes
2 answers

Stop IBM RAD from restarting applications on code change.

I'm using IBM RAD 9.0 with WebSphere 8.5. I've opened the server options and selected 'Never publish automatically' under 'Publishing'. However, if I make any bigger changes in code, IBM RAD is restarting the application. If I made some changes in…
Danubian Sailor
  • 1
  • 38
  • 145
  • 223
5
votes
1 answer

RAD 8.5 - No Portlet Project option available

Just installed trial version of RAD 8.5 but I don't see any option to create a Portlet Project. What am I missing? Thanks.
skip
  • 12,193
  • 32
  • 113
  • 153
5
votes
4 answers

Eclipse plugin management in IBM RAD

I installed RAD 7.5 and found out that IBM is not as good as I thought of it. RAD thing has it's own "install manager" which doesn't seem to resolve any dependencies. Does anyone know how to enable standart eclipse's software installer and/or…
Aleksandr Kravets
  • 5,750
  • 7
  • 53
  • 72
4
votes
4 answers

Rapid Application Developer 8.0.1: Unable to store working set state

Since short time this message comes up in RAD in irregular intervals: Unable to store working set state. C:\ws8\ws-mav-posflv.metadata.plugins\org.eclipse.ui.workbench\workingsets.xml (Der Vorgang ist bei einer Datei mit einem geöffneten…
Ande Hofer
  • 150
  • 2
  • 14
4
votes
3 answers

How do I import projects from another workspace?

I started with the default workspace C:\workspace but I mange to corrupt that by removing files so now I've created a new workspace to import the files to but I don't know how to do that. Could you tell me how I import projects from another…
Niklas Rosencrantz
  • 25,640
  • 75
  • 229
  • 424
4
votes
0 answers

Is it possible to use Visual Studio Code as your exclusive IDE when working with Websphere Commerce?

Can I use VSCode to start/stop the server, view live logging, debug with breakpoints, and modify code? Or are you stuck with RAD/Intellij as your only ways to work with Websphere Commerce?
jros
  • 714
  • 1
  • 10
  • 33
4
votes
3 answers

IBM RAD - Java Compiler & Project Facets Mismatch

I have installed both Java 1.6 & 1.7 on my system. I am using IBM RAD 8.5 (Built on top of Eclipse) for development and Currently trying to see what errors/warnings I get in case I compiler by Java 1.6 build project with Java 1.7 compiler. If I go…
Harry_S
  • 233
  • 4
  • 10
4
votes
4 answers

Why the custom Exception java class should be final

I worked with the IBM Rational Software Architect for Websphere Software(RAD) and ran the code analyzer. I got the warning said the custom java Exception class should be final. But there is no proper reason for that. Anyhow for some requirments we…
Java-Seekar
  • 1,720
  • 5
  • 30
  • 52
4
votes
3 answers

WebSphere + RAD + Taglib

I have a problem developing my application for WebSphere 7. Here's the setup. I have a maven-based project consisting of multiple modules that is developed in RAD 7.5.5.2 One the modules is a plain web application (war) that uses JSPs and relies on…
Juriy
  • 5,009
  • 8
  • 37
  • 52
1
2
3
23 24