Posts Tagged: ‘HCL Domino V11’

Remotely Debugging Java Applications with Domino 11

5. November 2020 Posted by Abhaysingh Shirk

For Domino customers on v9 or 10, you might be familiar with debugging a Java agent remotely on IBM JVM using the following server ini’s and set Port 8000 in Debug Configuration from the Designer client:

JavaEnableDebug=1
JavaDebugOptions=transport=dt_socket,server=y,suspend=n,address=8000 

This will work up to Domino v10 but not on Domino v11. In fact, doing so will cause it to crash! This article is going to help developers looking for a way to debug Java agents remotely on Domino v11. The pre-requisites are: 

  1. Domino v11 or above on Windows Server 2016 / 2019.
  2. HCL Domino Console.
  3. Notes, Designer and Administrator Client v11 or above.
  4. Java agent to be debugged.
  5. Any Web Browser to run Java agent. 

Domino v11 uses OpenJDK. With the above ini’s enabled, both the JVMs would attempt to bind to same port (8000) and the second process that attempts to bind to this port would fail and crash. To overcome this problem, the idea is to remove the Port 8000 from the Debug and attach it to some other random Port. 

First, you will need to add the below ini’s to the server’s notes.ini.  

JavaEnableDebug=1 
JavaDebugOptions=transport=dt_socket,server=y,suspend=n 

Note that we are not binding the Debug to Port 8000 by omitting address=8000, as compared to ini which was set on earlier version of Domino. 

The JVM will then pick a random port. To know the random Port number, simply quit and load http or run your Java agent from web browser and check the console from HCL Domino Console Program. You will need to restart http task after adding those ini’s to make it work. 

Note down this Port number somewhere as you would need it in next step. (The server console in the Administrator Client doesn’t show the Port number information.)

With your Port number, you are going to bind to the Debug from the Designer client. Go to Tools menu > Debug Server-side Javascript > Manage Debug Configuration

You should land on the Debug Configuration window. Here you need to mention the Port number which you noted down from the HCL Domino Console in the earlier step and then select Debug. 

You should see this message in Status bar which confirms Debug has connected on the Port number you mentioned.

You are now ready with the Debug configuration and set to debug your Java agent. You’ll need to set the breakpoints in your Java code to debug the same. You can set multiple breakpoints. 

Once you have set the breakpoints in your code, run the agent from the web browser. You should see a Confirmation window on Designer client to open Debug perspective window. Select Yes. 

The Designer perspective will change to Debug perspective which contains views for displaying the debug stack, variables and breakpoint management. 

At this point, the usual Eclipse debugger features will become available (managing breakpoints, stepping, continuing, viewing variable values, etc). 

The steps to debug a scheduled Java agent (AMGR) will remain the same. Instead of waiting until the agent is scheduled, run the agent from server console using “Tell amgr run” command. Get the Port number from HCL Domino Console Program by running Java agent using “Tell amgr run” command and then set the Port number in Debug configuration as we did in the earlier steps.  

This completes the steps on how you can debug Java agent remotely on Domino v11. We hope you enjoyed reading this article and you have find it helpful.

Happy coding 🙂 

 

 

The post Remotely Debugging Java Applications with Domino 11 appeared first on HCL SW Blogs.

New October Release: Domino Early Access Program

14. Oktober 2020 Posted by Thomas Hampel

Last month, we introduced the HCL Domino V12 Early Access Program, where we provided customers the chance to test new product features early in the development cycle. Today, our engaged development team has provided a new code drop named “October 2020”, now available for download on Flexnet to all current customers. 

We are looking for YOUR feedback on the features provided below, please: 

  1. Start testing the Early Access Code – details on how to get started can be found here 
  2. Vote for the ideas referenced or leave a comment
  3. Join the discussion and provide feedback in our forum here.

What’s Provided in this Release  
 
Time-based one-time password (TOTP) authentication  
When users log on to a Domino Web server, you can now require that they provide time-based one-time passwords in addition to their user names and passwords. These one-time passwords are generated by authenticator apps like Authy, Google Authenticator or similar.  

DAOS Version 2  
DAOS Version 2 (DAOSV2) is a new version of DAOS that provides a more reliable way of tracking DAOS objects on a server. 
 
Certificate management improvements  
A number of enhancements and improvements related to certificate management are provided:  

  • Disable TLS 1.0 by default now  
  • Support for PEM-file format, in additon to *.kyr file format 
    (Note: This feature is intended as a test bed for future work supporting PEM-formatted keys and certificates)  
  • Support for using CertMgr to import third-party CA keys and certificates – based on this idea (Thanks Martin!) 
  • Support for replacing keys generated by the Let’s Encrypt CA 

 
Domino directory enhancements  
There are a number of improvements around the Domino directory design (pubnames.ntf) to improve usability for administrators. Some of which were long standing requests. If you like what you see, please vote for the idea(s)s referenced below: 

  • Mail-In Databases and Resources view – based on your input from this idea (Thanks Michael!)The Mail-In Databases and Resources view now displays the internet addresses of mail-in databases that have them and also includes a Go to Database button to open mail-in databases from the view. 
     
  • Custom criteria to populate groups – based on your input in this idea (Thanks Vladislav!) 
    When you create a group in the Domino directory, you can now populate the members of the group based on an LDAP search query.  
     
  • HEX codes displayed for TLS ciphers – based on this idea (Thanks Torsten!) 
    As a convenience to administrators, HEX codes are shown next to the symbolic names for the TLS ciphers that can be selected in various fields in the Domino directory. 
     
  • Applets no longer used – based on your input from this idea (Thanks Bill!) 
    Applets are no longer used to display the navigational outline of the Domino Directory or action buttons such as Add Person.  
     
  • Button to see all Configuration Settings documents associated with a server
    From an open Server document you can click the Find Server Config button to see all of the Configuration Settings documents associated with the server.  

     

 
New LotusScript & Java Methods for developers – based on your input from this idea (Thanks Michael!)  
Support transaction-based operations in LS and Java. 

