Questions tagged [domino-designer-eclipse]

IBM Domino Designer - a high-performance application development environment that runs on platforms IBM Notes and IBM Domino.

IBM Domino Designer - a high-performance application development environment that runs on platforms IBM Notes and IBM Domino. It's used for Rapid Application Development (RAD) and business cooperation on the basis of worker threads. Developers can integrate the resources of many IT systems and provide access to applications through a variety of clients and devices.

Features:

  • Helps to create efficient applications by integrating technology XPages, element design, which greatly enhances the ability to create web applications.
  • The program is built on the Eclipse Integrated Development Environment (IDE), an open and extensible environment that provides high-performance, integrated interface for many business applications.
  • Provides powerful tools for developers to build business-critical applications, including Customer Relationship Management (CRM), Help Desk/Customer Support System, creating invoices, tracking supply chain and project management.

It can be downloaded for free from IBM developerWorks.

273 questions
2
votes
2 answers

Domino Designer V10 Performance Issue

Recently I upgraded to Designer Release 10.0.1FP2 from Designer 9.0.1FP10 with IF6. Performance has dropped considerably. When I open an xsp design element (XPages or Custom Controls) it takes 7+ seconds to allow me to start developing. When I…
Mike Zens
  • 89
  • 10
2
votes
0 answers

Code- and Comment-Templates in Domino Designer: how to format template variables?

For a while I've been using code and comment templates in Domino Designer, not only with Java / JavaScript / Xpages etc. but with LotusScript as well. In my templates I'm using built-in variables like ${date}, ${author} or ${user}. They are putting…
Lothar Mueller
  • 2,528
  • 1
  • 16
  • 29
2
votes
1 answer

Domino Designer can't "TeamDevelopment > Sync with On-Disk Project"

I am Using the Domino Designer 9.0, FP 8 and I can't sync my Gitrepositry with my Java Code on my Database. Sometimes it works just fine, but most of the time the Designer shows me the Sync Conflict window. For my files I always select Use "On-Disk…
2
votes
2 answers

In Xpages File are missing in NTF package created using maven(headless designer) through jenkins for automation testing

I am using maven for xpages to create an NTF package on jenkins server and its working fine but when I open it in domino designer I came to know that some custom controls are missing.Then I had a check on jenkins workspace to make sure that all…
akaushik
  • 91
  • 1
  • 9
2
votes
2 answers

Enable/disable editing of a form field from code

I'm not a Notes programmer, however, for my sins, have been working on some Notes features for an in-house project recently. I need to enable/disable editing of a field depending on circumstances. It seems to me to be a fairly standard feature, I…
GKelly
  • 3,835
  • 4
  • 38
  • 45
2
votes
1 answer

Install OpenNTF-Domino-API-2.0.0 to the Designer Client

I downloaded the zip OpenNTF-Domino-API-2.0.0 locally and unzipped it. According to the documentation that I have been able to find there should be two updatesite databases --one for the server and one for the designer, but they do not appear to be…
Bill F
  • 2,057
  • 3
  • 18
  • 39
2
votes
1 answer

Where can I find the Javadoc for com.ibm.designer.napi?

Lotus domino has several ways to access its objects via JAVA. One of these happens to be the NAPI for Domino Designer. Unfortunatly the product does not ship with the javadoc for this API, so finding the correct classes and methods is exceedingly…
2
votes
2 answers

Disable a form field in LotusScript or using Input Enabled formula

Using Domino Designer 8.5. If I have a form with a radio button field, is it possible to disable that field in LotusScript, possibly in the Postopen even of the form? The only way I can, so far, see of achieving this is by using the Input Enabled…
2
votes
2 answers

Using enumerations in Domino / Eclipse Web Service Provider

Are enumerated values allowed in Eclipse / Domino Designer web service provider? I set my compiler to 1.6 and it allows me to declare enums, but when I try to incorporate it in the service without messing with the WSDL directly, it gives "The…
2
votes
2 answers

Where can I see the generated class file for my java source code in Domino Designer?

After creating a new java class and saving it(built automatically) in Domino Designer, I was not able to see the the correspondingly generated .class file in the default path WebContent\WEB-INF\classes. Actually I was unable to find this folder in…
Will
  • 61
  • 5
2
votes
1 answer

Linking ODP back to NSF -

After some instabilities in Domino Designer (Design elements not showing up), I now have the problem that my NSF can't find its ODP anymore. When I do right-click/Team Development/Associate with existing On-Disk Project, I get this list which does…
Andrew Magerman
  • 1,394
  • 1
  • 13
  • 23
2
votes
1 answer

Dojo 1.9.4 not installed in Notes Client and Domino Designer 9.0.1 FP2 IF1?

First I installed 9.0.1 FP2 IF1 on the server (901FP2HF384_W64) and I was told that this would make dojo 1.9.4 the default dojo, but it was not. I needed to add xsp.client.script.dojo.version=1.9.4 to my XSP Property file to get it to work Next I…
Thomas Adrian
  • 3,543
  • 6
  • 32
  • 62
2
votes
1 answer

Domino Designer : Xpages - The project was not built since the source file could not be read

I tried to create a new java class using the 'New Java Class' menu option. The class is named ATMUtils.java. After I entered the details for the class, I did not get the Editor showing the new class. But when I went into Package Explorer, that class…
Jack P
  • 43
  • 5
2
votes
2 answers

IBM Domino Designer Creating a sample application

I'm new to IBM Domino Designer. I'm trying to create an IBM Domino Designer application which has 2 fields and a button. Once click on the button the data has to be stored in DB. Now the problem is how to store the data in DB and where to write this…
2
votes
2 answers

Domino Designer - The document is not in view

I have the following code, which loops through the documents in TestView1, and for each document in that view loops through the documents in TestView2, performing some action (outputs to a file). For the sake of keeping the loops relatively timely…
Andre C
  • 457
  • 1
  • 9
  • 26
1
2
3
18 19