User jm04469 - Stack Overflow most recent 30 from stackoverflow.com 2009-12-21T11:44:52Z http://stackoverflow.com/feeds/user/85095 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/944020/best-practices-for-defining-patternlayout-when-using-log4j-syslogappender 0 Best Practices for defining PatternLayout when using Log4j SyslogAppender jm04469 2009-06-03T10:22:15Z 2009-12-21T00:00:01Z <p>For those who are developing applications that are under PCI scope, where the guidance suggests that you should store your application logs on another tier, remoting to a syslog server elsewhere feels like a best practice.</p> <p>The question becomes, what should the PatternLayout look like that best enables folks to review their logs at least daily?</p> http://stackoverflow.com/questions/955399/is-there-a-reason-why-software-developers-arent-externalizing-authorization 13 Is there a reason why software developers aren't externalizing authorization? jm04469 2009-06-05T11:23:08Z 2009-12-20T01:04:54Z <p>The value proposition of externalizing identity is starting to increase where many sites now accept OpenID, CardSpace or federated identity. However, many developers haven't yet taken the next step to externalize authorization and use approaches based on XACML.</p> <p>Is the reason lack of awareness or something else? How would you expect to learn about <a href="http://en.wikipedia.org/wiki/XACML" rel="nofollow">XACML</a>-based approaches to software development?</p> <p>Please note that I am asking about authorization, not authentication.</p> http://stackoverflow.com/questions/701002/what-are-the-characteristics-of-a-well-designed-jmx-mbean 4 What are the characteristics of a well-designed JMX MBean jm04469 2009-03-31T13:37:39Z 2009-11-30T12:24:58Z <p>What are some of the best practices in designing a JMX MBean? Any examples of ones you feel are especially useful?</p> http://stackoverflow.com/questions/980475/how-do-i-accomplish-the-following-in-ldap 1 How do I accomplish the following in LDAP? jm04469 2009-06-11T10:54:24Z 2009-11-30T06:00:02Z <p>I would like to accomplish this goal using AD/ADAM</p> <ul> <li>The ability to make an email or other attributeClass as part of inetOrgPerson globally unique across entries</li> <li>The ability to attach a regular expression to an attribute for validation purposes</li> <li>The ability to provide a constraint of enumerated choices such as choosing from a list of valid state codes in a state attributeClass</li> </ul> http://stackoverflow.com/questions/1500907/smalltalk-compilers-that-target-either-java-net-or-ruby 3 Smalltalk compilers that target either Java, .NET or Ruby jm04469 2009-09-30T22:04:42Z 2009-11-18T11:44:43Z <p>Looking for a Smalltalk compiler that given Smalltalk (Instantiations) will emit either Java bytecode, .NET CLR or Ruby. Not looking for porting utilities as I want to leave the application in Smalltalk.</p> <p>I have googled for solutions and ran across a company who had a website (<a href="http://www.smalltalkmigrations.com/" rel="nofollow">http://www.smalltalkmigrations.com/</a>) but it seems as if they are no longer in business and looking for other options.</p> http://stackoverflow.com/questions/904700/adding-stackless-threading-to-bsd-kernel 0 Adding stackless threading to BSD Kernel? jm04469 2009-05-24T21:28:26Z 2009-11-12T18:12:44Z <p><a href="http://www.ironport.com/" rel="nofollow">IronPort</a> developed a stackless threading model that allows the IronPort appliance to support more than 10,000 simultaneous connections in contrast to the 100 connections supported on a traditional OS. </p> <p>If one wanted to do the same but to make it open source, where should they start?</p> http://stackoverflow.com/questions/764735/any-experience-with-sanos-operating-system-kernel 0 Any experience with SANOS operating system kernel? jm04469 2009-04-19T02:53:03Z 2009-11-10T06:34:49Z <p>I was browsing for an open source kernel when I ran across <a href="http://www.jbox.dk/sanos/index.htm" rel="nofollow">SANOS</a> which feels like something worth keeping alive as open source. To bring it up to modern standards, the following enhancements need to occur:</p> <ul> <li>Support for Multiple CPUs/Cores </li> <li>Add IPv6 (currently only supports IPv4)</li> <li>Ability to run 8192 concurrent threads</li> <li>Ability to support additional emulation required for JDK 1.6</li> </ul> <p>So, I have the following questions:</p> <ol> <li>Does anyone here have experiences they would like to share using sanos?</li> <li>What is the most expedient way to attract others who would like to contribute time to make it better?</li> <li>In what ways is it better than either the kernel used in BSD and/or Linux?</li> <li>Is there merit in porting Ruby to this platform?</li> </ol> http://stackoverflow.com/questions/1689464/open-source-equivalents-to-erwin 2 Open Source Equivalents to Erwin jm04469 2009-11-06T18:37:42Z 2009-11-09T06:02:47Z <p>I am aware of CA/Erwin community edition but it is constrained to 25 objects. I have also tried modeling in Visio which was painful. Curious to learn of any open source equivalents that not only pictorially allow for relational modeling but can also generate DDL.</p> http://stackoverflow.com/questions/1026946/using-twitter-as-a-mechanism-to-remote-control-applications 10 Using Twitter as a mechanism to remote control applications? jm04469 2009-06-22T12:30:28Z 2009-11-08T01:00:56Z <p>I was brainstorming interesting usages of Twitter and came up with the following:</p> <ul> <li>An application can use it as a call home mechanism</li> <li>An application that has an invalid license could broadcast its location</li> <li>A software company could use it as a remote shell like interface and issue commands to shutdown, restart and to publish patches</li> <li>An application can use it for heartbeat purposes</li> </ul> <p>Has anyone else came up with other non-standard usages of Twitter?</p> http://stackoverflow.com/questions/1689459/data-modeling-for-eav 0 Data Modeling for EAV jm04469 2009-11-06T18:35:14Z 2009-11-06T18:35:14Z <p>How are others using relational modeling tools to map a logical model or one in third normal form to a database that uses EAV?</p> http://stackoverflow.com/questions/861221/a-java-plugin-framework-that-supports-jars 0 A Java Plugin Framework that supports JARs jm04469 2009-05-14T01:52:49Z 2009-10-23T13:56:03Z <p>More specifically, is there any Java plugin frameworks have all of the below features:</p> <ul> <li>Support for multiple JAR files</li> <li>JARs can be signed and/or sealed</li> <li>Can perform a license check for each JAR prior to instantiation</li> <li>Can load multiple JARs using multiple threads</li> </ul> http://stackoverflow.com/questions/788858/what-is-the-best-conference-in-the-united-states-for-software-developers 2 What is the best conference in the United States for Software Developers jm04469 2009-04-25T12:50:40Z 2009-10-13T19:01:21Z <p>Nowadays, it seems like conferences for software developers are disappearing. The last one I attended was the <a href="http://www.tulsatechfest.com/" rel="nofollow">Tulsa TechFest</a> and <a href="http://www.owasp.org/index.php/Hartford" rel="nofollow">OWASP Hartford</a>. I am curious if there are events that are not on my radar that should be? The criteria I seek:</p> <ul> <li>Multiple day format</li> <li>Speakers are practitioners, not vendors and industry analysts</li> <li>Under $400</li> <li>In an area where hotel rooms can be had for around $100 a night</li> <li>Decent food</li> </ul> http://stackoverflow.com/questions/1500892/shopping-cart-functionality-that-supports-mlm 0 Shopping Cart Functionality that supports MLM jm04469 2009-09-30T22:00:32Z 2009-09-30T22:00:32Z <p>I am looking to duplicate functionality of a site I frequently use to purchase my own organic food and vitamins (<a href="http://www.iherb.com" rel="nofollow">http://www.iherb.com</a>) whereby for users on the first order, they receive $5 off along with free shipping. </p> <p>If you enter the coupon code: GOV193 you get the $5 off. Likewise, you can generate future discounts based on the code assigned to you at checkout when you share with others. Looking for shopping carts that have already implemented this function.</p> http://stackoverflow.com/questions/760430/modeling-tools-that-understand-both-relational-and-ldap 0 Modeling Tools that understand both Relational and LDAP jm04469 2009-04-17T13:32:36Z 2009-09-25T22:00:01Z <p>I am looking to do some modeling and would like to have a tool that can capture not only a relational model like ERWIN but also allow us to easily port to LDAP as an option.</p> <p>NOTE: Visio can connect to an existing LDAP server and draw, but does not allow for you to model first and then deploy, unlike its relational capabilities.</p> http://stackoverflow.com/questions/1193220/how-can-i-make-captcha-work-across-multiple-pages 0 How can I make CAPTCHA work across multiple pages? jm04469 2009-07-28T10:24:40Z 2009-09-23T06:00:02Z <p>Ever visit a website such as myspace where they leverage CAPTCHA to prevent spam? The typical pattern is to present a challenge to each URL that is opened, yet the challenge doesn't actually belong to the page itself which causes additional bandwidth usage.</p> <p>So, if I open up six pages at the same time and want to present a challenge on each page. I want the challenge to be tied to the page and not to the session. How can I make this work with Spring and/or Struts.</p> http://stackoverflow.com/questions/1205793/java-frameworks-that-support-entity-attribute-value-models 1 Java Frameworks that support Entity-Attribute-Value Models jm04469 2009-07-30T10:40:38Z 2009-09-17T11:00:01Z <p>I am interested in developing a portal-based application that works with <a href="http://en.wikipedia.org/wiki/Entity-Attribute-Value%5Fmodel" rel="nofollow">EAV models</a> and would like to know if there are any Java frameworks that aid in this type of development?</p> <p>salesforce.com uses EAV and currently has twenty tables. The framework I seek should allow it to be configurable to different EAV implementations</p> http://stackoverflow.com/questions/1119587/owasp-consider-regenerating-a-new-session-upon-successful-authentication-or-privi/1414892#1414892 1 Answer by jm04469 for OWASP Consider regenerating a new session upon successful authentication or privilege level change. jm04469 2009-09-12T11:16:37Z 2009-09-12T11:16:37Z <p>Depending on the language you are using, you would simply call something like session.invalidate() and then redirect which would create a new session.</p> http://stackoverflow.com/questions/760309/ide-plugins-for-developing-jmx-model-mbeans 0 IDE plugins for developing JMX Model MBeans jm04469 2009-04-17T12:58:32Z 2009-09-11T22:59:59Z <p>I am looking for a plugin that helps developers create JMX Model MBeans that works with either Eclipse and/or Netbeans. I am aware of the JMX Plugin for Netbeans that allows for creating of simple MBeans but looking for something more advanced.</p> http://stackoverflow.com/questions/1043271/storing-password-reset-questions-in-ldap 2 Storing Password Reset Questions in LDAP jm04469 2009-06-25T10:56:16Z 2009-08-29T16:53:11Z <p>I want to store answers to password reset questions in LDAP. I know that the answers should be hashed with a salt. I would like insight into the following:</p> <ul> <li>What attributeClass should we use?</li> <li>Is it possible to get the LDAP server to perform the hashing operations?</li> <li>Is there a way to use the LDAP compare operation if the container doesn't expose how it performs hashing?</li> <li>Does the answer vary depending on which directory service vendor you go with?</li> <li>Is it possible to extend the password attributeClass for this purpose?</li> </ul> http://stackoverflow.com/questions/793155/choosing-an-rdn-for-new-objectclasses-in-ldap 1 Choosing an RDN for new objectClasses in LDAP? jm04469 2009-04-27T11:46:51Z 2009-08-25T15:51:10Z <p>What are the best practices for choosing an RDN when creating new objectClasses in LDAP? I know you can choose from uid, cn, ou, and so on, but what practices should one follow?</p> http://stackoverflow.com/questions/1322422/how-to-separate-enterprise-logging-file-in-eventtype/1322472#1322472 0 Answer by jm04469 for How to separate Enterprise Logging file in EventType? jm04469 2009-08-24T13:38:02Z 2009-08-24T13:38:02Z <p>You can implement filters for this purpose or alternatively write them using different appenders.</p> http://stackoverflow.com/questions/1322336/how-to-implement-singleton-like-ejb3-0-bean/1322469#1322469 0 Answer by jm04469 for How to implement Singleton-like EJB3.0 bean? jm04469 2009-08-24T13:37:10Z 2009-08-24T13:37:10Z <p>If you are running on Weblogic server, it is actually possible to implement a singleton bean that is also cluster-aware. I don't believe this feature exists on other application servers though.</p> http://stackoverflow.com/questions/960357/are-there-faster-xml-parsers-in-java-than-xalan-xerces 6 Are there faster XML parsers in Java than Xalan/Xerces jm04469 2009-06-06T19:30:55Z 2009-08-18T01:00:55Z <p>I haven't found many ways to increase the performance of a Java application that does intensive XML processing other than to leverage hardware such as Tarari or Datapower. Does anyone know of any open source ways to accelerate XML parsing?</p> http://stackoverflow.com/questions/1284362/making-jaas-loginmodule-case-insensitive 0 Making JAAS LoginModule Case-Insensitive jm04469 2009-08-16T13:59:54Z 2009-08-16T13:59:54Z <p>I am using JAAS to authenticate against Microsoft Active Directory and unlike AD its current behavior is case-sensitive. Does anyone have any tips on making JAAS LoginModules case-insensitive?</p> http://stackoverflow.com/questions/1037798/secure-xml-parsers 0 Secure XML Parsers jm04469 2009-06-24T11:33:45Z 2009-08-14T03:12:26Z <p>In typical Java applications, the XML parsers is XALAN/XERCES but they were not written with security in mind. I am curious to know if there are parsers that are more robust when it comes to security.</p> http://stackoverflow.com/questions/1125138/how-does-web-design-differ-for-saas-over-traditional-websites 2 How does Web Design differ for SAAS over traditional websites? jm04469 2009-07-14T12:46:00Z 2009-08-12T18:09:31Z <p>Looking for guidance on how UI design differs for multitenant applications. Pointers to whitepapers and blog entries greatly appreciated.</p> http://stackoverflow.com/questions/1242455/where-can-i-find-sql-statements-to-create-eav-model 0 Where can I find SQL statements to create EAV model? jm04469 2009-08-07T01:33:08Z 2009-08-09T07:56:19Z <p>Alternatively, anyone know of where I can get the EAV model for Erwin?</p> http://stackoverflow.com/questions/775059/open-source-spml-to-ldap-gateways 0 Open Source SPML to LDAP Gateways jm04469 2009-04-21T23:10:05Z 2009-07-31T11:15:18Z <p>I recently ran across <a href="http://www.google.com/url?sa=t&amp;source=web&amp;ct=res&amp;cd=1&amp;url=http%3A%2F%2Fblogs.sun.com%2Fmwhite%2Fentry%2Fproject%5Fkeychain%5Fspml%5Fgateway%5Ffor&amp;ei=5lHuSZeaOpvItgf2%5FfXLDw&amp;rct=j&amp;q=spml+keychain&amp;usg=AFQjCNHWhYPd9nmC5jxg%5FD0wmJ7QftTy9A" rel="nofollow">Project Keychain</a> and wanted to know if there are any other SPML to LDAP gateways that are open source. Implementation language does not matter.</p> http://stackoverflow.com/questions/717105/what-are-the-best-practices-in-building-multi-tenancy-applications 3 What are the best practices in building multi-tenancy applications? jm04469 2009-04-04T13:42:02Z 2009-07-31T11:01:43Z <p>What are the best practices in building applications that support multiple tenants such as Software as a Service?</p> <p>Links to white papers that expand on this topic are greatly appreciated.</p> http://stackoverflow.com/questions/714523/ldap-modeling-best-practices 3 LDAP Modeling Best Practices jm04469 2009-04-03T15:46:11Z 2009-07-31T11:00:46Z <p>I am very in tune with relational modeling but new to LDAP modeling and am looking for best practices for designing LDAP schemas. Would love to know what are the equivalents of third normal form and other practices in the world of LDAP?</p> <p>Links to white papers that expand on this subject are greatly appreciated.</p> http://stackoverflow.com/questions/263094/is-openid-a-flawed-concept/781328#781328 Comment by jm04469 on Is OpenID a flawed concept? jm04469 2009-09-30T11:03:36Z 2009-09-30T11:03:36Z An OpenID can also look like a sql injection attack since there is no governance over format. http://stackoverflow.com/questions/1037754/apis-that-allow-status-updates-to-be-posted-to-several-sites Comment by jm04469 on APIs that allow status updates to be posted to several sites? jm04469 2009-06-24T11:22:06Z 2009-06-24T11:22:06Z <a href="http://twitter.com/mcgoverntheory" rel="nofollow">twitter.com/mcgoverntheory</a> http://stackoverflow.com/questions/1026946/using-twitter-as-a-mechanism-to-remote-control-applications Comment by jm04469 on Using Twitter as a mechanism to remote control applications? jm04469 2009-06-22T12:30:43Z 2009-06-22T12:30:43Z <a href="http://twitter.com/mcgoverntheory" rel="nofollow">twitter.com/mcgoverntheory</a> http://stackoverflow.com/questions/955399/is-there-a-reason-why-software-developers-arent-externalizing-authorization Comment by jm04469 on Is there a reason why software developers aren't externalizing authorization? jm04469 2009-06-11T11:10:47Z 2009-06-11T11:10:47Z OK, so what needs to occur so that more developers at least consider it? http://stackoverflow.com/questions/944020/best-practices-for-defining-patternlayout-when-using-log4j-syslogappender/945099#945099 Comment by jm04469 on Best Practices for defining PatternLayout when using Log4j SyslogAppender jm04469 2009-06-11T11:10:01Z 2009-06-11T11:10:01Z Not sure that this helps when trying to use the syslogAppender... http://stackoverflow.com/questions/881957/methodology-for-upgrading-os-kernel/884122#884122 Comment by jm04469 on Methodology for upgrading OS Kernel jm04469 2009-06-11T11:08:56Z 2009-06-11T11:08:56Z Evan, I think research also involves posting questions to sites such as Stackoverflow to get answers that I otherwise wouldn't be able to find... http://stackoverflow.com/questions/955399/is-there-a-reason-why-software-developers-arent-externalizing-authorization/955432#955432 Comment by jm04469 on Is there a reason why software developers aren't externalizing authorization? jm04469 2009-06-06T19:35:48Z 2009-06-06T19:35:48Z The question is about authorization, not authentication. http://stackoverflow.com/questions/873602/how-does-ui-design-differ-when-designing-a-software-appliance-console-from-tradit Comment by jm04469 on How does UI design differ when designing a software appliance console from traditional web applications? jm04469 2009-06-05T11:59:35Z 2009-06-05T11:59:35Z Anyone know of empirical studies on the intersection of usability and configuration? http://stackoverflow.com/questions/944162/open-source-database-proxies/944233#944233 Comment by jm04469 on Open Source Database Proxies? jm04469 2009-06-04T12:27:23Z 2009-06-04T12:27:23Z Absolutely would be interested in seeing your code. I wanted to use it for the same challenge. http://stackoverflow.com/questions/944179/open-source-xml-firewalls Comment by jm04469 on Open Source XML Firewalls? jm04469 2009-06-04T12:26:26Z 2009-06-04T12:26:26Z I don't need it for implementation but am simply interested in seeing code for how they are developed. http://stackoverflow.com/questions/867857/trends-in-externalizing-identity-from-applications Comment by jm04469 on Trends in Externalizing Identity from Applications jm04469 2009-05-27T10:44:11Z 2009-05-27T10:44:11Z I understand the value proposition of each but would like to understand more about how to support both at the same time... http://stackoverflow.com/questions/701002/what-are-the-characteristics-of-a-well-designed-jmx-mbean Comment by jm04469 on What are the characteristics of a well-designed JMX MBean jm04469 2009-05-27T10:43:07Z 2009-05-27T10:43:07Z Any examples of really good well designed JMX MBeans is appreciated... http://stackoverflow.com/questions/813556/high-availability-and-disaster-recovery-software-antipatterns Comment by jm04469 on High Availability and Disaster Recovery Software AntiPatterns jm04469 2009-05-27T10:40:38Z 2009-05-27T10:40:38Z Logging doesn't help as this is a runtime characteristic that is useful only after code has been written. I guess audit should include a checklist of things to look for while doing a code review. http://stackoverflow.com/questions/716898/why-arent-companies-using-ldap-as-a-central-repository-for-other-than-users Comment by jm04469 on Why aren't companies using LDAP as a central repository for other than users? jm04469 2009-05-27T10:39:30Z 2009-05-27T10:39:30Z In my own testing, I have found that extending LDAP with non-user objectClasses is more performant than using a relational database. Sadly, many developers are living in the past and need to rethink dated assumptions. http://stackoverflow.com/questions/763438/java-vms-that-do-not-require-an-operating-system/763968#763968 Comment by jm04469 on Java VMs that do not require an operating system? jm04469 2009-05-27T10:32:50Z 2009-05-27T10:32:50Z So will SANOS die because it hasn't generated enough community interest?