Furthermore, I’d like to mention features that were provided in the previous release (September 2020)  

References: 

The post New October Release: Domino Early Access Program appeared first on HCL SW Blogs.

HCL bietet Upgrade Unterstützung auf Domino V11 an

1. Oktober 2020 Posted by Gerda Marx

Kunden von HCL, die Domino im Einsatz haben, können sich freuen: HCL bietet zum ersten Mal ein vom Hersteller unterstütztes Upgrade an, vollkommen egal, welche Version von Domino Sie im Einsatz haben. Das "Project Eleven" macht es möglich. Was Sie alles bei einem Upgrade beachten sollten, können Sie im [...]

Der Beitrag HCL bietet Upgrade Unterstützung auf Domino V11 an erschien zuerst auf hedersoft Blog.

Project Eleven: Get the Most Out of Domino with Easy Direct Upgrades

15. September 2020 Posted by Luis Guirigay

HCL is fully committed to enabling you and your organization to maximize the value you get from the Domino and Sametime platforms today and in the future.  

In the latest release of Domino v11.0.1, we’ve delivered innovative new capabilities such as low-code app dev and integration with Microsoft Active Directory. We’ve also launched a brand new Sametime meetings solution over the last two yearsThe response from customers and business partners has been unanimously positive  

Today, we’re excited to announce, “Project Eleven,” a new program designed to help every Domino and Sametime customer running on releases prior to v11 have a smooth upgrade experience. As part of the HCL Digital Solutions Academy, Project Eleven’s goal is to enable you to 

  • Go straight to Domino v11.0.1HCL now supports direct upgrades from any of Domino version prior to v11. Whether you’re on v8, v9, or older, you can go straight to v11.0.1 with no additional steps necessary.
  • Experience the latest version of Sametime risk-free: Secure meetings and data privacy are the most important features in today’s environment. Sametime meetings runs on Cloud Native technologies allowing you to auto scale as needed. Experience our brand new, highly secure, scalable video meetings and enterprise chat risk-free.
  • Augment your skills todayAttend our online training sessions and get best-in-class support and training from a technical advocate in your local language. We’re rolling out more than 40 webinars and workshops and new articles, cookbooks, and help guides.
  • Speak to a technical expert: Schedule an appointment with one of our highly skilled technical advisors to understand your options and create an upgrade plan that’s right for you 

 Check out the new Project Eleven webpage to find all the resources you need to make your upgrade worry-free. 

 

                                         

The post Project Eleven: Get the Most Out of Domino with Easy Direct Upgrades appeared first on HCL SW Blogs.

Introducing HCL Domino Early Access Program

8. September 2020 Posted by HCL Domino Team

We’re proud to announce the HCL Domino Early Access Programa new program that gives our customers and business partners a chance to test new product features early in the development cycle. This program provides a preview of features and functionality that may be shipped with a future version of HCL Domino and gives us the ability to incorporate your valuable feedback. At this stage, we are providing early access to features that contribute to HCL Domino v12. 

The Early Access Program aims to get feedback on specific features, with a more formal traditional beta program planned at a later stage to receive feedback on the overall release quality and language packaging. 

The Early Access Program is feature-driven and iterative, meaning new iterations and code drops will be made available as soon as it is declared ready for testing by our development team. New code drops can be provided in just a few weeks after the previous one, on short notice, without sticking to a fixed release cycle.  

Based on your feedback we may proceed, improve or adjust the feature, or in some cases withdraw the feature from the code stream. The following graphic illustrates this concept:

Each code drop is provided in the form of a Docker image which enables us to ship new iterations faster and to minimize the time to upgrade from one code drop to the next. You can expect us to deliver code drops at a fast pace as we want participants to have exclusive access to our latest product feature set. Please note that only the newest code drop will be available for you to download.

How to Participate

HCL Ambassadors who have registered Domino v11.0.1 Beta Preview will automatically be added to Domino Early Access Program. Customers and partners with a current Notes/Domino entitlement will also have access to the Early Access Program as of today. There is no need to register separately to participate.

For overall documentation of the Early Access Program, the specific testing scope, system requirements and instructions for deploying the Domino server on Docker, please refer to the release notes or see the online documentation here.

Upcoming Code Drop: Automating Certificate Management

The focus of this first code drop is testing a new feature planned for Domino v12 that allows administrators to automate the creation and management of SSL Certificates for Domino Web servers through the Let’s Encrypt® certificate authority.

Including support for Let’s Encrypt was a feature that was requested on the Domino ideas portal some time ago. We are using this idea as a starting point to modernize the handling of SSL certificates in Domino in general, e.g. by moving away from having to create and manually distribute *.kyr files to your servers.

  • For details about the new automated certificate management feature, please refer to the online documentation here.
  • If you like what we have done, vote for this feature in our Domino ideas forum here.
  • To provide feedback on this code drop, you need to have an HCL account to join the discussion in our forum here.

For general input and new ideas or feature enhancement requests, please use the Domino ideas forum here.

Next Code Drop: TOTP

In the next iteration of the early access program, we intend to provide TOTP (Token based One-Time Password authentication). Stay tuned for more information about the next code drop.

We want Domino to be built for you and by you! We’re excited to include customers and partners as part of the feedback loop as we work towards the release of Domino v12. We look forward to hearing from you!

The post Introducing HCL Domino Early Access Program appeared first on HCL SW Blogs.

Best Practices for Upgrading to v11: Webinar Replay and Q&A

18. August 2020 Posted by HCL Domino Team

Last week, our team of global support advisors hosted a webinar on best practices for upgrading to Domino v11. If you missed the webinar, feel free to watch the replay hereIn this session, we covered several topics on how to prepare for a successful upgrade including:

  • Baseline monitoring: Know your current workloads  
  • Evaluating your environment: Should you upgrade in-place, or do you need new hardware?
  • Deployment sequence: See the order of steps to upgrade your environment 
  • Preparing your environment: What to do before your upgrade 
  • Application upgrades: Learn how to handle your custom apps  

 We received a lot of questions during the webinar and you can find the Q&A recap below.  

 Want to learn more about what’s new in Domino v11 before planning your upgrade? Download this deep dive to see newest featuresFor our technical folks, check out this support article which provides a guide on how to plan your upgrade and a step-by-step guide for Domino install, setup, and upgrade tasks 

