Use tools from ikvm.net to generate .NET libraries out of java code.
|
||||||
|
Was working on the software based on Novell Identity Management (IDM). IDM software package includes a peace of software called User Application – UA. It is user portal software which supports skins or templates. I had a lot of trouble to collect all the info needed to produce a custom theme. Novell documentation is incomplete and Novell forums are difficult to search and navigate. But after some time I managed.
To deploy war file manually drop it into folder similar to this: c:\Novell\idm\jboss\server\IDMProv\deploy Internet explorer fails to open popup window using window.open() if the name for the window contains at least minus symbol ‘-’. I guess it will fail in case of any other strange symbol.
<html>
<body>
<script language="javascript" type="text/javascript">
function illegal() {
window.open("http://are.ehibou.com", "aaa-aaa");
}
function legal() {
window.open("http://are.ehibou.com", "aaaaaa");
}
</script>
<a href="javascript:illegal()">Illegal</a> <a href="javascript:legal()">Legal</a>
</body>
</html>
|
||||||
|
Copyright © 2012 are.ehibou.com - All Rights Reserved Compression Plugin made by Web Hosting |
||||||