| java Programming Glossary: respectivelyUnderstanding JSF as a MVC framework http://stackoverflow.com/questions/10111387/understanding-jsf-as-a-mvc-framework  these artifacts are typically implemented by EJB and JPA respectively. View The UI components and their composition into a full page... of JSF and implemented by JSF UIComponent s and Facelets respectively. Controller The traffic cop that handles commands and incoming.. 
 Difference between Activity and FragmentActivity http://stackoverflow.com/questions/10477997/difference-between-activity-and-fragmentactivity 
 How to set the maximum memory usage for JVM? http://stackoverflow.com/questions/1493913/how-to-set-the-maximum-memory-usage-for-jvm  G after the numbers for indicating Megs and Gigs of bytes respectively. Xms indicates the minimum and Xmx the maximum  share improve.. 
 Print query string in hibernate with parameter values http://stackoverflow.com/questions/1710476/print-query-string-in-hibernate-with-parameter-values  for the the following categories at debug and trace levels respectively org.hibernate.SQL Log all SQL DML statements as they are executed.. 
 Classpath including JAR within a JAR http://stackoverflow.com/questions/183292/classpath-including-jar-within-a-jar  that UberJar and Shade are plugins for Maven1 and Maven2 respectively. As mentioned below you can also use the assembly plugin which.. 
 getResourceAsStream() vs FileInputStream http://stackoverflow.com/questions/2308188/getresourceasstream-vs-fileinputstream  IDE like Eclipse that's the src folder and the build path respectively . This way you can grab them with help of the ClassLoader by.. 
 Shortcut “or-assignment” (|=) operator in Java http://stackoverflow.com/questions/2486472/shortcut-or-assignment-operator-in-java  compound assignment version of the boolean logical and ^ respectively. In other words for boolean b1 b2 these two are equivalent b1.. 
 How to tune Tomcat 5.5 JVM Memory settings without using the configuration program http://stackoverflow.com/questions/286007/how-to-tune-tomcat-5-5-jvm-memory-settings-without-using-the-configuration-progr  will see that they run a setenv.sh or setenv.bat script respectively if it exists to set environment variables. The relevant environment.. 
 Calculating the angle between two lines without having to calculate the slope? (Java) http://stackoverflow.com/questions/3365171/calculating-the-angle-between-two-lines-without-having-to-calculate-the-slope  m1 m2 where m1 and m2 are the slopes of line 1 and line 2 respectively. Is there a formula algorithm that can calculate the angles.. 
 How to configure JPA for testing in Maven http://stackoverflow.com/questions/385532/how-to-configure-jpa-for-testing-in-maven  target classes META INF and target test classes META INF respectively. It would be more elegant to encapsulate this into a mojo but.. 
 PKIX path building failed: unable to find valid certification path to requested target http://stackoverflow.com/questions/4062307/pkix-path-building-failed-unable-to-find-valid-certification-path-to-requested  Also I have a xxx_IE.crt and xxx_FX.crt for Firefox and IE respectively and they don't work for the above Java client so do I need a.. 
 Best way to represent a fraction in Java? http://stackoverflow.com/questions/474535/best-way-to-represent-a-fraction-in-java  if this object is less than equal to or greater than f respectively. public int compareTo BigFraction f if f null throw new IllegalArgumentException.. 
 .Net vs Java Garbage Collector  http://stackoverflow.com/questions/492703/net-vs-java-garbage-collector  collectors which optimise for throughput verses latency respectively. Active research in GC strategies is ongoing in both companies.. 
 Trust Store vs Key Store - creating with keytool http://stackoverflow.com/questions/6340918/trust-store-vs-key-store-creating-with-keytool  parameters used to build KeyManager s and TrustManager s respectively then used to build an SSLContext which essentially contains.. 
 Java resource as file http://stackoverflow.com/questions/676097/java-resource-as-file  in the user defined directory or the directory in the jar respectively Edit Apparently the ideal approach would be to stay away from.. 
 What's the difference between @Component, @Repository & @Service annotations in Spring? http://stackoverflow.com/questions/6827752/whats-the-difference-between-component-repository-service-annotations-in  example in the persistence service and presentation layers respectively. Therefore you can annotate your component classes with @Component.. 
 Stack with find-min/find-max more efficient than O(n)? http://stackoverflow.com/questions/7134129/stack-with-find-min-find-max-more-efficient-than-on  reading off the stored max and min atop the stack 9 and 1 respectively . Now suppose that we pop off the top element. This yields 9.. 
 Why doesn't Java offer operator overloading? [closed] http://stackoverflow.com/questions/77718/why-doesnt-java-offer-operator-overloading 
 Java Garbage Collection Log messages http://stackoverflow.com/questions/895444/java-garbage-collection-log-messages  size of live objects before and after garbage collection respectively. After minor collections the size includes some objects that.. 
 |