Q: Regarding Notes.ini, are there any tools we can use to check the values used in our Notes.ini to identify redundant ones  

A: DCT would be a good place to start, however there is no such tool available for the same. DCT will not detect duplicates. It is a best practice to start with a new notes.ini file. 

Q: Can we get a list of Notes.ini obsolete parameters? 

A: We are working on a consolidated article and will be publishing it soon. 

Q: Is there a URL for recommend new Notes.ini settings to help weed out old Notes.ini settings? 

A: Starting with a new Notes.ini file is the best way to ensure your file does not contain outdated settings.  

Q: Can we have mix of both Domino 9 for applications and Domino 11 for email servers? 

A: Yes, you can upgrade your mail servers to version 11 now, and the application servers can remain at Domino 9.0.1. As mentioned, make sure that you are not mixing Domino versions in a cluster. Use a test pilot to see how well your Domino 9.0.1 applications work in the Notes 11 client. 

Q: Is Domino 11 still restricted to 3 or 4 HTTP headers (via Internet Sites and Rules)? 

A: The limit is now 20 HTTP headers in Domino 11. 

Q: Will HCL be bringing back and upgrading the Domino Configuration tuner (DCT.nsf) 

A: Please vote and comment for the idea here 

Q: Is there a trial of Domino 11 to test the migration? 

A: If you are entitled for Domino, you can download V11 from the HCL License and Delivery Portal and can test your upgrades without needing a trial version of Domino. If you are not entitled to Domino, we provide a free trial as a Docker container (several products are pre-installed and ready to test)More details here.  

Q: Is there a procedure to migrate Domino 9.0.1 to a Domino 11 on docker? 

A: You cannot convert a non-container Domino server to a container-based server. You’ll need to bring up the Docker instance and migrate the data. 

Q: Is LEI (IEI) supported on Domino 11?  

A: Yes, it is now HEI v11.0.1 (HCL Enterprise Integrator) which is supported on Domino 11.0.1 

Q: Is there a specific setting for Infoware UMT tool running on 8.5.3? 

A: Infoware is not an HCL product, please direct this question to your vendor. 

Q: Should I re-install Traveler if upgrading from 11.0.1 to 11.0.1 FP1? 

A:  When you upgrade from 11.0 to 11.0.1 a re-install of Traveler is needed. Simply applying FP1 does not require re-running the Traveler installer. 

Q: Are there special considerations of IBMi and/or Sametime limited use 

A: Sametime 11 is not supported on IBMi  

  • Sametime 11 now supports 64bit Linux as well as Windows. See this requirements article for full details
  • Sametime 11 Limited use has some post installation steps that are important, they are described in this article 
  • For Domino on IBMi, there are some specific hardware requirements in addition to the OS version that you should be aware of. Please see the system requirements for more details 
  • For guidance on installing Domino 11 on IBMisee this article.  
  • For IBMi there is also this post-installation step you should be aware of 

Q: If we’re using Sametime limited use on IBM i, do I suppress nab upgrade? 

A:  Sametime 11 is not supported on IBM i.  Sametime 9.0.1 has not been tested with the Domino 11 NAB design. You can prevent replication of the design in the Advanced Replication properties. 

Q: This will be our first time working on a move and upgrade from mainframe to power. Do you have a guide that we can follow? 

A: From the hardware standpoint, the vendor should be able to provide some guidance. From a Domino standpoint, you can follow the guidance in this Upgrade guide 

Q: How do you manage DAOS encryption on an upgrade using a temporary Server ID? 

A:  You can specify an alternative id using notes.ini setting“DAOS_ENCRYPTION_ALTERNATE_SERVER_ID=otherserver.id” 

Q: Does Domino 11.0.1 require more resources compared to former versions? If there is a performance improvement, how many users can a given Domino server handle now? (Notes Standard vs. iNotes vs. IBM Verse 2.0 vs. HCL Nomad.) 

A: The number of users a given server can handle will vary depending on several factors. The amount of resources, disk, etc. plays a large role. The user behaviors (how they use their mail or applications), policies (like mail retention) all influence server capacity and server sizing.  

Baseline monitoring should give you an idea of how well your server performs today. We expect it to be at least the same or improved in version 11. Some examples of performance improvements (over 9.0.1) include tier 2 DAOS support (less disk I/O), Full Text Indexing and ODS. Vast improvements to NSF (larger ID Tables, larger folders), improvements to TXN logging. Your current OS and new OS may perform differently if you are upgrading from 32 bit to 64 bit for example.  No official benchmarking data is available at this time. 

Q: Is there a command line option to avoid the machine reboot on AIX/Windows if upgrading from Domino 9.0.1 that is enforced by the installer and cannot be interrupted by the installing user? 

A: If you choose a Silent Install it will just perform the necessary reboot if one is needed.  Manual installs you should be given the option to Reboot now or wait until later. 

Make certain you had a clean shut down before you try performing an upgrade. If any Domino files are still in use at the time of installation usually dictates if an OS Reboot will be needed before starting the Domino Server. Domino should not be restarted until the reboot occurs as that is what usually triggers the updating of the files that were in use and then Domino can be started. 

If you shut down Domino and it does not come down cleanly, you can run nsd –kill. With Domino server down, run a Domino maintenance task against a non-existent database name. (For example: “nflxup.exe doesnotexist.nsf”). This step flushes the transactional logs to disk and essentially simulates a clean shut down. 

Q: Will an updated version of the Domino Configuration Tuner Tool be available 

A: Please vote on that idea here 

Q: Can Domino 9.0.1 servers run the pubnames 11.0.1 template while we are upgrading the environment? 

A: Yesof course 

Q: Are there considerations from going from version 9 to version 11, specifically around http services? 

