jsr299
Useful environment for CDI / weld web-applications
I am new to weld and consider what environment is useful for a web-application using CDI (Weld). I want to use JSF or Wicket for presentation and JPA/Hibernate for my persistence layer (including Tran[详细]
2023-01-19 02:05 分类:问答Whats the relationship between Spring and javax.enterprise.inject?
I was reading a Wikipedia article about Java EE application servers here: http://en.wikipedia.org/wiki/Java_Platform,_Enterprise_Edition#Java_EE_5_certified[详细]
2023-01-02 18:01 分类:问答How to inject beans from external libs with CDI?
How can I use JSR-299 CDI to inject (not annotated) beans fro开发者_如何学JAVAm external libraries?[详细]
2023-01-01 22:05 分类:问答Can I make a field in database use this django code ,and don't use 'python manage.py startapp xx'
from django.db开发者_开发问答 import models class Person(models.Model): first_name = models.CharField(max_length=30)[详细]
2022-12-19 00:51 分类:问答