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
1
vote
1 answer

Running debug session for lwpd.xsp.core source

Assuming I have a decompiled source of lwpd.xsp.core library, is there any way to run it through Domino Designer Java debug session? I want to fully understand what happens behind the scenes, but IBM actually lacks any good documentation except…
Stanislaw Guzik
  • 244
  • 2
  • 11
1
vote
0 answers

IBM Domino Java cannot be compiled due to charsequence error

I got this problem: At code: DueDate = DueDate.replace("[", ""); And if I remove this code then it jumps to another piece of code with the same error. I tried much things, removing database from designer and workspace, cache.ndk, removing the…
Nuri Ensing
  • 1,899
  • 1
  • 19
  • 42
1
vote
1 answer

Cannot embed image to dynamucally binded richtext item in Xpage

I have a quiz form, which lets to create different psychological tests. Now it hardcoded to 50 questions. I need some questions to have embedded images, that's why I use RichText. When I bind it dynamically, with…
Antiokh
  • 73
  • 8
1
vote
1 answer

Using Headless Domino Designer to create NSF on a Domino Server

This wiki (https://www-10.lotus.com/ldd/ddwiki.nsf/dx/Headless_Designer_Wiki) seemed to indicate that you can only create NSF under your Notes Data directory. I have done a couple of quick test and the only workaround I can find is to install Domino…
1
vote
1 answer

Remove multiple applications from Applications view in Domino Designer

Over time, the list of applications builds up and reduces performance. I know, I should remove them after I've finished, but I haven't. I can right-click on each one individually and remove it, but that is time consuming. Is there a way to remove…
Rob Mason
  • 1,385
  • 10
  • 23
1
vote
0 answers

Cannot connect java debugger

In Domino Designer 9 I try to debug a Java agent, for this i followed this steps: http://www.bizzybee.be/2013/01/11/debugging-java-code-in-domino-designer-8-5-or-9/ I have as port : 8000 In my commandprompt if I do netstat -a I can see that port…
Nuri Ensing
  • 1,899
  • 1
  • 19
  • 42
1
vote
1 answer

Cannot access Notes Application using NotesFactory

Up until recently I have been able to access my Notes Applications in Designer via Java and NotesFactory, both on copies on my local machine and on the server. I now have errors as follows in both scenarios. If I attempt to open the database with…
Mark Maden
  • 468
  • 2
  • 13
1
vote
1 answer

How to enable Notes to uncompress gzip files when doing preview in webbrowser

I have a bunch of gzipped javascript files that are added to resources\files in a Notesdatabase. when I view these files on the server, Domino seem to unzip them and show them correct in the webbrowser. but when I view them using preview in…
Thomas Adrian
  • 3,543
  • 6
  • 32
  • 62
1
vote
3 answers

The issue with re import jar to domino database

When you import jar at the first time all is good, but when you make some changes and trying to re import your jar you realized that your old jar is stored somewhere and you can't delete it. I tried do this by hands, by synchronizing from local…
1
vote
1 answer

Xpages - Dominoview return all values if user in getRoles()

The code below filters data in a view. The else statement is working fine, it basically returns values for the particular user, but the if statement is where the issue is; as I want admin users to be able to view all views/records from the…
1
vote
2 answers

Xpages - Exception occurred calling NotesDocument.getItemValueDateTimeArray(string)

I have built an xpages application using full calendar and so far able to display data on the calendar. But whenever any of submitted field is left blank, it kills the calendar page and returns the exception error above. If no blanks in the…
1
vote
1 answer

Swiper on 9.01 fix pack 7

I just installed fix-pack7 and discoverd that my swiper plug-in was gone Tried to reinstall, but message says "No acceptable features were found.." when installing from update site Anyone experience the same ?
Gunnar Almas
  • 217
  • 1
  • 2
  • 12
1
vote
0 answers

Problems with Osgi plugins in Domino Designer after 9.01. FP4

We have our own OSGI plugin with a set of custom code and some java libraries that we use cross projects. It is installed on servers via an update site and imported on developers Domino Designer. It is working fine up to FP4, but in Domino Designer…
Fred
  • 35
  • 1
  • 7
1
vote
2 answers

How to view form XML in IBM Notes Domino Designer?

I've just conducted a search for a term in IBM Domino Designer, and in the results was one of my Application subforms. Double clicking the result, I'm taken to the raw XML definition of the subform, rather than the usual WYSIWYG view I'm used to.…
codinghands
  • 1,741
  • 2
  • 18
  • 31
1
vote
0 answers

Domino Designer 9.0.1FP3 Groovy Plugin

We are using Domino Designer 9.0.1FP3 and would like to use Groovy as an alternative to Java. As far as we know Domino Designer 9.0.1FP3 corresponds to Eclipse 3.4.2. Unfortunately we found no working download link for an update site…