29 | Allow me to write binary data to the response stream in LS and Java.Peter LaComb677 - 08 2007 / (1) I'd really like to be able to send a file attachment as a response without a redirect (since I'm creating the file in memory, I don't want to save it and then purge it at some later date). |
20 | Allow Administrator the termination of running Java AgentsMichael Gollmick401 - 26 2010 / (1) There is no way to terminate a Java agent that is running (and probably hung). As this (probably hung) agent is blocking agent manager from executing any other agent in the same database in some cases only a server restart will help. Weighting the impact of a server restart against ... |
16 | Give Domino an up-to-date Servlet EngineDavid Schiffer293 - 16 2010 / (2) Please give Domino an up-to-date servlet engine, so we could do really cool things like embedding liferay or ...
No I do not want websphere.
Domino has already an servlet engine but it is very very very old - so why not an update?
David |
15 | Facility to bind java objects to a Notes DatabaseAxel Janssen4993 - 17 2007 / (3) Using 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 ... |
15 | jar hell sanity check programAxel Janssen4993 - 26 2008 / (0) Hi, 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 ... |
15 | Support the XML files XPages components, and Java deployments to a server using .NSFsMike Woolsey2784 - 10 2011 / (2) Right now new XPages and the managed beans XML files need to be placed directly on-disk to the server. I'd like the ability to set up these files, and thus replicate them to other servers in the network, using NSFs. Obviously the access controls here would be provided to ... |
14 | faster response of JVM prints to log.nsfFrantisek Kossuth220 - 02 2009 / (0) Developing XPages involves many peeks into log. nsf. But prints from java or javascript code take very long time to show up (roughly half minute).
Is there a way to speed it up (flush the print buffer)? |