A: Specific to HTTP, there are security improvements. If you had configured sslcipherspec= in notes.ini, those settings have been moved back to the server document in Domino 11. New Domino security features in version 11 may interest you, such as SNI, SAN certificates, http password authentication to the ID in the ID vault, and more.  

Also, we changed the JVM from IBM’s JDK to OpenJDK. You should test any custom applications that rely on the JDK. Many of our customers are making the move to SAML authentication, which was supported in version 9 but we have made continuous improvements in this space since then. In Domino 10 and higher we are now auth-N capable, which removes the IdP limitations we had in version 9.0.1. Any SAML 2.0 compliant IdP should work with Domino 11. 

Q: Is Domino 11 NAB template also compatible with 9.0.1? 

A: Yes, it is.  

Q: Why does ODS need to be updated at the end (especially after the clients)? Shouldn’t it work to have ODS 53 on the server, with an 9.0.1 client using it? 

A: You should upgrade the ODS in order to use the benefits (especially in performance) of the new on disk structure. The ODS version is independent from the clients that are accessing the server. 

Q: ODS Upgrade is the last on your recommended list. Can it be done earlier? 

A: You can upgrade the ODS only after the server has been upgraded, however you can upgrade the ODS with the server if you want. 

Q: Why do you recommend using compact -C to upgrade ODS but not compact -ODS -* -upgrade option? 

A: Either command will work for upgrading ODS (we just left off the other one on the slide).  

Q: Is a Notes 11 Client a requirement for using AD sync? 

A: You must use the Domino 11 administrator client and have a Domino 11 names.nsf design (pubnames.ntf) on a Domino 11 server. 

Q: Can we get more detail on “switching Domino server identity”? Is that as simple as changing the server ID 

A: The easiest way is to keep first 5 lines in notes.ini, start server, and do the server setup again. however, use option that you already have an ID at each step. 

Q: Is AdminP design backward compatible? 

A: Yes, it is. 

Q: If we are currently on 9.0.1, do we need to upgrade the names.nsf design to the latest template?  

A: Yes. Otherwise all the new settings are not available to you. The 11.x design is backward compatible with 9.0.1 servers. 

Q: How would Domino 11 affect applications running on XPages 

A: The JVM changed from IBM to OpenJDK. If you are using JavaScript, be sure to test your application on Domino 11 prior to upgrading. 

Q: Must the Traveler Server be upgraded with the Web Servers? 

A: No, the sequence is a recommendation. You do not have to upgrade traveler servers at the same time as your web servers if they run on standalone machines. If Traveler and HTTP server runs on the same machine, then you have to upgrade both at the same time. 

Q: Will there be issues moving to hyperconvergent environment (nutanix or syneto or …) with disks tiering? 

A: Domino is blind to the lower layers of the stack – we only “see” what the operating system provides.  There are no particular Domino tuning or configuration required for HCI environments like VMware, Nutanix, et al.  (Note that your OS of choice may require configuration/tuning for the HCI platform.) 

Q: Say we have a 4-server environment. When we’ve upgraded the first server, dwe need to worry about the new names.nsf replicating to the other 3 servers? 

A: You should upgrade the Domino directory template, but all the content will remain the same. The Domino 11 names.nsf design is backward compatible with versions down to 9.0.1. If you wish to prevent the design from replicating, uncheck the design box from the Advanced Replication properties. 

Q: Does the “smart upgrade” feature still work for the Notes users upgraded to version 11.x? 

A: Yes, it does. However, we have added an advance AUT feature which is better than Smart Upgrade. 

Q: I am interested in the licensing of Domino 11. Is there more information on the actual cost per user?  

A: Please reach out to your local HCL Product Sales Specialist or HCL Business Partner for licensing questions. Submit a request to have HCL sales contact you here.    

Q: Do you offer remote help to do the upgrade from 9 to 11 as part of our ongoing support? 

AYou can submit a request online to inquire about our professional services, as well as technical support here

The post Best Practices for Upgrading to v11: Webinar Replay and Q&A appeared first on HCL SW Blogs.

Neues aus der HCL Familie

13. August 2020 Posted by Gerda Marx

Seit dem 06.08.2020 ist die Domino Volt Version 1.0.1 allgemein verfügbar. Die Version hat einige neue Funktionen erhalten. Domino Volt ist ein Programm, mit dem der User einfache workflowbasierte Anwendungen in Form von "Low Code Entwicklung" erstellen kann. Einsetzbar ist Volt ab Domino V10. Was ist neu und wie [...]

Der Beitrag Neues aus der HCL Familie erschien zuerst auf hedersoft Blog.

Low and Behold: Why Low Code Development Matters. Insights into a modern way to build applications

11. August 2020 Posted by HCL Domino Team

Low code is a software development platform that gives non-coders and coders alike the chance to develop applications through visual interfaces instead of traditional hand-coded programming.  

In plain English, it’s the power to create processes without the technical experience or hand coding background application development once needed.  (It’s like suddenly being able to sing, dance, and generally dominate like Beyoncé without having to undergo 25+ years of endless practice and constant performing.)   

Comparing application development to pop stardom may not be the most common way to highlight the potential benefits of low code. But by not requiring a background in coding expertise, low code allows a wider audience to create applications, making for a faster and potentially more innovative environment that companies can benefit from. (It’s like turning lemonade into even better lemonade. Ok that’s the final reference to Queen B, promise). But we’re just getting started diving into the upside of low code.

Develop Business Software at Incredible Speeds
Low code development should be fast.   

Unlike the laborious line-by-line hand coding process that is traditionally associated with software programming, low code can go from concept to reality in a flash.  Low code allows developers to execute apps up to 60-70% faster than handwritten code, bypassing the time-consuming steps of repeatedly writing, testing and debugging code until it works correctly. 

Lowcode development can give designers drag-and-drop features through a visual user interface, making it easy to build intuitively while cutting down on complicated obstacles that only expert coders can spot and fix.  By making the process more visual and less repetitive, low code brings a newfound velocity to a typically slow undertaking.  

