← Июль 2010 → | ||||||
1
|
3
|
4
|
||||
---|---|---|---|---|---|---|
6
|
7
|
8
|
10
|
11
|
||
13
|
14
|
15
|
18
|
|||
20
|
21
|
22
|
24
|
25
|
||
27
|
28
|
29
|
31
|
За последние 60 дней 24 выпусков (2-3 раза в неделю)
Открыта:
25-01-2006
Статистика
0 за неделю
Lotus Notes and Domino Application Development wiki
Новости о ПО Lotus Notes1. Для СЭД MasterDoc можно выбрать Windows 7 и Ubuntu 9X благодаря новым возможностям Lotus Notes 8.5.x - nnIT
2. Проект АйТи для ФНС стал лучшим - DOCflow
3. Вышла бета-версия Lotus Notes Traveler от IBM для платформы Android - CNews.ru
4. IBM предлагает новый уровень интеллектуальности для стремительно развивающегося рынка мобильных решений для бизнеса - Почтовый ящик редакции журнала PC Magazine/RE
5. Проект АйТи для ФНС стал лучшим - CNews.ru (пресс-релиз)
6. Lotus Notes Traveler: бета-версия ПО IBM для коллективной работы - для платформы Android - THG
7. Новософт выпустил Handy Backup 6.7 и раскрыл план интеграции бэкап программы с Windows - spbIT.su
8. Компания TechExpert первой в Украине получила право выполнять проекты по миграции с IBM LotusNotes на Microsoft Exchange Server с помощью продуктов Quest ... - B2Blogger.com (пресс-релиз)
Компания ПУЛ - разработка приложений на Lotus Notes/Domino CodeStore. Коды Примеры Шаблоны1. LotusScript: Using Lists to Help Export Domino Names To Exchange | BlogThe other day I mentioned Lists in LotusScript. By coincidence yesterday I found myself using them again. As part of helping a customer migrate from Domino to Exchange I've written them an agent to export all people from their NAB in to a CSV file, which will then be imported to Exchange's address book. For reasons I'm not entirely clear on they needed an extra column adding to the CSV called "Initial". For most people this would simply be "1". If the export found a name that had already exported for another user then the "Initial" column needed to increment to 2 - even though there was a "unique ID" column in the CSV - and so on. So the CSV would look like (ignoring lots of missing columns): First Name, Last Name, Initial Jake, Howlett, 1 John, Smith, 1 Karen, Howlett, 1 John, Smith, 2 Joe, Taylor, 1 John, Smith, 3 Karen, Howlett, 2 You get the idea, right? It turned out doing this was really simple in LotusScript using Lists. Here's how: Dim NameCount List As Integer Dim NameFull As String 'this bit inside a loop of all Person documents (doc) NameFull=LCase(Trim(doc.FirstName(0))+" "+Trim(doc.LastName(0))) If IsElement(NameCount(NameFull)) Then NameCount(NameFull)=NameCount(NameFull)+1 Else NameCount(NameFull)=1 End If Print #fileNum%, doc.FirstName(0)+{,}+doc.LastName(0)+{,}+ CStr(NameCount(NameFull)) In fact it turns out you can simplify that code even further to: Dim NameCount List As Integer Dim NameFull As String 'this bit inside a loop of all Person documents (doc) NameFull=LCase(Trim(doc.FirstName(0))+" "+Trim(doc.LastName(0))) NameCount(NameFull)=NameCount(NameFull)+1 Print #fileNum%, doc.FirstName(0)+{,}+doc.LastName(0)+{,}+ CStr(NameCount(NameFull)) There you go. LotusScript still standing the test of time... 2. Still Learning LotusScript - The DataType Fuinction | BlogIn trying to solve a problem with some code I inherited I stumbled upon the DataType function of LotusScript, which I'd never used before. My code was calling a function and expecting a List of Strings back. Like so: Dim aList as Variant aList = MakeMeAList() Msgbox aList("Foo2") The function which built this list of strings looked something like: Function MakeMeAList() as Variant Dim theList List As String theList("Foo1") = "bar1" theList("Foo2") = "bar2" MakeMeAList = theList End Function Obviously the code was a bit more complicated than that. What it actually did was look for a profile for a supplied username and then return details of the user. If a profile couldn't be found it just added an item to the List called "Error". The trouble with the code was that this error approach didn't seem to work and I just kept on getting "variant doesn't contain a container". The only way I found by which I could safely test whether I'd got a List back was using this new-found DataType function, as below: Dim aList as Variant aList = MakeMeAList() If DataType(aList)=2056 Then 'Variant(2048) + String(8) = 2056 Messagebox aList("Foo2") Else Messagebox "That ain't no list of strings fool!" End If You live and learn. Although whether learning new LotusScript techniques at this point in the game is of any use is likely to be debatable. 3. Manage Notes Client Execution Control Lists Without Scaring Your UsersPromote a secure IBM Lotus Notes environment by implementing execution control lists (ECLs) that give permissions to execute actions on the Notes client only to the appropriate entities. Find out the two types of ECLs that administrators must learn to control as well as the entities that have default control over active content. Learn how and why to use functional accounts to sign agents or actions that cause active content on the Notes client.4. Use IBM Lotus Forms on the cloudIBM Lotus Forms help organizations of all sizes automate their business processes through data capture, review, approval, and submission of eForms. Lotus Forms can be run from the cloud, which significantly lowers the cost of ownership and dramatically increases scalability. In this tutorial, learn how to write a simple application that allows a small car repair company to track its customers using Lotus Forms, and then run it on the cloud using Amazon Elastic Compute Cloud (EC2). No prior cloud computing experience is necessary.5. The Lotus Professional's Guide to Document ManagementDevise a document management strategy for your company or organization based on a firm understanding of the various available types of document management solutions. This one-stop guide for Lotus managers, administrators, and developers provides an overview of document management concepts and terms, a model for understanding the types of solutions that apply to specific needs and requirements, and the factors to consider when choosing a solution. Форумы о Lotus Notes/Domino:
Интенет эфир о Lotus Notes. Блоги и форумы1. Начальник отдела обучения и развития персоналаMS Office (весь пакет), MS DynamicsAX, Lotus Notes, Venta Fax, другие программы.ВОДИТЕЛЬСКОЕ УДОСТОВЕРЕНИЕ:2. Багаева Таисия Анатольевна1C 8.0 Бухгалтерия, Adobe Photoshop, IBM Lotus Notes, Outlook, Банк-Клиент, Консультант+3. Макокина Людмила Олеговна1C 8.0 Торговля и склад, IBM Lotus Notes, MS Active Directory, Microsoft Access, Microsoft Office, QuarkXPress, Консультант+4. Солдатенков Григорий ОлеговичIBM Lotus Notes, Illustrator, Microsoft Excel, Microsoft Office, Microsoft Word5. Бронин Богдан ЛьвовичCorelDraw, IBM Lotus Notes, Internet Explorer, Microsoft Office6. Шастов Константин ВалерьевичAutoCAD, CorelDraw, IBM Lotus Notes, Illustrator, WebMoney7. Лайкина Зинаида Львовна1C 8.0 Торговля и склад, AutoCAD, IBM Lotus Notes, MS Active Directory8. Для СЭД MasterDoc можно выбрать Windows 7 и Ubuntu 9X благодаря новым возможностямДля СЭД MasterDoc можно выбрать Windows 7 и Ubuntu 9X благодаря новым возможностям Lotus Notes 8.5.x: В связи с http://url4.eu/5GQyS9. Администратор сайта/дизайнерWindows, IBM Lotus Notes, Поувер ПоинтXP, AutoCAD 2009 и Internet; юзер ПК и сети интернет Контактная информация "EXCIMER-DM"Для получения адреса, [...]10. Холодарь Ольга ФедоровнаIBM Lotus Notes, InDesign, Консультант+11. Конобеев Вячеслав АркадьевичAutoCAD, CorelDraw, IBM Lotus Notes, InDesign, MS Active Directory, Microsoft PowerPoint, Консультант+12. Булгарова Валентина Викторовна1C 8.0 Торговля и склад, CorelDraw, IBM Lotus Notes, Internet Explorer, MS Active Directory, Microsoft PowerPoint, The Bat, Банк-Клиент13. Мышонкова Ксения ВалентиновнаAdobe Photoshop, IBM Lotus Notes, Банк-Клиент14. Лелькова Александра Тарасовна1C 8.0 Торговля и склад, CorelDraw, IBM Lotus Notes, Microsoft Excel, Microsoft Word, Банк-Клиент, Консультант+15. Step-by-step instructions for installing Lotus Domino Access for Microsoft Outlook (DAMO) 8.0.2Question This document provides stepbystep instructions for installing Lotus Domino Access for Microsoft Outlook (DAMO) 8.0.2. These instructions also apply to installing interim fixes for DAMO 8.0.2. Answer Before you begin Note the following requirements before you begin: You must be running ...16. Басанов Григорий РостиславовичAdobe Photoshop, CorelDraw, IBM Lotus Notes, MS Active Directory, The Bat17. Пантина Виталина Вадимовна1C 7.7 Торговля и склад, 1C 8.0 Торговля и склад, IBM Lotus Notes, Microsoft Excel, Microsoft PowerPoint18. Радюкевич Ольга АртемовнаIBM Lotus Notes, Microsoft Excel19. Дробушевская Алла ДаниловнаIBM Lotus Notes, QuarkXPress, WebMoney20. Марфенин Лев Викторович1C 7.7 Торговля и склад, IBM Lotus Notes, Microsoft Office, Microsoft PowerPoint, Microsoft Word, Outlook, Банк-Клиент21. Рахманинова Виталия АндреевнаIBM Lotus Notes, InDesign, The Bat, Банк-Клиент22. Оноприенко Николай Егорович1C 8.0 Бухгалтерия, IBM Lotus Notes23. Перовская Карина Борисовна1C 8.0 Торговля и склад, IBM Lotus Notes, InDesign, Internet Explorer, QuarkXPress24. Реука Каролина Аркадьевна1C 7.7 Бухгалтерия, 1C 8.0 Бухгалтерия, IBM Lotus Notes, Internet Explorer, Банк-Клиент, Консультант+25. Пимашин Яков СтаниславовичIBM Lotus Notes26. Бражницына Евгения Руслановна1C 7.7 Торговля и склад, Adobe Photoshop, AutoCAD, IBM Lotus Notes, Microsoft PowerPoint, The Bat, WebMoney27. Ушко Светлана Вадимовна1C 7.7 Бухгалтерия, Adobe Photoshop, AutoCAD, IBM Lotus Notes, InDesign, Internet Explorer, Microsoft Excel28. Романенков Ростислав ЯрославовичAutoCAD, CorelDraw, IBM Lotus Notes, WebMoney29. Красноглядов Кирилл ПетровичAutoCAD, IBM Lotus Notes, InDesign, Microsoft Word, Outlook, Банк-Клиент30. Юрьевская Антонина АркадьевнаAutoCAD, CorelDraw, IBM Lotus Notes, Microsoft Access, Microsoft PowerPoint31. Lotus vs YandexНедавно было замечено, что если в web интерфейсе Яндоксовского почтовика используя IE8 вставить текстовый файл, то в тело письма вставляется содержимое этого файла и сам файл как-то прикрепляется к письму.При получении такого письма Батом или при просмотре в web интерфейсе проблем не возникает, а вот если получить такое письмо Lotus'ом, то аттача нет, есть только содержимое этого файла. Возможно ли сказать Lotus'у чтоб он полностью получал письма и на экран выводил не "урезанный" вариант письма? ЗЫ. Причём если к письму прикрепляют не текстовый файл, а например архив, то Lotus всё нормально получает. (видимо яндекс как то криво аттачит текстовые файлы) 32. Обновление Lotus Traveler 8.5 до 8.5.1Кто нить делал?Были ли после этого проблемы с коннетом на клиентах. Народу много просто не хотелось бы что бы отвалились 33. Вышла бета-версия Lotus Notes Traveler от IBM для платформы Android34. Вышла бета-версия Lotus Notes Traveler от IBM для платформы Android http://goo.gl/fb/SLPOrВышла бета-версия Lotus Notes Traveler от IBM для платформы Android http://goo.gl/fb/SLPOr35. Сенчугов Тарас Альбертович1C 7.7 Бухгалтерия, 1C 7.7 Торговля и склад, Adobe Photoshop, IBM Lotus Notes, Internet Explorer, QuarkXPress, The Bat36. Колокольникова Лариса Матвеевна1C 8.0 Торговля и склад, IBM Lotus Notes, Illustrator, InDesign, QuarkXPress37. Богдашкин Денис Игоревич1C 8.0 Торговля и склад, IBM Lotus Notes, InDesign38. Лапухин Александр РуслановичIBM Lotus Notes, Microsoft Access, Microsoft Excel, Банк-Клиент39. Городчанинова Зинаида Вячеславовна1C 8.0 Бухгалтерия, IBM Lotus Notes, Illustrator, The Bat40. Лисовская Камилла Богдановна1C 8.0 Бухгалтерия, CorelDraw, IBM Lotus Notes, Microsoft Office, The Bat, Банк-Клиент41. Гавришова Анна Романовна1C 8.0 Бухгалтерия, IBM Lotus Notes, Microsoft Access, Microsoft Office, The Bat42. Федышин Анатолий Константинович1C 7.7 Бухгалтерия, IBM Lotus Notes43. Вышла бета-версия Lotus Notes Traveler от IBM для платформы Android44. Кострицына Таисия АрсениевнаIBM Lotus Notes, Illustrator, Microsoft Excel, WebMoney, Банк-Клиент45. В Lotus 8.5 есть функция показать количество писем в папках?Добрый день.... 46. Master: mn0ne Мы используем платформу Lotus Notes/Domino с 2001 и ни разу мысли ...Кстати, сама IBM также работает.47. Кузяшин Игорь СтепановичIBM Lotus Notes, Outlook, Консультант+48. Configuring the Lotus Notes Client with GmailLaunch the Lotus Notes Client after installing it: Click Next a. Enter your name b. Uncheck "I want to connect to a Domino Server c. Click Next a. Check "Internet mail serves (POP or IMAP, SMTP) b. Click Next a. Enter Gmail incoming mail server "pop.gmail.com" b. Click Next a. Enter your email ...49. Писемская Светлана Валентиновна1C 7.7 Бухгалтерия, AutoCAD, IBM Lotus Notes, Illustrator, Microsoft Excel, Microsoft Office, Microsoft PowerPoint50. Task Coach 1.0.6Значит программа комично возникла в следствии неудовлетворенности легкодоступными нынче менеджерами задач, к примеру Outlook либо Lotus Notes, которые не владеют приборами для творения по-хорошему трудоемких задач.51. Сенько Александра ВадимовнаAdobe Photoshop, IBM Lotus Notes, Illustrator, Microsoft Access, Microsoft Word, The Bat, Консультант+52. Устюшина Ксения Георгиевна1C 7.7 Бухгалтерия, Adobe Photoshop, IBM Lotus Notes, Illustrator, Microsoft PowerPoint, Банк-Клиент, Консультант+53. Калинина Жанна ВладиславовнаAdobe Photoshop, AutoCAD, IBM Lotus Notes, Консультант+54. Беззубенко Раиса ЮрьевнаCorelDraw, IBM Lotus Notes, Illustrator, Microsoft PowerPoint, WebMoney55. Ульянова Оксана Степановна1C 8.0 Торговля и склад, IBM Lotus Notes, Microsoft PowerPoint, QuarkXPress, The Bat, Консультант+56. Прозоркин Станислав ВячеславовичAutoCAD, CorelDraw, IBM Lotus Notes, Illustrator, Банк-Клиент57. Глинский Михаил Вячеславович1C 7.7 Торговля и склад, Adobe Photoshop, IBM Lotus Notes, Illustrator, Internet Explorer, Microsoft PowerPoint, Microsoft Word58. Голубева Ангелина Александровна1C 7.7 Бухгалтерия, 1C 7.7 Торговля и склад, 1C 8.0 Торговля и склад, IBM Lotus Notes, InDesign, The Bat, Консультант+59. Бутакова Анна СергеевнаAutoCAD, IBM Lotus Notes, Microsoft Word60. Грушицкая Марианна Афанасьевна1C 8.0 Бухгалтерия, 1C 8.0 Торговля и склад, CorelDraw, IBM Lotus Notes, Microsoft PowerPoint, The Bat61. Невтонов Алексей Филиппович1C 7.7 Торговля и склад, IBM Lotus Notes, Internet Explorer, MS Active Directory, Microsoft Word, Банк-Клиент62. Гришанина Александра Артемовна1C 7.7 Бухгалтерия, 1C 8.0 Торговля и склад, IBM Lotus Notes, InDesign, Internet Explorer, Банк-Клиент63. Лавочников Петр Дмитриевич1C 7.7 Бухгалтерия, 1C 8.0 Торговля и склад, AutoCAD, IBM Lotus Notes, Internet Explorer, MS Active Directory, Microsoft Access, Microsoft Office64. Собольщиков Николай Тарасович1C 8.0 Торговля и склад, IBM Lotus Notes, Illustrator, InDesign, Microsoft Access, WebMoney65. Батюшкина Анжелика РомановнаIBM Lotus Notes, Illustrator, WebMoney66. Веремеева Алина Геннадьевна1C 7.7 Бухгалтерия, AutoCAD, IBM Lotus Notes, Illustrator, MS Active Directory, Outlook, Банк-Клиент67. Виноходова Олеся Вадимовна1C 8.0 Бухгалтерия, IBM Lotus Notes, MS Active Directory, Microsoft Access, The Bat68. Башмаков Валентин ВикторовичIBM Lotus Notes, InDesign, Microsoft Office, Outlook, WebMoney, Банк-Клиент69. Родионычева Жанна Валентиновна1C 7.7 Бухгалтерия, 1C 8.0 Бухгалтерия, Adobe Photoshop, IBM Lotus Notes, Internet Explorer, The Bat70. Master: mn0ne А если брать IBM Lotus Notes как корпоративный инструмент для ...Master: @mn0ne А если брать IBM Lotus Notes как корпоративный инструмент для электронной совместной работы, то это один из лидеров корпор. рынка71. Master: mn0ne Если сравнивать IBM Lotus Notes сугубо с "почтовым" ПО, да и не с ...Master: @mn0ne Если сравнивать IBM Lotus Notes сугубо с "почтовым" ПО, да и не с корпоративным, то возможно оно и "неповоротливое" (ресурсоемкое).72. Master: Lotus Notes Traveler: бета- ...Lotus Notes Traveler: бета-версія ПЗ IBM для корпоративної електронної колективной роботи - для платформы Android http://bit.ly/bUWsMG73. Ростовцев Егор ДенисовичCorelDraw, IBM Lotus Notes, InDesign, Internet Explorer, Microsoft Office, Microsoft PowerPoint74. Белощек Нина Ивановна1C 7.7 Торговля и склад, AutoCAD, IBM Lotus Notes, Illustrator, Microsoft Access, Microsoft Excel, The Bat, WebMoney75. Романко Евгения РомановнаIBM Lotus Notes, Outlook, QuarkXPress76. Administering IBM WebSphere Portal 6.1.0 and 6.1.5: A workshopThe goal of this white paper is to explain the various administration and configuration tools offered by IBM WebSphere Portal. Learn which tool to use for which task and about the new capabilities of WebSphere Portal 6.1.5, and understand differences from previous versions of WebSphere Portal. We take you through exercises for each tool so you can learn hands-on how to use the different tools.77. Using an alternate nameWhat's the difference between an alternate name and an alias? An alternate name is a fully authenticated name, and an alias is not fully authenticated. title Choosing an alternate name language will let you display alternate names throughout Notes. For example, if you select Japanese, ...78. To specify multilingual Internet mail formattingIn standard Notes Click File Preferences. Macintosh OS X users: Click Lotus Notes Preferences. Click the plus sign beside Mail, and then click Internet. Under Multilingual Internet mail format, click one of the available options. Use Unicode (UTF8) This option works for sending mail to ...79. Sort mail or documentsin a different languageIn standard Notes Click File Preferences. Macintosh OS X users: Click Lotus Notes Preferences. Click Regional Settings. Click the Change button for Sorting. Optional: Select Display all sort rules to see a list of languages. Optional: If you use Unicode fonts, click Unicode standard ...80. Lotus Traveler v8.5.2 BetaI finally took the time downloading and installing LND v8.5.2, Lotus Notes Traveler v8.5.2 and the corresponding patches. Primary goal of the upgrade was to achieve support for Android 2.x as we are testingimplementing Android based HTC LegendDesire. After installation I found my web ...81. После переноса сервера на новое железо БД начали тормозитьВсем добрый день.Подскажите, пожалуйста, у кого был опыт переноса сервера на новое железо. Почтовый сервер Lotus Domino 7.0.2 был перенесен на новое железо, почти такое же по производительности (перенос был сделан из за того что на старом железе были сильно изношены жесткие диски). На операционку Windows Server 2003 на новом железе был проинсталирован такой же сервер Domino 7.0.2. После чего подсунуты все почтовые БД, admin4, certlog, event4, names и notes.ini. Сетевые настройки винды, в особенности днс на новом сервере такие же как были на старом. (старый сервер сейчас имеет другие сетевые настройки). Последствия: У пользователей тормозит открытие их почтовой БД и открытие серверной адресной книги из Domino Directory. Прошло уже 2 недели с момента переноса, сначала можно было сослаться на то что сетевое оборудование не обновило таблицы маршрутизации, но и через 2 недели ситуация не изменилась. Замечено, что такая проблема появляется только у пользователей у которых клиент Lotus Notes 7.0.2 на Windows Vista и 7. Причем, если на компе пользователя убивать cache.ndk, то все открывается быстро, но через пару дней кэш опять заполняется и начинаются опять тормоза и нужно опять удалять кэш. На XP подобных проблем не возникает. Names.nsf была проиндексирована заново на новом железе. Результата это пока не дало. Поделитесь, пожалуйста опытом, как можно попробовать решить этот трабл. 82. IBM Lotus Notes and Lotus iNotes 8.5.1 on Citrix XenApp 4.5/5.0: A scalability analysisThis white paper provides an overview and recommendations for how to get the most from your IBM Lotus Notes 8.5.1 client on the new Citrix XenApp 5.0 server. In particular, we show that, by tuning your environment so that you get the most from your applications, you can realize significant improvements in running the Notes client on XenApp. This is true for both the standard and the basic configurations of Lotus Notes. Moreover, the new support for Microsoft Windows 2008 SP2 by Notes 8.5.1 together with memory improvements means we can scale to even higher numbers than before at a much reduced cost. Also presented are the testing environment, tuning parameters, and the workflows that were executed to gather the scalability data on Notes 8.5.1. Блиц-опрос
Вакансии для специалистов1. Field Operations/Processing Support - SAP, Lotus NotesDownload U.S. Time Card Download Puerto Rico Time Card Field Operations/Processing Support - SAP, Lotus Notes Posted on: 05/24/10 Job Number: 300190-6948-10-260861 ...2. Systems Consultant 2 - Lotus Notes SupportTitle: Systems Consultant 2 - Lotus Notes Support Location: Minnesota-Saint Paul Lotus Notes Email Administrator: Role: Supports the company-wide Lotus Notes messaging system. Responsible for analyse...3. SENIOR LOTUS NOTES DEVELOPER/IT PROJECT MANAGERPosting Date:04/09/2010 Job Number:HR08732 Job Title:SENIOR LOTUS NOTES DEVELOPER/IT PROJECT MANAGER Work Schedule:M, T, W, Th, F - 08:00 AM - 05:00 PM Shift Detail:1st Job Location:Phoeni...4. Messaging Administrator (Lotus Notes)Position Title Messaging Administrator (Lotus Notes) Location US - District of Columbia - Washington(US Courts)(DC03) Daily Responsibilities SRA is seeking an Messaging Administrator to jo...5. Lotus Notes Email AdministratorLotus Notes Email Administrator Job ID: IL10186 Location: US-IL-Chicago Experience (Years): 6 Posted Date: 6/18/2010 Apply for this job: Your application choices are: * Apply for this jobonline...6. Lotus Notes DeveloperLotus Notes Developer Full Time Regular posted 1/28/2010 Job Category MIS - Info Tech / Telecommunications Req ID 166416 Able to obtain security clearance? None Currently posses...7. Lotus Notes Developer (CF)Lotus Notes Developer (CF) Full Time Regular posted 4/8/2010 Job Category MIS - Info Tech / Telecommunications Req ID 171244 Able to obtain security clearance? None Currently po...8. Lotus Notes DeveloperLotus Notes Developer Full Time Regular posted 10/16/2009 Job Category MIS - Info Tech / Telecommunications Req ID 159027 Able to obtain security clearance? None Currently posse...9. Lotus Notes DeveloperLotus Notes Developer Full Time Regular posted 10/14/2009 Job Category MIS - Info Tech / Telecommunications Req ID 158834 Able to obtain security clearance? None Currently posse...10. Lotus Notes DeveloperLotus Notes Developer Full Time Regular posted 10/13/2009 Job Category MIS - Info Tech / Telecommunications Req ID 158730 Able to obtain security clearance? None Currently posse...Закладки о Lotus Notes1. Lotus Notes and Domino Application Development wiki2. jmp206 - Lotus Domino Web Services JumpstartA 2-hour 'jumpstart' presentation from Lotusphere 20083. wissel.net :: Designing a CRUD Webservice for a Domino Form4. A web service consumer example - Lotus Notes Domino - development - Creative design and development - Wohill5. Practical Web services in IBM Lotus Domino 7: Writing and testing simple Web servicesIn the second article in our Web services series, we show you how to write simple Web services in IBM Lotus Domino V7.0 that accept and return simple data types, arrays, and InOut parameters. We also discuss several test methods, using tools such as soapUI, Eclipse, MSSOAP toolkit, and Apache Axis.6. Harmonizing SharePoint 2010 and Lotus Notes - an effective collaboration strategy, from Mainsoft Corp. - Webcasts and audiocasts with leading IT vendors -- courtesy of TechRepublic7. OpenNTF.org - Open Source Community for Lotus Notes Domino8. Enterprise Edition9. developerWorks spaces: Lotus Notes Command Line Email Clientvalue10. Domiclipse11. Daniel Nashed's Blog12. READING, MODIFYING, AND SAVING IMAGES PROGRAMMATICALLY13. nsftools.com - The Latest Blog14. Gary Devendorf Blog15. IBM Self-paced training options16. Musings: Upgrading to ubuntu lucid x64 and Lotus Notesneed to getlibs -p libesd0 after upgrade to lucid x86_6417. Manipulating Design Elements with LotusScript (or Java)18. Online Courses - XPages101 - XPages Training19. jbattenf's Bookmarks on Delicious20. Integrating IBM Lotus Notes with IBM Lotus Symphony using LotusScript and the Lotus Symphony Toolkit21. Notes / Eclipse / Lotus Expeditor mapping - lekkimworld.comИсточники знаний. Сайты с книгами
По вопросам спонсорства, публикации материалов, участия обращайтесь к ведущему рассылку LotusDomiNotes |
В избранное | ||