Search:

Type: Posts; User: jaro; Keyword(s):

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    996

    GPL only covers copying, distribution and...

    GPL only covers copying, distribution and modification of a licensed program. If you don't copy, distribute or modify the GPLed program you are safe even for commercial usage. You could be earning...
  2. Replies
    9
    Views
    12,486

    I would recommed to use Apache CXF 2.1.x over...

    I would recommed to use Apache CXF 2.1.x over Spring web services or Axis2. It's built on spring, integrates with spring easily (dependency injection into web service bean, security of web services...
  3. Replies
    3
    Views
    1,676

    In my application where I start multiple spring...

    In my application where I start multiple spring application contexts from xml (not a web application), I implement ApplicationListener in several beans and then fire custom event subclassed from...
  4. Replies
    8
    Views
    2,824

    There is no ASM versioning problem, I can happily...

    There is no ASM versioning problem, I can happily use ASM 2.2.3 for now.

    Tests were carried out using setting 1 Object via accessor 10000000 times in a loop. Tested on Sun JVM 1.6 update 12.
    ...
  5. Replies
    8
    Views
    2,824

    After some performance testing I found out that...

    After some performance testing I found out that the best options for setting bean properties dynamically are:

    1.) Manually generate new class with ASM for each target class accessor.
    2.) CGLIB...
  6. Replies
    8
    Views
    2,824

    I need ASM for fast HashMap to java bean (and...

    I need ASM for fast HashMap to java bean (and back) transformer to avoid reflection, because speed is critical. Since this transformer needs to run in the bundle using spring dynamic modules, I...
  7. Replies
    3
    Views
    2,088

    How should BundleContext be wired into...

    How should BundleContext be wired into OsgiBundleXmlApplicationContext? I see that ConfigurableOsgiBundleApplicationContext has methods getBundleContext, setBundleContext.

    Basically I would like...
  8. Replies
    3
    Views
    2,088

    Usage of scope="bundle" complicates testing

    I found out that usage of scope="bundle" on service beans isn't perhaps such a good idea, due to problems with testing such a bean.

    Basically in Spring dm, we would ideally have at least 3 types...
  9. Replies
    8
    Views
    2,824

    Spring dm doesn't work with objectweb asm 3.1

    Trying to use Objectweb asm library 3.1 with spring dynamic modules will result in NoSuchMethodError:

    java.lang.NoSuchMethodError:...
  10. NullPointerException in AbstractOnTheFlyBundleCreatorTests

    I think there is a bug in AbstractOnTheFlyBundleCreatorTests, method determineImports.

    I'm getting null pointer exception there when I run test from class in default package. In that case package...
  11. Replies
    2
    Views
    1,274

    Hello Have you tried using just: ...

    Hello

    Have you tried using just:

    <sec:global-method-security secured-annotations="enabled" jsr250-annotations="enabled" />

    and then using @RolesAllowed annotation on required methods? It...
  12. Thread: Spring vs. Seam

    by jaro
    Replies
    13
    Views
    11,840

    I have not used Seam yet, and only a few spring...

    I have not used Seam yet, and only a few spring libraries - core spring with IoC, Spring AOP, Spring Security, now starting with Spring dynamic modules (OSGi integration), and Apache CXF for web...
  13. Replies
    5
    Views
    1,385

    You shouldn't need to call your real servers...

    You shouldn't need to call your real servers myapp.server1.com, myapp.server2.com. It should also work with real servers having the same hostname like load balancer - myapp.com. It's a matter of load...
  14. Replies
    14
    Views
    4,140

    It is already a big risk that I'm considering...

    It is already a big risk that I'm considering using OSGi running on Equinox with spring dynamic modules, since there is nobody in our team experienced with that, and also in general there are not...
  15. Replies
    14
    Views
    4,140

    I actually read the license, and that is my...

    I actually read the license, and that is my understanding of it. Let me introduce quote from the license:



    Could you clarify this ? According to this I'm not allowed to further distribute the...
  16. Replies
    5
    Views
    1,385

    What kind of load balancer are you using? With...

    What kind of load balancer are you using? With load balancing there is no reason why internal servers should use different urls than the load balancer itself. They can even share the same IP...
  17. Replies
    14
    Views
    4,140

    It is a pitty that you are not allowed to...

    It is a pitty that you are not allowed to distribute binary SpringSource sm Server even as part of some product. This is a serious limitation, and without having right to distribute it as part of...
Results 1 to 17 of 17