Increase Enterprise Productivity 

When you increase the speed of app building, and you save designers and developers time, you open new space up for productivity throughout the entire enterprise. But it’s not only the efficiencies that companies benefit from. 

Those closest to a problem can fix it without a drawn-out drama that drains weeks of time and energy from the IT department. Solving challenges and automating processes can take minutes not hours, ensuring workflow doesn’t suffer. And, when more people are involved in the design and deployment process, it empowers employees and raises the level of collaboration across the entire organization. 

While Non-Coders Build, Professional Coders can Enhance Enterprise Software 

While a major feature of low code is the inclusion of developers and business users with mixed backgrounds into the app-building process, professional coders also benefit. They gain more flexibility to customize and enhance their work by not getting tied up with repetitive coding.   

Freed from the more tedious aspects of coding, experienced developers can focus on tech strategy as well as making apps as creative and distinct as possible.  By avoiding the complex and painstaking handwritten procedure their talent to create can be fully realized. Getting the best from your most skilled programmers means giving them a lowcode platform enhances your organization’s overall tech-development quality 

Easier Integration and Automated Workflow 

The complexity involved in combining legacy systems, formats and applications makes data integration crucial.  Low code integration is fast and efficient, allowing for faster development cycles and a pronounced focus on outcomes and not production bottlenecks.  

It also allows you to automate business workflows within your app that would otherwise have to be performed manually, a result of working with spreadsheets and long paper trails.  Low code boosts automation and eliminates what can be an error-filled slog through those processes.  

Whether it’s speed, productivity, efficient integration and workflow or enhancing your employees best skills, low code can benefit any enterprise company looking for workflow solutions.  And you don’t have to suffer through decades of coding school to get there.   

Simplify and accelerate your enterprise software development today with Domino Volt by HCL.

The post Low and Behold: Why Low Code Development Matters. Insights into a modern way to build applications appeared first on HCL SW Blogs.

Domino Volt New Release: Your Questions Answered!

7. August 2020 Posted by Martin Lechleider

