Welcome to the first blog post of 2021! (funny enough also my first blog post) Recently while trying to work on a direct integration between a React Single Page Application and the GraphQL endpoint of the microservice, I encountered the following err…
To Setup dxa-2.2 java with spring boot
we can refer pom.xml
things to be taken care when update dxa version
<dxaversion>2.2.11</dxaversion> <dxa-tridion-provider.version>2.2.11.1</dxa-tridion-provider.version> [this can be replaced with later…
In my previous article , I presented the steps for converting a Java DXA webapp to a Spring Boot application. I would now like to present the steps for enabling https in this context.
Link to article
To .Net developers (including me), Java is the devil. It is complex, not user friendly and there are endless config files to deal with. We are use to nice GUI’s and IDEs that “do it for you”.
So, when I was assigned a DD4T 2.0 Java project, with SDL…
Now you’ve got the environment setup in step 1 , its time to get it working… which was easier said than done… You can start with the DD4T Archetype mentioned here, https://github.com/dd4t/dd4t-2-java/wiki, but at the time of doing this it was in a bit…
Now the fun part, getting it to run. If you’ve followed step 1 and step 2 , we have everything we need now. The end is in sight…
Open up Eclipse, and lets get started:
Run-as “dd4t-2-java clean install”
Expected Warnings (JARs not in Maven Central…
You might have noticed my recent blog posts are of a Java nature, and that’s not like me. I’m currently on a Java project, so that means everything is a fun new world of learning (and pain)
On the project, one of the early tasks is navigation as you…
A while ago I blogged about running your custom deployer logic in a Java IDE. That article was based on my experiences with SDL Web 8.5 (aka Tridion 8.5) and the *.bat file and pom.xml that were given in that article were based on this version. Total…
Introduction
Coreservice is used to perform operation on cms i.e. connect to cms, create content, create workflow etc.
To work with Coreservice with java we have to setup code which consume coreservice as wsdl soap client.
Repository
To check…
A while ago I blogged about running your custom deployer logic in a Java IDE. That article was based on my experiences with SDL Web 8.5 (aka Tridion 8.5) and the *.bat file and pom.xml that were given... Read the full text.
Whenever you publish a page, component or another type of item in Tridion, the item is first published, then transported and finally deployed. SDL offers various ways to extend or modify this deployme... Read the full text.
These days the standard way to get your java libraries is through Maven. However, sometimes you still need to deal with jar files that aren’t available through Maven at all. Perhaps some softwar... Read the full text.
As I am recently building multiple robots at once (Hexapod, Rover and some other projects you can read on my blog) I was running out of Servo’s and wanted to buy a few more. At the end of 2017 R... Read the full text.
It has been a while since I have been writing and this coincides with me moving to a new house and my previous project simply was just done. I have been looking at a new challenge and have been dabbin... Read the full text.
We had a scenario while building a form on Java DXA 1.7 and tried to have it submit via POST, not GET. We had the form working perfectly via GET, but when we changed the method to POST the response &#... Read the full text.
In the last post we talked about the electronics, in this post I will talk a bit about the 3D design and printing of the components. I have recently acquired an Ultimaker 3D printer and after quite some experimenting has led me to be able to start de…
This post if part of a series about the File System Toolkit - a custom content delivery API for SDL Tridion.In the previous post Criteria for Dynamic Queries , I presented index classes that allow us to execute performant lookups for ke... Read the full…
This post if part of a series about the File System Toolkit - a custom content delivery API for SDL Tridion.In previous post Writing My Own Database Engine , I quickly mentioned the use of Memory Byte Buffer from Jana NIO that provides fast ... Read the…
This post if part of a series about the File System Toolkit - a custom content delivery API for SDL Tridion.In the previous post Dynamic Content Queries , I presented a Query class that performs CustomMeta queries on JSON models published to... Read the…
This post if part of a series about the File System Toolkit - a custom content delivery API for SDL Tridion.In the previous post Dynamic Content Queries , I presented a Query class that performs CustomMeta queries on JSON models publish... Read the full…
This post if part of a series about the File System Toolkit - a custom content delivery API for SDL Tridion.This post presents the Dynamic Content Query capability. The requirements for the Toolkit API are that it should be able to provide ... Read the…
This post if part of a series about the File System Toolkit - a custom content delivery API for SDL Tridion.This post describes a Component Presentation Assembler factory. Its role is to retrieve a Dynamic Component Presentation and to trig... Read the…