User jm04469 - Stack Overflowmost recent 30 from stackoverflow.com2009-12-21T11:44:52Zhttp://stackoverflow.com/feeds/user/85095http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/944020/best-practices-for-defining-patternlayout-when-using-log4j-syslogappender0Best Practices for defining PatternLayout when using Log4j SyslogAppenderjm044692009-06-03T10:22:15Z2009-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-authorization13Is there a reason why software developers aren't externalizing authorization?jm044692009-06-05T11:23:08Z2009-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-mbean4What are the characteristics of a well-designed JMX MBeanjm044692009-03-31T13:37:39Z2009-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-ldap1How do I accomplish the following in LDAP?jm044692009-06-11T10:54:24Z2009-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-ruby3Smalltalk compilers that target either Java, .NET or Rubyjm044692009-09-30T22:04:42Z2009-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-kernel0Adding stackless threading to BSD Kernel?jm044692009-05-24T21:28:26Z2009-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-kernel0Any experience with SANOS operating system kernel?jm044692009-04-19T02:53:03Z2009-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-erwin2Open Source Equivalents to Erwinjm044692009-11-06T18:37:42Z2009-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-applications10Using Twitter as a mechanism to remote control applications?jm044692009-06-22T12:30:28Z2009-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-eav0Data Modeling for EAVjm044692009-11-06T18:35:14Z2009-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-jars0A Java Plugin Framework that supports JARsjm044692009-05-14T01:52:49Z2009-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-developers2What is the best conference in the United States for Software Developersjm044692009-04-25T12:50:40Z2009-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-mlm0Shopping Cart Functionality that supports MLMjm044692009-09-30T22:00:32Z2009-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-ldap0Modeling Tools that understand both Relational and LDAPjm044692009-04-17T13:32:36Z2009-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-pages0How can I make CAPTCHA work across multiple pages?jm044692009-07-28T10:24:40Z2009-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-models1Java Frameworks that support Entity-Attribute-Value Modelsjm044692009-07-30T10:40:38Z2009-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#14148921Answer by jm04469 for OWASP Consider regenerating a new session upon successful authentication or privilege level change. jm044692009-09-12T11:16:37Z2009-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-mbeans0IDE plugins for developing JMX Model MBeansjm044692009-04-17T12:58:32Z2009-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-ldap2Storing Password Reset Questions in LDAPjm044692009-06-25T10:56:16Z2009-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-ldap1Choosing an RDN for new objectClasses in LDAP?jm044692009-04-27T11:46:51Z2009-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#13224720Answer by jm04469 for How to separate Enterprise Logging file in EventType?jm044692009-08-24T13:38:02Z2009-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#13224690Answer by jm04469 for How to implement Singleton-like EJB3.0 bean?jm044692009-08-24T13:37:10Z2009-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-xerces6Are there faster XML parsers in Java than Xalan/Xercesjm044692009-06-06T19:30:55Z2009-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-insensitive0Making JAAS LoginModule Case-Insensitivejm044692009-08-16T13:59:54Z2009-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-parsers0Secure XML Parsersjm044692009-06-24T11:33:45Z2009-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-websites2How does Web Design differ for SAAS over traditional websites?jm044692009-07-14T12:46:00Z2009-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-model0Where can I find SQL statements to create EAV model?jm044692009-08-07T01:33:08Z2009-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-gateways0Open Source SPML to LDAP Gatewaysjm044692009-04-21T23:10:05Z2009-07-31T11:15:18Z
<p>I recently ran across <a href="http://www.google.com/url?sa=t&source=web&ct=res&cd=1&url=http%3A%2F%2Fblogs.sun.com%2Fmwhite%2Fentry%2Fproject%5Fkeychain%5Fspml%5Fgateway%5Ffor&ei=5lHuSZeaOpvItgf2%5FfXLDw&rct=j&q=spml+keychain&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-applications3What are the best practices in building multi-tenancy applications?jm044692009-04-04T13:42:02Z2009-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-practices3LDAP Modeling Best Practicesjm044692009-04-03T15:46:11Z2009-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#781328Comment by jm04469 on Is OpenID a flawed concept?jm044692009-09-30T11:03:36Z2009-09-30T11:03:36ZAn 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-sitesComment by jm04469 on APIs that allow status updates to be posted to several sites?jm044692009-06-24T11:22:06Z2009-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-applicationsComment by jm04469 on Using Twitter as a mechanism to remote control applications?jm044692009-06-22T12:30:43Z2009-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-authorizationComment by jm04469 on Is there a reason why software developers aren't externalizing authorization?jm044692009-06-11T11:10:47Z2009-06-11T11:10:47ZOK, 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#945099Comment by jm04469 on Best Practices for defining PatternLayout when using Log4j SyslogAppenderjm044692009-06-11T11:10:01Z2009-06-11T11:10:01ZNot sure that this helps when trying to use the syslogAppender...http://stackoverflow.com/questions/881957/methodology-for-upgrading-os-kernel/884122#884122Comment by jm04469 on Methodology for upgrading OS Kerneljm044692009-06-11T11:08:56Z2009-06-11T11:08:56ZEvan, 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#955432Comment by jm04469 on Is there a reason why software developers aren't externalizing authorization?jm044692009-06-06T19:35:48Z2009-06-06T19:35:48ZThe question is about authorization, not authentication.http://stackoverflow.com/questions/873602/how-does-ui-design-differ-when-designing-a-software-appliance-console-from-traditComment by jm04469 on How does UI design differ when designing a software appliance console from traditional web applications?jm044692009-06-05T11:59:35Z2009-06-05T11:59:35ZAnyone know of empirical studies on the intersection of usability and configuration?http://stackoverflow.com/questions/944162/open-source-database-proxies/944233#944233Comment by jm04469 on Open Source Database Proxies?jm044692009-06-04T12:27:23Z2009-06-04T12:27:23ZAbsolutely would be interested in seeing your code. I wanted to use it for the same challenge.http://stackoverflow.com/questions/944179/open-source-xml-firewallsComment by jm04469 on Open Source XML Firewalls?jm044692009-06-04T12:26:26Z2009-06-04T12:26:26ZI 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-applicationsComment by jm04469 on Trends in Externalizing Identity from Applicationsjm044692009-05-27T10:44:11Z2009-05-27T10:44:11ZI 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-mbeanComment by jm04469 on What are the characteristics of a well-designed JMX MBeanjm044692009-05-27T10:43:07Z2009-05-27T10:43:07ZAny examples of really good well designed JMX MBeans is appreciated...http://stackoverflow.com/questions/813556/high-availability-and-disaster-recovery-software-antipatternsComment by jm04469 on High Availability and Disaster Recovery Software AntiPatternsjm044692009-05-27T10:40:38Z2009-05-27T10:40:38ZLogging 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-usersComment by jm04469 on Why aren't companies using LDAP as a central repository for other than users?jm044692009-05-27T10:39:30Z2009-05-27T10:39:30ZIn 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#763968Comment by jm04469 on Java VMs that do not require an operating system?jm044692009-05-27T10:32:50Z2009-05-27T10:32:50ZSo will SANOS die because it hasn't generated enough community interest?