Last week, we hosted our new Domino Volt July release webinar covering the latest features and enhancements. We had several demos on how to directly access your Domino data, workflow enhancements, service catalogs, PDF integrations and more. For IBM z and IBM i customers, we covered the latest integration with Z and I Emulator (ZIEto turn green screen apps into REST endpoints that Domino Volt can use to build new workflows and apps

We received a lot of great questions. You can find those questions — and the answers — below. Or catch all the excitement in this replay here:

 

Want more Domino Volt? 

Try v1.0.1 in the updated Domino Volt sandboxRegister for a free sandbox account. For those who already have a sandbox account, new sample apps have been uploaded here. 

We recently launched a Domino Volt roundtable series, where we introduce different important topics and host open discussions with our customers and partners. Join us for the following sessions:

  • Domino Volt App Integration StrategiesLearn about integration techniques and options within Domino Volt. August 12, 2 pm ETRegister now. 
     
  • Domino Volt Deployment TopologiesLearn about different deployment options to fit your needs. August 27, 2 pm ETRegister now.

DOMINO VOLT FEATURES 

Q: What additional resources are needed on a Domino server to handle Domino Volt? 

A: Domino Volt requires Domino V11.0.1 or greater. That’s is all! 

Q: If an app is built in Domino Volt, can it be modified in Domino Designer? 

A: You could add additional views, agents, or other elements as long as you do not change or delete things that Domino Volt created. 

Q: Where do you upload the PDF for fillin? 

A: In settings, there is a File section where you can load PDFs as well as images, CSS, JS, etc. as needed in the app 

Q: Can a signature from a Domino Volt form be printed in PDF? Or even pictures from your smartphone? 

A: The PDF fill capability in Domino Volt does not support adding an image or picture to a PDF. 

Q: Can you deploy your own Service to the Service Catalog? 

A: Yes, on a service that leverages the HTTP Transport (REST).  You could have one that gets an OAUTH Token or returns a list of customers from CRM 

Q: How do Domino Volt apps render on HCL Nomad? 

A:  Forms and views which are created by Domino Volt can be rendered in HCL Nomad. What you will see is a basic form and view without styling. This is because Domino Volt renders apps as web apps that use HTML, CSS and JavaScript – which does not work in Nomad. 

QWhen it comes to getting data from a Domino databasecan the database filename be computed (based on supplied data at runtime) rather than having to select a database when defining the service? 

A: There is no ability to dynamically select the database currently based on supplied data at runtime. 

Q: When selecting a Domino DB resource and viewing the drop-down list of Domino DBs, how is the list generated? What happens when a DB has multiple replicas  either clustered or non-clustered? 

A: With this release, it reads the files system in the local server (where Domino Volt is installed) and shows the directory in which the app is located. The next release will handle external Domino server queries 

Q: What are the implications of the depositor access limitation for anonymous users on application complexity. For instance, lookups to data in views for populating drop-down fields, invoking services, etc.? 

A: Domino Volt designers will need to be mindful of access rights when building anonymous apps that use services. This will in some cases limit what data you can expose to anonymous users. 

Q: Is it possible to get hidden field information, like creation date or current stage? 

A: Yes. There are JS calls to get all of this. You can find these here as well as in the new type ahead of the JS editor 

Q: Is there a way to import JavaScript files to use in your application? 

A: Yes, JavaScript file can be referenced or directly imported into your apps.  There are some samples in the community on using external JS librariesCheck them out here 

Q: Is it possible to define a conditional number of approval stages? For approvals related to monetary value usually the higher number will require more approval 

A: You could do this with a display rule. You’d have different submit and maybe stage based on the criteria you choose.  You would have two “Submit” buttons, but they show up based on different criteria and may go to a different stage that has different requirements 

Q: Is Domino Volt available without Docker? 

A: Yes, it is.  

Q: Could you provide the link to download Docker image to test offline? 

A: The Docker image install option is only available to entitled customers in their Flexnet download area. 

Q: Where do you download the SAP Connectors and find the HEI downloads? 

A: The download area for Domino Volt in Flexnet will provide access to these. 

Q: Is it possible to access data from previous Domino versions? 

A: Yes.  Data stored in NSFs that were created in earlier versions of Domino can be accessed by Volt.  The only requirement is that the NSF be on the same server as Domino Volt. 

Q: The user interface looks like HCL Leap. Are you planning to merge HCL Leap and Domino Volt? 

A: They are separate products. Domino Volt is for Domino customers whereas HCL Leap is a standalone offering. You will see more alignment between these two offerings in the future 

Q: Can I use Bootstrap templates? 

A: You can use HTML5 components (in the HTML palette item) and I’ve used jQuery components as well. You can use components of it, but not a Bootstrap page template to house the entire application (yet) 

Q: What are current limitations of Domino data access? 

A: With this release you’re limited to accessing data from Domino apps that are on the same server as Domino Volt 

DOMINO VOLT LICENSING  

Q: How are anonymous users licensed? 

A: Anonymous users don’t require licenses. Authenticated users require licenses. Domino Volt requires an organization to purchase the equivalent number of Domino Volt licenses as their base Domino licenses.  

Q: Can you clarify how anonymous access includes guest users? Are these user accounts authenticated in a secondary address book? 

A: The CCB entitlement includes access for Guest Users to HCL Domino servers deployed under this entitlement.   A “Guest User” can be Anonymous, where “Anonymous Access” to the Program is without verification of a user’s unique identity, or Authenticated Access with restricted maximum level of Domino application access (ACL) as “DEPOSITOR”. 

The user records in a Domino directory or a federated LDAP will contain the HTTP userid an Password for the user – either created by an Administrator or by an app allowing user registration with creation of credentials and admin of these – typically an administrator would designate a particular LDAP for this (can be a Domino directory).  And this use must be set with a max ACL authorization as Depositor.  

Depositors and Readers  

Depositors can insert documents into a database but they cannot read those documents. Readers, on the other hand, can read documents, but cannot deposit them. Although opposite in function, they complement each other conceptually because each is dedicated to a single purpose. (One additional right Readers have is that they can run agents.)  

So, for Domino Volt this means – Anonymous users (ACL=Reader) can  

  • read public web info,  
  • participate in surveys 

Logged-in users (ACL=Depositor) can:  

  • deposit info, no edits  
  • post blog comments 
  • create interest profile  
  • read community content  

Q: Will Domino Volt support guest users (AzureAD guests or Connections Community guests) for free? 

A: The concepts are unrelated. If you are anonymous to Domino, for example, going to a URL without any specific transfer of credentials (SAML) and no login to Domino you’re classified as anonymous. Hence supported as an Anonymous Guest to Domino and Domino Volt. Note that we also have a Logged-in Guest which do login using valid credentials but limited by Domino on what this user can do. (See above) 

Q: How many paid Domino Volt licenses will I need for external authenticated web utility server users when I licensed Domino Volt for all our internal domino users? Is it unlimited like utility itself?  

  • All your internal users of Domino Volt must have an Authorized User entitlement to Domino Volt.  And all external users who customer permits creating Domino Volt applications and running full capabilities of Volt applications must be Authorized Users.  
  • You need Domino Volt Authorized User licenses for all internal/external users needing full capabilities  
  • Utility Server also support unauthenticated, anonymous access to applications on the server, which also applies to Domino Volt on Utility Server. 

Q: Is it possible to try Domino Volt on my own server without buying licenses for all my users?  

A: Yes, a trial can be requested from sales or you can try the Domino Volt sandbox. To purchase Domino Volt all Domino licensees must also be licensed for Domino Volt. 

Z AND I EMULATOR (ZIE) 

Q: What is ZIE? Is that an additional LICPGM? 

A: HCL ZIE for Transformation is a licensed program which needs to be purchased separately to Domino Volt. This product transforms green screen application to REST APIs which can be consumed by Volt applications. Please look at the series of videos. If you have additional questions, please contact ZIO@hcl.com and we would be happy to help.  

Q: Is there a solution on Domino Volt for Green Screen Application (Mainframe CICS Apps)? 

A: Yes. HCL ZIE for Transformation enables integration of green screen applications (including mainframe CICS apps) into Domino Volt application.  

Q: What is the license cost for ZIE? 

A: ZIE for Transformation is licensed based on the number of users. We do not publish our price. Please contact your sales rep or contact ZIO@hcl.com.  

Q: Is ZIE a separate Machine/Docker? 

A: ZIE for Transformation is a) development tool to transform green screen applications, and b) run-time library to perform the transformation of green screen applications. In the example we presented during the webinar, the green screen application is transformed to a set of REST APIs. These APIs are consumed by Domino Volt application.  

Q: Do the HCL Quick Start Services only apply to IBM Z and I platforms? 

A: HCL Quick Start Services is available for any customer who is interested in integrating green screen applications on System Z and I platforms in Domino Volt applications using HCL ZIE for Transformation product.  

Q: Is there any way to query a green screen? 

A: You can invoke green screens and retrieve output using HCL ZIE for Transformation. It is possible to retrieve output from a single green screen or combine outputs from multiple green screens.  

The post Domino Volt New Release: Your Questions Answered! appeared first on HCL SW Blogs.

Meet the New Release of Domino Volt

28. Juli 2020 Posted by Martin Lechleider

Back in April, we launched Domino Volt, a new low-code capability powered by Domino that makes it easy to develop powerful workflow-based apps. If you need an introduction, check out our latest video: 

As promised during the launch, Domino Volt is committed to a quarterly release cycle and the latest release is now here. Domino Volt customers can download v1.0.1 on Flexnet today!  

We’ve been hard at work implementing feedback and requests gathered from our beta participants and customers and we’re excited to announce that we have more than 10 new features and enhancements. Keep giving us your input and ideas — we build our roadmaps with you.  

