User jsight - Stack Overflow most recent 30 from stackoverflow.com 2009-12-09T13:11:23Z http://stackoverflow.com/feeds/user/1432 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/33476/jsf-lifecycle-and-custom-components 5 JSF Lifecycle and Custom components jsight 2008-08-28T21:48:57Z 2009-12-09T10:37:48Z <p>There are a couple of things that I am having a difficult time understanding with regards to developing custom components in JSF. For the purposes of these questions, you can assume that all of the custom controls are using valuebindings/expressions (not literal bindings). Although I'll gladly upvote those who give good explanations on that as well, since that could be helpful for others (and me down the line).</p> <ol> <li>Where do I set the value for the valuebinding? Is this supposed to happen in decode? Or should decode do something else and then have the value set in encodeBegin?</li> <li>Read from the Value Binding - When do I read data from the valuebinding vs. reading it from submittedvalue and putting it into the valuebinding? </li> <li>When are action listeners on forms called in relation to all of this? The JSF lifecycle pages all mention events happening at various steps, but its not completely clear to me when just a simple listener for a commandbutton is being called</li> </ol> <p>I've tried a few combinations, but always end up with hard to find bugs that I believe are coming from basic misunderstandings of the event lifecycle.</p> <p>Any help would be appreciated... thanks!</p> http://stackoverflow.com/questions/1849972/how-to-kill-deadlocked-threads-in-java/1850016#1850016 2 Answer by jsight for How to kill deadlocked threads in Java? jsight 2009-12-04T22:17:01Z 2009-12-04T22:17:01Z <p>From the root threadgroup, you can have the Thread class <a href="http://www.exampledepot.com/egs/java.lang/ListThreads.html" rel="nofollow">enumerate all running threads</a>. Then you can call Thread.stop on the one that matches your ID.</p> <p>Having said that, this is highly dangerous due to the potential to leave objects in an inconsistent state. I don't believe that the interrupt method will cause a thread to be freed up that is stuck in waiting on a synchronization lock, so the (evil) stop methods</p> <p>See also: "<a href="http://java.sun.com/javase/6/docs/technotes/guides/concurrency/threadPrimitiveDeprecation.html" rel="nofollow">Java Thread Primitive Deprecation</a>".</p> http://stackoverflow.com/questions/1094807/is-there-a-script-available-to-resize-svg 0 Is there a script available to resize SVG? jsight 2009-07-07T20:53:44Z 2009-11-23T23:43:00Z <p>Is there a way to script the rescaling of a .SVG from its current size (thousands of pixels) to a much smaller size? I've tried ImageMagick, but its support for SVG gradients is far too weak to be useful.</p> <p>The purpose is to work around a bug in a rendering library that sometimes causes svgs with large pixel sizes to allocate large rasters (before ultimately being rescaled smoothly down for actual display).</p> <p>For example, how can I change this 1024x1024px svg:</p> <pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="no"?&gt; &lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt; &lt;svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="1024.09" height="1024.36" id="svg2" sodipodi:version="0.32" inkscape:version="0.46" version="1.0" sodipodi:docname="tst.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape"&gt; &lt;defs id="defs4"&gt; &lt;linearGradient inkscape:collect="always" id="linearGradient2454"&gt; &lt;stop style="stop-color:#800000;stop-opacity:1;" offset="0" id="stop2456" /&gt; &lt;stop style="stop-color:#800000;stop-opacity:0;" offset="1" id="stop2458" /&gt; &lt;/linearGradient&gt; &lt;inkscape:perspective sodipodi:type="inkscape:persp3d" inkscape:vp_x="99.717407 : 889.90313 : 1" inkscape:vp_y="7.5659029e-15 : 92.21017 : 0" inkscape:vp_z="191.66118 : 889.90313 : 1" inkscape:persp3d-origin="145.68929 : 873.73005 : 1" id="perspective10" /&gt; &lt;radialGradient inkscape:collect="always" xlink:href="#linearGradient2454" id="radialGradient2460" cx="4022.8572" cy="5451.2656" fx="4022.8572" fy="5451.2656" r="3559.865" gradientTransform="matrix(-0.1071067,-0.1166362,0.1377765,-7.0459663e-2,276.61943,1452.439)" gradientUnits="userSpaceOnUse" /&gt; &lt;/defs&gt; &lt;sodipodi:namedview id="base" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" gridtolerance="10000" guidetolerance="10" objecttolerance="10" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="0.49497475" inkscape:cx="403.89421" inkscape:cy="477.41913" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="false" inkscape:window-width="1680" inkscape:window-height="978" inkscape:window-x="1307" inkscape:window-y="24" /&gt; &lt;metadata id="metadata7"&gt; &lt;rdf:RDF&gt; &lt;cc:Work rdf:about=""&gt; &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt; &lt;dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" /&gt; &lt;/cc:Work&gt; &lt;/rdf:RDF&gt; &lt;/metadata&gt; &lt;g inkscape:label="Layer 1" inkscape:groupmode="layer" id="layer1"&gt; &lt;rect style="fill:#0000ff;fill-rule:evenodd;stroke:#000000;stroke-width:0.10674229px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" id="rect2403" width="836.00311" height="815.66479" x="144.90677" y="154.41733" /&gt; &lt;path style="fill:url(#radialGradient2460);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.10674229px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="M 492.29996,1003.8047 C 992.20722,1001.6971 989.38289,999.5894 992.20722,997.48173 C 995.03156,995.37408 992.20722,124.91007 992.20722,124.91007 L 113.83908,124.91007 L 122.31209,1012.2353 L 492.29996,1003.8047 z" id="path2382" /&gt; &lt;g sodipodi:type="inkscape:box3d" style="fill:#800000;fill-opacity:1" id="g2392" inkscape:perspectiveID="#perspective10" inkscape:corner0="-0.94081067 : 0.17266027 : 0 : 1" inkscape:corner7="-0.94348241 : 0.15857352 : 0.25 : 1"&gt; &lt;path sodipodi:type="inkscape:box3dside" id="path2402" style="fill:#afafde;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1" inkscape:box3dsidetype="13" d="M 876.40947,160.66071 L 913.12582,161.89944 L 324.68925,139.51689 L 322.74524,139.47316 L 876.40947,160.66071 z" /&gt; &lt;path sodipodi:type="inkscape:box3dside" id="path2400" style="fill:#d7d7ff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1" inkscape:box3dsidetype="14" d="M 913.12582,138.91648 L 913.12582,161.89944 L 324.68925,139.51689 L 324.68925,135.27915 L 913.12582,138.91648 z" /&gt; &lt;path sodipodi:type="inkscape:box3dside" id="path2404" style="fill:#e9e9ff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1" inkscape:box3dsidetype="11" d="M 322.74524,135.27204 L 324.68925,135.27915 L 324.68925,139.51689 L 322.74524,139.47316 L 322.74524,135.27204 z" /&gt; &lt;path sodipodi:type="inkscape:box3dside" id="path2396" style="fill:#4d4d9f;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1" inkscape:box3dsidetype="5" d="M 876.40947,138.71518 L 913.12582,138.91648 L 324.68925,135.27915 L 322.74524,135.27204 L 876.40947,138.71518 z" /&gt; &lt;path sodipodi:type="inkscape:box3dside" id="path2394" style="fill:#353564;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1" inkscape:box3dsidetype="6" d="M 876.40947,138.71518 L 876.40947,160.66071 L 322.74524,139.47316 L 322.74524,135.27204 L 876.40947,138.71518 z" /&gt; &lt;path sodipodi:type="inkscape:box3dside" id="path2398" style="fill:#8686bf;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1" inkscape:box3dsidetype="3" d="M 876.40947,138.71518 L 913.12582,138.91648 L 913.12582,161.89944 L 876.40947,160.66071 L 876.40947,138.71518 z" /&gt; &lt;/g&gt; &lt;rect style="fill:#800000;fill-opacity:1" id="rect2448" width="36.716354" height="14.753627" x="432.98892" y="103.83346" /&gt; &lt;rect style="fill:#800000;fill-opacity:1" id="rect2450" width="22.594679" height="16.861288" x="133.60942" y="101.7258" /&gt; &lt;rect style="fill:#800000;fill-opacity:1" id="rect2452" width="22.594679" height="6.3229828" x="949.84222" y="97.510475" /&gt; &lt;/g&gt; &lt;/svg&gt; </code></pre> <p>To a 102.4x102.4 SVG? It'd be nice if it didn't drop pieces of the SVG as well (which kind of rules out libsvgbin2, though it comes close).</p> http://stackoverflow.com/questions/1757098/spring-mvc-annotations-with-global-context-contextcomponent-scan 1 Spring MVC Annotations with Global Context context:component-scan? jsight 2009-11-18T16:09:48Z 2009-11-18T16:48:53Z <p>I have a spring dispatcher servlet with servlet-name "spring-mvc". The spring-mvc-servlet.xml appears as follows:</p> <pre><code>&lt;bean id="viewResolver" class="org.springframework.web.servlet.view.UrlBasedViewResolver"&gt; &lt;property name="viewClass" value="org.springframework.web.servlet.view.JstlView"/&gt; &lt;property name="prefix" value="/WEB-INF/jsp/"/&gt; &lt;property name="suffix" value=".jsp"/&gt; &lt;/bean&gt; &lt;bean class="org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping"/&gt; &lt;bean class="org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter"/&gt; </code></pre> <p>In a file in WEB-INF/annotation-context.xml I have the annotation scanner defined. All of my annotated classes are loaded and other spring beans are able to load them ok.</p> <p>However, the path mappings do not work from spring-mvc. If I copy the context-scanner to spring-mvc-servlet.xml, then they work.</p> <p>Is it possible for spring-mvc-servlet.xml to reference beans defined at the global spring level?</p> http://stackoverflow.com/questions/93091/why-cant-strings-be-mutable-in-java-and-net/93099#93099 -1 Answer by jsight for Why can't strings be mutable in Java and .NET? jsight 2008-09-18T14:35:20Z 2009-11-15T10:52:27Z <p>It's largely for security reasons. It's much harder to secure a system if you can't trust that your strings are tamperproof.</p> http://stackoverflow.com/questions/1702398/how-to-use-temporary-queues-from-blazeds-or-spring-flex 0 How to use temporary queues from BlazeDS (OR Spring-Flex)? jsight 2009-11-09T17:12:26Z 2009-11-09T17:12:26Z <p>Is there a way to tie a BlazeDS Message Destination to a JMS Temporary queue?</p> http://stackoverflow.com/questions/476989/smallest-java-svg-engine 2 Smallest Java SVG Engine jsight 2009-01-25T00:52:44Z 2009-11-06T19:52:05Z <p>What is the smallest Java SVG engine (least/smallest jars) that actually works? If your answer is Batik, what is the minimal dep. graph for getting this to work in a simple Java application?</p> <p>I've looked at the dependency graph on the Batik site, but it looks like a typical Apache mess. Aren't there better alternatives?</p> http://stackoverflow.com/questions/1682547/why-is-the-spring-flex-blazeds-messaging-service-adapter-not-called 0 Why is the Spring/Flex/BlazeDS Messaging service-adapter not called? jsight 2009-11-05T18:20:56Z 2009-11-06T19:51:15Z <p>I have attached a service-adapter to a spring message-destination as follows:</p> <pre><code>&lt;flex:message-destination id="secured-chat" send-security-constraint="trusted" subtopic-separator="." service-adapter="secured-chatAdapter" allow-subtopics="true" /&gt; </code></pre> <p>The init methods are called during the bean's initialization, and I get "invoke" messages when new messages are sent.</p> <p>However, allowSubcribe and other methods are never called. Are there any common causes of this problem?</p> http://stackoverflow.com/questions/1682547/why-is-the-spring-flex-blazeds-messaging-service-adapter-not-called/1689945#1689945 0 Answer by jsight for Why is the Spring/Flex/BlazeDS Messaging service-adapter not called? jsight 2009-11-06T19:51:15Z 2009-11-06T19:51:15Z <p>The problem was that the Consumers had not defined subtopics. Because there were no subtopics being subscribed to, the subtopic specific permissions methods were not being called.</p> http://stackoverflow.com/questions/1400135/facelets-and-jsp-in-same-project 0 Facelets and JSP in same project? jsight 2009-09-09T14:38:24Z 2009-11-05T20:09:33Z <p>Is it possible to use Facelets pages and .jsp style ICEfaces pages in the same project? In looking at the <a href="http://facestutorials.icefaces.org/tutorial/facelets-tutorial.html" rel="nofollow">ICEFaces Facelets tutorial</a>, the migration appears to be an all-or-nothing switch. Is it possible to support both (for a slow migration)?</p> http://stackoverflow.com/questions/1659396/android-turn-by-turn-api 2 Android Turn-by-Turn API? jsight 2009-11-02T04:17:49Z 2009-11-02T12:33:41Z <p>Android 2.0 has <a href="http://www.guardian.co.uk/technology/blog/2009/oct/28/google-sat-nav-android" rel="nofollow">turn-by-turn directions</a>, however, I do not yet see an API exposed for this in the 2.0 SDK. Are there any documented plans to expose an API for calling into the new turn-by-turn features?</p> http://stackoverflow.com/questions/1646764/reasonable-contract-rate-for-a-region-charlotte-nc 0 Reasonable Contract Rate for a Region (Charlotte, NC)? [closed] jsight 2009-10-29T21:44:25Z 2009-10-29T21:44:25Z <p>I'm trying to determine a reasonable contract rate for work with a previous employer (after-hours, on an emergency only basis). The departure was on friendly terms, so obviously fairness is pretty important.</p> <p>Are there any tools for determining the current market rate for contract labor in the area? Presumably these tend to be somewhat higher than permanent-full-time hourly rates?</p> http://stackoverflow.com/questions/1637931/system-properties-cant-be-resolved-in-spring-xml-using-maven/1637985#1637985 1 Answer by jsight for System properties can't be resolved in Spring XML using Maven jsight 2009-10-28T15:24:43Z 2009-10-28T15:24:43Z <p>Perhaps mvn test doesn't pass through the system properties that it is run with to the tests? Would it be possible to pass the properties using the test plugin (which itself may pull them from the System properties)?</p> <p>See also: <a href="http://maven.apache.org/maven-1.x/plugins/test/properties.html" rel="nofollow">http://maven.apache.org/maven-1.x/plugins/test/properties.html</a></p> http://stackoverflow.com/questions/1633664/measuring-the-size-of-httpsession-object/1633678#1633678 0 Answer by jsight for Measuring the Size of HttpSession object jsight 2009-10-27T21:06:15Z 2009-10-27T21:06:15Z <p>Can <a href="http://www.lambdaprobe.org/d/index.htm" rel="nofollow">Lambda Probe</a> do what you need? It seems to have a few tools for monitoring memory and session usage.</p> http://stackoverflow.com/questions/1632930/java-jprogressbar/1633029#1633029 0 Answer by jsight for Java: JProgressBar jsight 2009-10-27T19:11:50Z 2009-10-27T19:11:50Z <p>I think the easiest way would be to write your own custom component. The alternative would be a custom look and feel (there's a lot of work involved in that), but it shouldn't be too difficult to write a custom component with your own indeterminate animation very similar to what you see there.</p> http://stackoverflow.com/questions/804023/how-do-i-simulate-a-modal-dialog-from-within-an-applet 3 How do I simulate a modal dialog from within an Applet? jsight 2009-04-29T20:03:27Z 2009-10-26T18:53:16Z <p>On setVisible(true), I call the following code to start a modal dialog:</p> <pre><code>private synchronized void startModal () { try { if (SwingUtilities.isEventDispatchThread()) { EventQueue theQueue = getToolkit().getSystemEventQueue(); while (isVisible()) { AWTEvent event = theQueue.getNextEvent(); Object source = event.getSource(); if (event instanceof ActiveEvent) { ((ActiveEvent) event).dispatch(); } else if (source instanceof Component) { ((Component) source).dispatchEvent(event); } else if (source instanceof MenuComponent) { ((MenuComponent) source).dispatchEvent(event); } else { System.err.println("Unable to dispatch: " + event); } } } else { while (isVisible()) { wait(); } } } catch (InterruptedException ignored) { } } </code></pre> <p>This works just great in most browsers. However, in Opera and Safari for Windows, I am confronted with the following big-nasty-exception:</p> <pre><code>java.security.AccessControlException: access denied (java.awt.AWTPermission accessEventQueue) at java.security.AccessControlContext.checkPermission(Unknown Source) at java.security.AccessController.checkPermission(Unknown Source) at java.lang.SecurityManager.checkPermission(Unknown Source) at java.lang.SecurityManager.checkAwtEventQueueAccess(Unknown Source) at java.awt.Toolkit.getSystemEventQueue(Unknown Source) </code></pre> <p>Is there a workaround for generating fake-modal dialogs in these browsers?</p> http://stackoverflow.com/questions/1335426/is-there-a-built-in-c-net-system-api-for-hsv-to-rgb 2 Is there a built-in C#/.NET System API for HSV to RGB? jsight 2009-08-26T15:08:22Z 2009-10-26T18:09:50Z <p>Is there an API built into the .NET framework for <a href="http://en.wikipedia.org/wiki/HSL%5Fand%5FHSV#Conversion%5Ffrom%5FHSV%5Fto%5FRGB" rel="nofollow">converting HSV to RGB</a>? I didn't see a method in System.Drawing.Color for this, but it seems surprising that there wouldn't be one in the platform.</p> http://stackoverflow.com/questions/1608460/best-job-description-for-a-position-requiring-extensive-debugging-skills 2 Best job description for a position requiring extensive debugging skills? jsight 2009-10-22T16:36:47Z 2009-10-22T17:27:48Z <p>I am looking for suggestions regarding a job description for a Java (server-side) developer. The position requires primarily maintenance programming on a relatively stable product, but also requires extensive debugging capability. We've had difficulty in the past with people being uninterested in diving through through tons of log data and legacy code in order to debug specific issues.</p> <p>What kind of job description would principally appeal to the developers with a strong debugging mindset?</p> http://stackoverflow.com/questions/1602324/rsync-how-do-i-synchronize-in-both-directions/1602348#1602348 1 Answer by jsight for RSync: How do I synchronize in both directions? jsight 2009-10-21T17:31:57Z 2009-10-21T17:31:57Z <p>Just run it twice, with "newer" mode: rsync -u -r dir_a dir_b rsync -u -r dir_b dir_a</p> <p>This won't handle deletes, but I'm not sure there is a good solution to that problem with only periodic sync'ing.</p> http://stackoverflow.com/questions/1595908/what-is-a-branch-in-cvs 0 What is a branch in CVS? jsight 2009-10-20T16:42:01Z 2009-10-20T16:46:38Z <p>What is a branch in CVS?</p> http://stackoverflow.com/questions/1594917/what-features-should-java-7-onwards-have-to-encourage-switching-from-c/1594945#1594945 16 Answer by jsight for What features should Java 7 onwards have to encourage switching from C#? jsight 2009-10-20T14:19:39Z 2009-10-20T14:19:39Z <p>In my experience, Java vs. .Net is more of a business decision than a technical one. Shops with MS experience trend towards .Net and shops with Java experience trend towards Java &amp; OSS. I've seen little evidence of people switching based upon language features. On the other hand, I've seen shops heavily tilt towards one platform b/c of one or two key employees they wanted to hire being knowledgeable in that area.</p> http://stackoverflow.com/questions/1581527/actionscript-3-specification-as-pdf 2 ActionScript 3 Specification as PDF? jsight 2009-10-17T05:55:23Z 2009-10-17T09:19:15Z <p>I see the <a href="http://livedocs.adobe.com/specs/actionscript/3/as3%5Fspecification.html" rel="nofollow">ActionScript language specification</a>, however, the online format is awkward. Has anyone converted this to a PDF?</p> http://stackoverflow.com/questions/1580363/ensuring-result-order-when-joining-without-using-an-orderby/1580381#1580381 1 Answer by jsight for Ensuring result order when joining, without using an order_by jsight 2009-10-16T20:59:09Z 2009-10-16T20:59:09Z <p>I don't believe that sql guarantees which table drives the ultimate sort order. Having said that, unless I would be very surprised if MySQL rewrites your query in such a way that the order changes.</p> http://stackoverflow.com/questions/1541845/problems-with-createimageint-width-int-height/1541858#1541858 0 Answer by jsight for Problems with createImage(int width, int height) jsight 2009-10-09T04:52:08Z 2009-10-09T04:52:08Z <p>isHeadless will only return true if you are running in a non-GUI environment (eg, within a server or servlet container).</p> <p>I believe that your problem is within your createImage method itself. Can you give us more context? Which createImage method is being called and what is its implementation?</p> http://stackoverflow.com/questions/1537621/netbeans-facelets-code-completion/1539130#1539130 0 Answer by jsight for Netbeans Facelets code completion jsight 2009-10-08T16:56:48Z 2009-10-08T16:56:48Z <p>You could try the 6.8 Milestone releases (beta later this month). They support Facelets pretty well.</p> <p>I haven't had much luck with Facelets in 6.7.x, unfortunately.</p> http://stackoverflow.com/questions/1532064/arraylist-content-to-jlabel/1532109#1532109 2 Answer by jsight for ArrayList content to JLabel jsight 2009-10-07T14:45:53Z 2009-10-07T14:45:53Z <p>Like this:</p> <pre><code>StringBuilder sb = new StringBuilder(); for (Integer i : list) { sb.append(i == null ? "" : i.toString()); } lbl.setText(sb.toString()); </code></pre> http://stackoverflow.com/questions/1528320/javascript-variable-scope-question/1528342#1528342 6 Answer by jsight for Javascript variable scope question jsight 2009-10-06T22:02:23Z 2009-10-06T22:02:23Z <p>In the first case, your code is accessing the global variable "outside_scope", which has been initialized to "outside scope".</p> <p>Javascript has function level scope, so in the second case it is accessing the function scoped variable "outside_scope", but it has not yet been initialized at the time of the alert box. So it displays undefined.</p> http://stackoverflow.com/questions/1523984/jndi-lookup-of-ejb3-inside-an-ear-file-on-glassfish/1525765#1525765 1 Answer by jsight for JNDI lookup of EJB3 inside an EAR file on Glassfish jsight 2009-10-06T13:57:02Z 2009-10-06T13:57:02Z <p>ejb-jar.xml for your ejb file goes into META-INF (of the EJB-Jar, not of the ear). EJB Refs in the deployment descriptor look something like this:</p> <pre><code>&lt;ejb-local-ref&gt; &lt;ejb-ref-name&gt;EJBName&lt;/ejb-ref-name&gt; &lt;ejb-ref-type&gt;Session&lt;/ejb-ref-type&gt; &lt;local&gt;classname&lt;/local&gt; &lt;ejb-link&gt;JARName.jar#EJBName&lt;/ejb-link&gt; &lt;/ejb-local-ref&gt; </code></pre> <p>The lookup code looks something like:</p> <pre><code>Context c = new InitialContext(); return (EJBLocalInterface) c.lookup("java:comp/env/EJBName"); </code></pre> <p>I don't believe that you will need a container specific deployment descriptor (sun-ejb-jar.xml) for this type of lookup.</p> http://stackoverflow.com/questions/1506672/can-memory-pressure-lead-to-session-data-eviction-in-asp-net/1506697#1506697 1 Answer by jsight for Can Memory Pressure lead to Session Data Eviction in ASP.NET? jsight 2009-10-01T21:45:59Z 2009-10-01T21:45:59Z <p>It will not be auto-purged in order to save memory in the same way that Cache is. However, if the worker process runs out of memory, it will be auto-restarted. If you are using InProc session storage, this means that all sessions will be lost.</p> http://stackoverflow.com/questions/1505927/java-accessing-bean-type-methods-of-an-object-through-reflection/1506042#1506042 3 Answer by jsight for Java: accessing bean-type methods of an Object through reflection jsight 2009-10-01T19:45:41Z 2009-10-01T19:45:41Z <p>A wrapper such as Commons BeanUtils would be nice if you don't mind the third party dependency. Otherwise, I'd suggest looking at the <a href="http://java.sun.com/javase/6/docs/api/java/beans/BeanInfo.html" rel="nofollow">Java BeanInfo</a> class to provide what you need.</p> <p>IllegalArgumentException might be a reasonable thing to throw, but really, almost anything would be better than just swallowing the exception.</p> http://stackoverflow.com/questions/1785002/how-do-i-create-a-bidirectional-data-binding-in-flex-3/1785045#1785045 Comment by jsight on How do I create a bidirectional data binding in Flex 3? jsight 2009-11-23T19:04:52Z 2009-11-23T19:04:52Z I think the key is to add the BindingUtils programatically (not via MXML elements) after your initialization is complete. http://stackoverflow.com/questions/1757098/spring-mvc-annotations-with-global-context-contextcomponent-scan/1757391#1757391 Comment by jsight on Spring MVC Annotations with Global Context context:component-scan? jsight 2009-11-23T18:44:40Z 2009-11-23T18:44:40Z Yes, thats exactly what I'm doing. Controller's in the parent context are not seen by spring mvc in spring-mvc servlet's context. They can be called manually however, just that dispatcherservlet doesn't see them or their path mappings. http://stackoverflow.com/questions/1757098/spring-mvc-annotations-with-global-context-contextcomponent-scan Comment by jsight on Spring MVC Annotations with Global Context context:component-scan? jsight 2009-11-23T18:43:47Z 2009-11-23T18:43:47Z global spring level == application context (as opposed to a nested context in which a dispatcher servlet is defined) http://stackoverflow.com/questions/24596/what-web-application-framework-for-java-is-recommended/24707#24707 Comment by jsight on What Web Application Framework for Java is Recommended? jsight 2009-11-09T16:58:29Z 2009-11-09T16:58:29Z @Zanyking - If your forum needs SEO, you'll find GWT difficult, imo. http://stackoverflow.com/questions/1682547/why-is-the-spring-flex-blazeds-messaging-service-adapter-not-called/1689945#1689945 Comment by jsight on Why is the Spring/Flex/BlazeDS Messaging service-adapter not called? jsight 2009-11-08T02:55:35Z 2009-11-08T02:55:35Z I think it was from reading through the sourcecode. :) Either that or finally reading the javadocs the right way. http://stackoverflow.com/questions/1400135/facelets-and-jsp-in-same-project/1683234#1683234 Comment by jsight on Facelets and JSP in same project? jsight 2009-11-06T19:50:22Z 2009-11-06T19:50:22Z jsf2.0 still supports jsp, though it will be deprecated. http://stackoverflow.com/questions/1602324/rsync-how-do-i-synchronize-in-both-directions/1602348#1602348 Comment by jsight on RSync: How do I synchronize in both directions? jsight 2009-11-02T04:14:25Z 2009-11-02T04:14:25Z MaD70 - No problem... I was just kidding. :) http://stackoverflow.com/questions/1521169/ups-commercial-rate-or-residential-rate Comment by jsight on UPS Commercial Rate or Residential rate jsight 2009-10-29T21:38:25Z 2009-10-29T21:38:25Z Not sure why asking about the UPS API is any different from the million other questions here about everything from google apis, to specific library APIs. http://stackoverflow.com/questions/1602324/rsync-how-do-i-synchronize-in-both-directions/1602348#1602348 Comment by jsight on RSync: How do I synchronize in both directions? jsight 2009-10-28T15:05:16Z 2009-10-28T15:05:16Z Sheesh, you get 6 upvotes and you're still complaining? &lt;j/k&gt; Unison is a really interesting solution, and I'm glad that you mentioned it. :) http://stackoverflow.com/questions/1632930/java-jprogressbar/1633029#1633029 Comment by jsight on Java: JProgressBar jsight 2009-10-27T19:12:27Z 2009-10-27T19:12:27Z If your goal isn't the specific look, but just a generic indeterminate progress bar, more help is available here: <a href="http://java.sun.com/docs/books/tutorial/uiswing/components/progress.html" rel="nofollow">java.sun.com/docs/books/&hellip;</a> http://stackoverflow.com/questions/1614522/how-do-i-change-this-to-idiomatic-perl Comment by jsight on How do I change this to "idiomatic" Perl? jsight 2009-10-23T16:26:06Z 2009-10-23T16:26:06Z Why did I read this the first time as &quot;How do I change this to 'idiotic' Perl?&quot; http://stackoverflow.com/questions/1608460/best-job-description-for-a-position-requiring-extensive-debugging-skills/1608730#1608730 Comment by jsight on Best job description for a position requiring extensive debugging skills? jsight 2009-10-22T20:43:46Z 2009-10-22T20:43:46Z Hehe... I appreciate the humour value. :) http://stackoverflow.com/questions/1595908/what-is-a-branch-in-cvs Comment by jsight on What is a branch in CVS? jsight 2009-10-20T16:43:11Z 2009-10-20T16:43:11Z Yes, this question is mostly to help google... seeing some other devs asking this with poor results reading it. http://stackoverflow.com/questions/1594917/what-features-should-java-7-onwards-have-to-encourage-switching-from-c/1594945#1594945 Comment by jsight on What features should Java 7 onwards have to encourage switching from C#? jsight 2009-10-20T15:32:04Z 2009-10-20T15:32:04Z @Mike - NP... I can see how it could be read that way. http://stackoverflow.com/questions/1594917/what-features-should-java-7-onwards-have-to-encourage-switching-from-c Comment by jsight on What features should Java 7 onwards have to encourage switching from C#? jsight 2009-10-20T15:14:30Z 2009-10-20T15:14:30Z @Rakesh - Try actually using the two platforms. Java IDEs make VS look like the retro piece of junk that it truly is. You are right about the language, though... Java as a language is behind, and there are no plans in the works to change that. If you want something modern, you use a different language on top of the JVM.