TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

IBM patents runtime code replacement in web applications

21 pointsby fgribreaualmost 13 years ago

11 comments

campnicalmost 13 years ago
I really feel like there is an educational opportunity for the HN community about patents. We frequently have these articles where the title of the patent is copy pasted into a submission to generate the largest amount of hysteria possible. Then the HN community completely ignores the fact that a) the titles are misleading and b) the titles are meaningless in terms of patent protection.<p>Based on the claims, they are patenting a system for updating client side web server applications. The system attaches source code information to JavaScript object in order to be able to determine the version of source code that generated the objects. The system attempts to provide a way for web applications to update client side code in a browser using the source code the objects were derived from as a way to continue operation without restart.<p>Now, I'm not saying that is novel. What I'm saying is that there are a lot of presumptions that happen before people even get to the claims. Typically, I encourage people to read the claims first, then work their way back through the rest of the application. Without knowing the claims, there is no way to know what they think is protectable.<p>This isn't a justification of the system. I think (software) patents and the patent system are incredibly broken. Thats not a reason to be unfamiliar with the systems. Know your enemy. reply
评论 #4443835 未加载
评论 #4443713 未加载
monochromaticalmost 13 years ago
THIS IS NOT A PATENT. This is what's known as a pre-grant publication. This application has been filed, but it has not yet been examined. Chances are quite low that it will issue as a patent in its current form.<p>Yes, the claims are broad... but this is just a published app, not a patent.
评论 #4444286 未加载
Sambdalaalmost 13 years ago
This is almost exactly what I'm currently coding in a side project in order to dynamically load different parts of a game when necessary instead of front-loading it all at once.<p>This is just another example of an obvious method to solve a problem that any developer will come up with as soon as they need to solve that problem.
评论 #4444135 未加载
kpozinalmost 13 years ago
Prior art: <a href="https://trigger.io/reload/" rel="nofollow">https://trigger.io/reload/</a> <a href="https://build.phonegap.com/docs/hydration" rel="nofollow">https://build.phonegap.com/docs/hydration</a><p>Plus every app that has ever had to solve this problem. There is nothing non-obvious in this patent.
评论 #4444329 未加载
mizhialmost 13 years ago
This is not novel. This is not innovative. It is a relatively obvious method for dynamic code loading over the web that any intermediate programmer could have arrived at independently.
评论 #4443822 未加载
评论 #4443750 未加载
jebbluealmost 13 years ago
I think this is the first time I've seen actual code written into a patent. I didn't know you could do that.
评论 #4443838 未加载
评论 #4444215 未加载
lwhialmost 13 years ago
Could someone more knowledgeable please explain what the consequences of this patent might be?
评论 #4443572 未加载
sendtopmsalmost 13 years ago
IBM folks never aware of Erlang hot code replacement. <a href="https://www.google.co.in/search?q=erlang+hot+code+replacement&#38;oq=erlang+hot+code+replacement&#38;sugexp=chrome,mod=11&#38;sourceid=chrome&#38;ie=UTF-8" rel="nofollow">https://www.google.co.in/search?q=erlang+hot+code+replacemen...</a>
评论 #4444335 未加载
daurnimatoralmost 13 years ago
So.... where do I send my examples of prior art? patent office?
axxalmost 13 years ago
I'm so happy to live in Europe.
评论 #4444578 未加载
评论 #4444355 未加载
评论 #4444142 未加载
roymabookiealmost 13 years ago
This certainly isn't Sparta