This latest release continues to empower users across the organization to build apps without needing technical skills while providing more value to your Domino investment. Highlights include: 

  • Unleashing Your Domino DataWith point-and-click integration, users can surface Domino data in their apps without writing any code. 
  • Extend Your Application’s ReachIncrease engagement beyond your logged-in users with anonymous access to apps 
  • Empower Citizen Developers with Enterprise DataEasily look up enterprise data, sales or directory information without needing technical knowledge. 

Building apps is now faster with easier workflow creation and access to data and you get more value from your apps by extending app usage outside your organizationJoin us on July 30th for the global launch webinar as we walk you through all the new features in this release. We will be including several demos. 

Full Feature Set: What’s New in v1.0.1 

  • Anonymous Access: Extend the value of Domino Volt to those outside of your organization by building apps which can be used without having to authenticate against your directory.
  • Direct Access to Domino Data: Domino Volt designers now have a simplified way to integrate data from Domino views and documents into their apps.  
  • Out-of-the Box Directory Services: Easily look up information about people in your directory, such as determining an employee’s manager, email address, location, or any other data contained in the directory.
  • Dynamic Role Assignments: Dynamically assign users to roles. For example, you can assign an employee’s manager to have an “approver” role for submitted requests. This feature works with the new out-of-the-box directory services.
  • Application Upgrade: Update an app already in production with edits and modifications. This updates the app in place, so the URL used to access the app and data collected so far stays intact.
  • Docker Container: This container delivery helps to streamline the setup and management of your Domino Volt deployment. A preconfigured sample environment is included as an option for easy setup, for learning and evaluation purposes. 
  • Improved File User Interface in Text Widget: Easily add and manage files and images used in your Text items.
  • New JavaScript Editor: The new editor highlights JavaScript syntax and provides prebuilt code snippets and an object selector for fast code completion — increasing designers’ productivity. 
  • New JavaScript Functions: Build custom navigation and use buttons or other items from the palette for form submission. New functions include – form.getStageAction(),  app.getProductBaseURL(),   app.getFormLaunchURL() and app.getRecordURL().
  • PDF Document Integration: Add fillable PDF templates to your app for PDF document creation. Capture data and push it into the template. Store the resulting PDF locally or with the submission record.
  • Service Catalog: Define and catalog service definitions which can be used by Domino Volt app designers. This “define once and use by all” approach allows organizations to build and reuse integrations points specific to their organization and let Domino Volt designers build them into their apps without any technical knowledge of the API. 

Want to try these new features? We’ve updated the Domino Volt sandbox with the latest version so register for a free sandbox account to play around. For those who already have a sandbox account, new sample apps will be uploaded here this week for you to try out anonymous access, directory services, and access to Domino data.

The post Meet the New Release of Domino Volt appeared first on HCL SW Blogs.

The Art of the Possible with HCL Domino Volt

22. Juli 2020 Posted by Francois Nasser

We recently hosted our first HCL Domino Volt roundtable session, a series where we introduce HCL Domino Volt topics and host open discussions with our customers and partners. In this session, we covered several use cases for Domino Volt apps. We focused on visually enhancing out-of-the-box components with pure CSS (Cascading Style Sheet) and JavaScript. If you missed the live session, you can catch the replay here or read the recap below.

Domino today is used by over 15,000 customers globally to develop applications that run their business. With the introduction of Domino Volt, our mission was not only to protect the investment of our Domino customers but also accelerate their ability to deliver business solutions faster and increase the value of Domino. By providing our customers and partner with new application development capabilities that extend throughout the organization, we empower everyone to build solutions while still taking advantage of Domino’s security, reliability and low TCO.  In just 3 months since our launch, over 80 new customers have taken advantage of Domino Volt to accelerate their delivery of applications to the business.

Here at HCL, we believe in drinking our own Champagne (or “dogfooding” as the software industry calls it.) We recently launched an internal hackathon to see if our team could build apps to solve our business challenges as well as other real-world challenges facing our customers or community. More than 20 teams with more than 50 members across the globe participated, and none had prior Domino Volt experience! Some of the submissions were from sales team members who had no development experience at all. They were only given two weeks to design, develop, test, and deliver their apps — on top of their day jobs!

We were thoroughly impressed with the apps submitted. Using CSS, the teams got creative with their app designs and created solutions that solved exciting challenges. Here are some apps we want to highlight:

  • Blood bank app: Donors can submit their details, see emergency blood requests by type and location, and review criteria to donate blood.
  • Smart help desk: Users can create and submit IT support tickets
  • Weather app: Using a Google map integration, users can specify a point on the map to view the weather forecast in that selected area
  • Food delivery app: Charities can coordinate food aid deliveries to people in need, saving time for coordinators, and reducing errors.
  • Online-store: A full web retail shopping site
  • Vendor registration: Onboard vendors according to company policy
As you can see from the examples above, with a little CSS you can turn a simple sheet into a beautiful app and the process is pretty simple. Business users can develop their apps in Domino Volt by importing a spreadsheet or by simply dragging and dropping fields and actions. They can then apply styles with the Style Editor or import CSS provided by IT, and within hours have a great looking, ready-to-deploy application leveraging the approved Domino platform!

What’s Next? 

If you’d like to play around with Domino Volt, register for our sandbox to get started. It’s free and runs on a browser, which means no installation required. You can explore documentation on how to work with CSS and Domino Volt and try building your own apps.

We have an exciting upcoming new release of Domino Volt. We have more than ten new features and enhancements coming your way, including the highly requested anonymous access, direct access to Domino data, and out-of-the-box directory services. Please join us for the launch webinar on July 30 (you can also replay it later at the same link).

Lastly, we’re inviting you to two more scheduled roundtable sessions! We encourage open discussions, so come with your questions.

  • Roundtable 2: Domino Volt Application Integration Strategies, August 12, 2 pm ET. We’ll cover integration techniques and options within Domino Volt, including other Domino Volt applications, REST services, and Domino Views. Register here.
  • Roundtable 3: Domino Volt Deployment Topologies, August 27, 2 pm ET. We’ll cover different deployment options to fit your needs. Register here.

The post The Art of the Possible with HCL Domino Volt appeared first on HCL SW Blogs.

