Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
Hello.
I found that class
com.ptc.core.adapter.server.impl.AbstractWebjectDelegate
has been marked as deprecated (at least since release 11.0 but it could be marked as deprecated even earlier). However, I don't see any information, what class should be used instead of AbstractWebjectDelegate.
Is there anyone who had to use AbstractWebjectDelegate and found a replacement for it? This class is mostly used, when one wants to create his own webject delegate, so such class extends AbstractWebjectDelegate.
Solution is to replace AbstractWebjectDelegate with either AbstractWebject, ObjectWebject or ActionWebject, depending on the needs. See this article:
https://www.ptc.com/en/support/article/CS57998
Extend either com.ptc.core.adapter.server.impl.ObjectWebject or com.ptc.core.adapter.server.impl.ActionWebject depending on the type of custom Webject (ACT or OBJ)