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

API to integrate with Domino

I am a relatively newbie to Lotus/Domino world and have been tasked with the following Domino task. Access user's Domino mailbox (from a middleware server) and delete certain malicious emails from the same. Additional Background: There is a external…
6
votes
3 answers

How to silently install exe using powershell

I am trying to install trial version of Lotus Notes Designer using Powershell command Start-Process -FilePath "EXEPath" -Verb runAs -ArgumentList "/qn" But this command displays the normal installation wizard, how do I make it a silent…
Neha
  • 125
  • 1
  • 2
  • 9
5
votes
1 answer

In IBM Domino, how can you retrieve Java Class files from Agents and Script Libraries

Java Agents and Script Libraries in IBM Domino have a unique container format. It's not clear how to extract specifically the class files from those containers, or where in Domino Designer to extract/export the class files. How to do this?
user2986018
  • 341
  • 1
  • 2
  • 6
4
votes
0 answers

Domino Designer and Source Tree (Overwrite issue)

We have been working with a combination of Notes 8.5.3 and Source Tree since more than a year and things were moving smoothly, however, recently, after an upgrade to 9.0, what we have observed is that, the designer project doesn't completely sync…
Chintan Parekh
  • 1,101
  • 1
  • 12
  • 31
4
votes
1 answer

Unable to fix "Syntax error, 'for each' statements are only available if source level is 1.5"

I am writing a Java Agent which uses parameterized collection types and enhanced-for loops. Domino Designer 8.5.3 then tells me to change the project's compliance level to 1.5 in a quick-fix action. If I do that, the project rebuilds and nothing…
Pablo
  • 652
  • 6
  • 21
3
votes
2 answers

Master Template name is being reset after reopening application

I cloned a project on Sourcetree and created .ntfs using the given on disc project that I imported. These .ntfs had no master template declared so I tried to declare them manually. When I close and reopen the template, the master template name is…
3
votes
1 answer

Conflicting CLASS files

In our production environment we encounter Error 500 with some XPage - using Java bean. I have traced the problem to this: when application is built/clean by one of our developers, we get this conflict in…
Frantisek Kossuth
  • 3,524
  • 2
  • 23
  • 42
3
votes
1 answer

Swiper PlugIn internal fields get lost

I just installed the Swiper Plugin on my Domino Designer FP7 and after some tests (maybe) I found a bug. Unfortunately internal fields like $DesignerVersion and $$ScriptName get lost if you switch between branches! Here my test scenario: Create a…
Georg Kastenhofer
  • 1,387
  • 12
  • 32
3
votes
1 answer

Domino Agent Log Entry Length Limit

I have a Domino Agent (written using Java; does NOT use DIIOP) that resides and executes on a Domino server. The Domino server in my environment is version 9.0.1 I wanted to create and maintain a log file for the agent so that it becomes easy to…
3
votes
1 answer

Prohibit design refresh on WebContent

I've been playing around with JQuery and been storing the js files in a folder under the WebContent. This database inherit it's design for a base template database. On a design fresh this removes the content of the WebContent folder. Is there a…
Bob Yesenskiy
  • 414
  • 2
  • 15
3
votes
4 answers

Color fields in XPages

I have been working on a database in Lotus Domino Designer 8.5, specifically with XPages. I've noticed that I can include a field on a FORM as a color field, with a color picker, but the same functionality is not available within XPages. …
cvharrill
  • 33
  • 3
3
votes
3 answers

Difference between two date/time fields - Lotus Notes

I have three editable date/time fields which the first two is (field1 and field2), style: Calendar/time control. Both of them are showing the time: hour and minutes, eg: 15:51. The third field also (editable) which I want to show the difference…
Florin M.
  • 2,159
  • 4
  • 39
  • 97
2
votes
2 answers

Subtracting date fields in lotus notes

I need to subtract two date fields in order to get the number of days as the difference. I tried subtracting them in the "Default Value" section of the Field. But the message Incorrect Data Type for operator or @function appears on the screen. The…
2
votes
2 answers

How to set the template version on a Notes (Lotus/IBM/HCL) application master template

I am updating an existing Notes application with some minor changes. When I developed the original application some time ago (>10 years), I originally built a master template and assigned a version to the master template. The standard release…
2
votes
1 answer

Java compiler errors in DDE on new computer, works fine in old one

I have 2 computers running Domino Designer, On my new one I get java errors in a server based application and not on the old one. I have installed the required package on both machines and I have the same compiler set in prefs. The computer with…
Thomas Adrian
  • 3,543
  • 6
  • 32
  • 62
1
2 3
18 19