COVID-19 Success Story: HCL Domino to the Rosie’s Restaurant Rescue

17. Juni 2020 Posted by Carl Tyler

Nestled in the picturesque American town of Tamworth, New Hampshire, you’ll find the popular and awardwinning Rosie’s Restaurant.  This restaurant is one of those places where you go in, take a seat, and everyone including the staff treat you like family — a business doesn’t get a 4.9 (out of 5) star rating by providing bad service.  

Like many businesses, Rosie’s has been impacted by the Covid-19 pandemic and was forced to close its doors due to restrictions imposed on restaurants in the state. They were waiting for news on when and how they could reopen.  In early May the news came that restaurants could serve people outdoors as long as they were seated at least 6 feet.  Rose Scolaro, owner of Rosie’s restaurant said, “We didn’t have much time, we really had to kick into high gear to prepare ourselves for the return of customers. We built numerous picnic tables and installed a large canopy to protect patrons from any inclement weather.  We still had a tricky issue, though. With picnic tables spread out across quite a large area, we needed an easy way to inform customers that their order was ready.

Rose contacted Epilio, an HCL Business Partner, to see if they could help.  Carl Tyler, CEO of Epilio tell us, “Rose came to us, and explained their situation, and knowing the pain businesses are feeling, we wanted to help, and we knew Rosie needed a solution — and fast. A few years ago, we’d developed an airplane reservation system using Domino and Twilio, so that users could be informed of booking changes via SMS text notifications.  I explained to Rose that we could very quickly implement a system that could send a text message to her customers informing them when their order is ready.  Using the fast development capabilities of HCL Domino, two days later we presented a solution to Rosie and her staff.” 

“It was great!” explained Rose. “Carl loaded up a web page on an iPad, and explained how when we took an order we could enter the customers order number and telephone number, and then press a button to send a message when the order was ready. We were thrilledWe’ve been using it every day since we reopened. At the end of each day, we can easily see how many messages were sent, and how that day compares to other days.” 

“The combination of Domino and Twilio really is very powerful, and with the newer functionality HCL has added to Domino, it was even easier to integrate than when we had built the Twilio integration previously,” said Tyler. 

The post COVID-19 Success Story: HCL Domino to the Rosie’s Restaurant Rescue appeared first on HCL SW Blogs.

5 Myths about Domino You Need to Stop Believing Right Now

2. Juni 2020 Posted by Matt Engstrom

Even though some of us wish they were real since it was said they could make poisonous water potable and heal sickness — both things that could certainly come in handy — unicorns are the making of fantasy. While Domino isn’t a mythical creature of great grace, it has proven its security, versatility, scalability and value in large enterprises for the last thirty years. Because it’s been around so long and has such a committed and die-hard customer community (even calling themselves “Team Yellow”) it has taken on legendary status. It has also inherited misconceptions — such as the platform is out of date or even obsolete. Nothing is further from the truth. Let’s walk you through some of these myths and show you what is possible with the Domino of today.

HCL Nomad brings the power of HCL Domino applications beyond the desktop, directly to where your users need to be. Get the same applications, unparalleled security, and offline capabilities — now on mobile. Deliver your apps on Apple iPhone and iPad, Android phones, and Android and Chrome OS tablets with minimal effort. Check out this feature sheet to learn more about HCL Nomad

While you can still use your Notes client to access your Domino appsapps can now be written for web browsers. Existing apps can be modified to run on a browser, and new apps can be written for browser access. The example you see here is an internal app we use for order processing written for the web and is used daily by our sales team.  

As much as we love and appreciate our Domino developers and administrators fluent in LotusScript and XPageswe want to open organization up to a much broader range of skills and talent and future proof your investment 

Now, any JavaScript developer can enhance, integrate and build new applications that include data and processes from Domino — without rewriting from scratch. This example here is a tracker application built with a web UI written in React – complete with cool filter sets. 

HCL Domino v11 is the most open version of the platform yet. Our integrations enable enterprises to more fully leverage Domino with other tools and applications across their business.  

Here we show a couple of integrations we’ve enabled. On the left, you see an integration between our internal sales app with our CRM system that enables real-time data verificationOn the right, we’ve integrated an app with Slack to provide instant notifications within a channel. Within Slack, a user is able to directly approve or reject a proposal submission which then advances the document according to the workflow set in our app. 

Domino apps are rocksolid and reliable. Which is probably why most of our customers haven’t thought about redesigning their apps or assume that Domino doesn’t provide the flexibility to do so.  

Here are several examples of how we modernized an app to today’s design standards. We also recently wrote a blog post about it. We not only gave complex, business-critical app a face lift, but made it work on mobile devices.

Domino v11. Fantastic, not fantasy. Get it done with Domino. Get a demo today.

The post 5 Myths about Domino You Need to Stop Believing Right Now appeared first on HCL SW Blogs.

Domino Volt ist jetzt verfügbar

15. April 2020 Posted by Gerda Marx

Im Dezember 2019 in Tokio präsentiert und nach einer kurzen Beta-Phase ist Domino Volt ab sofort verfügbar, wie HCL offiziell mitteilt. Laut HCL können Unternehmen mit dem Low-Code-Programm 60-70% schneller Anwendungen für HCL Domino erstellen. Domino Volt kann jedoch erst ab Domino V11 genutzt werden. Weitere Informationen können der [...]

Der Beitrag Domino Volt ist jetzt verfügbar erschien zuerst auf hedersoft Blog.

HCL Domino V11

13. Januar 2020 Posted by Gerda Marx

Am 04.12.2019 in Tokio vorgestellt wurde die V11 von Domino am 20.12.2019 von HCL gelauncht. Versprochen, vorgestellt, geliefert! Die neue Version kann auf Flexnet heruntergeladen werden. Damit hat HCL das zweite Major-Release in zwei Jahren herausgegeben. Was ist u.a. neu in HCL Domino V11 Die Installationsplattform, die ab Domno [...]

Der Beitrag HCL Domino V11 erschien zuerst auf hedersoft Blog.