Promote 3 Demote | Open Source project for client code to integrate notes with SOA type middlewareWouldn't it be usefull to have some client code to easily connect Lotus Notes (client and server) with openSource and commercial "soa-middleware" (own term, might be wrong) like activeMQ, Websphere MQ, apache Mule, Websphere Process Server, etc.? I once worked in a project where they had integration from notes with ... |
Promote 15 Demote | jar hell sanity check programHi, it can cause difficult to track problems, if on a notes server (or client also) some jar files are missing or older versions are still present for some reason. For example look at that technote: tinyurl.com/6oc725 . I guess a lot of admins and developers don't know how ... |
Promote 16 Demote | Some member in NotesDXLImporter to inform about compile issuesWith notesDxlImporter we can insert code in for example database scripts. In the process the compiler tries to automatically compile this fresh code. Unfortuatedly I get no information about if the code actually did compile or did not due to errors in the inserted code in the new environment like ... |
Promote 23 Demote | NotesDXLImporter class should learn to talkNotesDXLImporter is more than 4 years old. 4 year old should be able to speak. It currently only can utter this "DXLImport operation failed message". It could do much better. I work quite a lot with Java open Source frameworks with truckloads of xml. When there is an err in ... |
Promote 25 Demote | Documentation for LotusScript xml apis needs reworkOver the years I have learnt to trust the designer and admin documentation. Especially the examples are often to the point and very usefull. Unfortunatedly for newer LotusScript classes I see something which might be interpreted as kind of a degeneration of the good practices of the past. General pattern ... |
Promote -9 Demote | add Groovy support natively to Notes Java ProgrammingGroovy is getting more and more interest in the Java community. Its kind of faster to write, especially if you implement detail-rich business logic, which is typical for Domino projects. Groovy might even be easier to learn than full blown Java and as a language its far more feature rich ... |
Promote -10 Demote | error messages from the http engine should have some configuration facilityThe following scenario: 1. A web-form makes ajax calls against a domino agent. 2. User starts to work on a document on his web client. 3. User plays WII tennis match with his collegue. 4. User returns to his document and presses an ajax enabled button. Unfortunatedly in the meantime ... |
Promote 22 Demote | a dojo wikiBecomming good enough in those things ajax is kind of a learning curve. Now Lotus has anounced that dojo is their favourite library. And I think this anouncement creates interest in dojo even among us more or less proficient prototype, jquery,ex.nd users or pure-javaScript aficionados. As a bibliophile developer I ... |
Promote 1 Demote | IBM should sponsor a 3 article series of Best Lotus Blogger Award winnerHi, I have heard that developerworks does pay pretty decent for external authors. Now in the Lotus community there is this "Best Lotus Blogger Award" voted by the wider public. For developerworks Java there are often article series by Rick Hightower and other folks from the wider Java community. ... |
Promote 23 Demote | Add IDE capabilities for JavaScript in Eclipse-based DesignerDomino is used a lot for web programming. With ajax and all those new libraries like prototype, ext and dojo JavaScript experienced a major boost. Now this language and its implementation as scripting language browsers has its own quirks. It would be great, if the Domino Designer on Eclipse (8.5) ... |
Promote 27 Demote | Publish at least some presentation in a 4 to 7 month time period after the showEach year the Belgium Java User Group runs an excelent conference in Antwerp. Even better 5 or 6 years ago they have started to publish a lot of the presentations as videos on this website: www.parleys.com/display/PARLEYS/Home . With the time, the website turned into a focal point for other european ... |
Promote 9 Demote | Tool for documenting Dhtml-componentsIf you start working with an existing Domino Web Database, smart people who have worked on it before you, tend to have used existing widgets. Those often consist of some client code, a css-file and some javaScript files. The newer they are, the more they tend to use javaScript libraries ... |
Promote 10 Demote | Option to disable syntax check for scripting languages (like javaScript)I haven't checked Notes8, but in Domino7 its not possible to save prototype.js version 1.6 in a java-Scriptlibrary. The editor finds a test for equality (==) mistyped as assignment? because of this statement: if (match = source.match(pattern)) { // stuff } Some purist might not like it, but ... |
Promote 4 Demote | A notes formula engine parser in java with ANTLR |
Promote 32 Demote | Open Process to enhance Domino HTTP Engine in Release 9(I droped mentioning xhtml after reading Stan Rogers comment). Bob Balaban has mentioned on his blog that there might be some ideas to modernize the Domino HTTP engine for a later release. I think this is getting more and more important for different reasons: - we now have ... |
Promote 53 Demote | Make Notes Ready for Version Control Systems (like cvs, subversion and Rational Clear Case) Version Control Systems are pretty agnostic towards the programming language being used. The only important requirement for being usefull is, that the design elements of the application (in this case Notes Database) can be sliced in smaller entities. Now it would be great 1. if all design elements (like notes-form, ... |
Promote 17 Demote | Special Builder for Notes Java compilation, once Designer on Eclipse |
Promote 24 Demote | Validity Schema for Notes DocumentsThis proposal is going to be a bit disruptive, but a purely optional enhancement only to be added when needed. Lotus Notes is especially popular for its very tolerant database. You can simply add a field to a document or a form. You don't have to change the database schema ... |
Promote 15 Demote | Facility to bind java objects to a Notes DatabaseUsing high quality java open source projects for specific tasks has a potential to make Notes development a lot easier. At least this is my experience. Now a lot of those java os frameworks use some costly to create long live service objects. To mention a few examples: HibernateSessionFactory, or ... |
Promote 36 Demote | internationalization tables as new design elementThe Global workbench is a bit dated. And in Europe internationalization is a real important issue. Lots of mergers over language borders and even inside companies its quite usual that some folks doesn't speak the language of the country they are working very good. Ulrich Krause has a propal, which I ... |
Promote 4 Demote | License Process with the Installation Manager should be simplifiedMany moons ago I've installed a trial version of RAD. As a employee for a business partner I can use the full version for testing & learning. When I install the full version over the trial version, I get a message, that I can't create a Portlet project, because of ... |
Promote 16 Demote | Implement an XPath based selection API for LotusScript like in JDom |
Promote 32 Demote | More samples, tutorials for Composite Apps... especially integrating other eclipse plug-ins or subprojects. The tutorial posted in Notes.Net few days ago was a good start. But more would be usefull. Maybe tutorials targeted at different user audiences (those who allready have some experience with Eclipse-plug-in, those who have not, etc., those who are also Lotus ... |
Promote 5 Demote | Create a mock framework for Domino Java API |