David R. Heffelfinger

7K posts

David R. Heffelfinger banner
David R. Heffelfinger

David R. Heffelfinger

@ensode

Java Champion, Apache NetBeans PMC Member, Technical Author, Jakarta EE Consultant and Instructor.

Fairfax, VA Entrou em Ekim 2009
386 Seguindo6.1K Seguidores
David R. Heffelfinger retweetou
Payara
Payara@Payara_Fish·
Read what you can find in our latest podcast episode featuring David Heffelfinger @ensode. Learn about his new book, 'Jakarta EE Application Development' and gain valuable insights into the world of #Java and #JakartaEE app development: tinyurl.com/mpdr4s34
Payara tweet media
English
0
2
0
746
David R. Heffelfinger retweetou
Payara
Payara@Payara_Fish·
A new #PayaraPodcast episode is out! Catch up on our conversation with @ensode as he discusses his latest book, 'Jakarta EE Application Development'. Gain insights into Java development and discover the inspiration behind David's new publication: hubs.ly/Q02r19TW0
Payara tweet media
English
0
1
3
426
David R. Heffelfinger retweetou
Payara
Payara@Payara_Fish·
How to Use the Payara @netbeans Plugin Apache NetBeans is a popular IDE for Java development, offering a wide range of features for streamlining the development process. Find out how to use it with Payara 6! hubs.ly/Q01YDJZx0
Payara tweet media
English
0
3
10
888
David R. Heffelfinger
David R. Heffelfinger@ensode·
@iamdvr @Java_EE @JakartaEE That's a unique problem. I'm afraid I don't have much experience with that particular situation. Perhaps instead of bytecode manipulation, run a script at build time to change the imports, then use maven profiles to change the dependencies.
English
1
0
1
24
Desu Venkateswara Rao
Desu Venkateswara Rao@iamdvr·
@ensode @Java_EE @JakartaEE We have a need for generating two artifacts one for javax and other for Jakarta... Need byte code replace after artifact generation.. any help appreciated
English
2
0
0
36
David R. Heffelfinger
David R. Heffelfinger@ensode·
Been migrating some @Java_EE projects to @JakartaEE recently. For the most part, all it takes is a global search and replace: Replace all occurrences of "import javax" with "import jakarta" And stuff "just works".
English
2
2
9
1.7K
David R. Heffelfinger retweetou
Jakarta EE
Jakarta EE@JakartaEE·
Now featuring multiple profiles geared towards producing microservices or full stack applications, the #JakartaEE Platform provides flexibility for developing applications of all sizes. Learn more in our new video: hubs.la/Q01WF2FQ0 #opensource #JavaEE
English
0
1
4
968
David R. Heffelfinger
David R. Heffelfinger@ensode·
When migrating your JSF pages to @JakartaEE Faces, don't forget to update your XML namespaces <html xmlns="w3.org/1999/xhtml" 𝘅𝗺𝗹𝗻𝘀:𝗵="𝗷𝗮𝗸𝗮𝗿𝘁𝗮.𝗳𝗮𝗰𝗲𝘀.𝗵𝘁𝗺𝗹" 𝘅𝗺𝗹𝗻𝘀:𝗳="𝗷𝗮𝗸𝗮𝗿𝘁𝗮.𝗳𝗮𝗰𝗲𝘀.𝗰𝗼𝗿𝗲">
English
4
9
22
4.7K
David R. Heffelfinger
David R. Heffelfinger@ensode·
When migrating to @JakartaEE , don't forget to update your JPA propertis in persistence.xml <properties> <property name="𝗷𝗮𝗸𝗮𝗿𝘁𝗮.persistence.schema-generation.database.action" value="create"/> </properties>
English
0
3
8
1.1K