Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
bundle
- Page 1
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
2 Months Ago
by gediminas.bukauskas.7
… loadable items into bundles and don't use one huge
bundle
: create collection of bundles. Switch on JavaScript type=module and…
Re: Looking for Apple Developer enterprise account
Programming
Software Development
1 Month Ago
by Sammi_2
… mobile provisional profile. When a provisional profile is created, the
bundle
id of the ipa is bound. If necessary, I can…
Bundle and minify JS and CSS on the fly
Programming
Software Development
14 Years Ago
by bbman
… to help me. The goal of the script is to
bundle
and minify JS and CSS files on the fly. So…, for example, I could write: <link href="/
bundle
.aspx?file1.css&file2.css&file3.css"…;> <script src="/
bundle
.aspx?file1.js&file2.js&file3.js"…
Re: content sensitive bundle properties
Programming
Software Development
16 Years Ago
by ceyesuma
…artistmsgbundle</var> </resource-
bundle
> <resource-
bundle
> <base-name>MusicLibrary… msg; } private String getMessageFromResourceBundle(String key, String bundlePostfix) { ResourceBundle
bundle
= null; String bundleName = "MusicLibrary.ui.appBundle" + …
content sensitive bundle properties
Programming
Software Development
16 Years Ago
by ceyesuma
…getMessage(String key) { // use standard JSF Resource
Bundle
mechanism return getMessageFromJSFBundle(key); // use the default …(key); } private String getMessageFromResourceBundle(String key) { ResourceBundle
bundle
= null; String bundleName = "MusicLibrary.ui.appBundle&…
OSGI bundle starting problem
Programming
Software Development
14 Years Ago
by GDICommander
…osgi.framework.BundleContext; import Example2.Service.IDictionaryService; /** * This is the
bundle
. * @author Pierre-Alexandre * */ public class Activator implements BundleActivator {… the end):
Bundle
-Name: Hockey dictionary
Bundle
-Description: A
bundle
that registers a hockey dictionary service
Bundle
-Vendor: Apache Felix
Bundle
-Version: 1…
ClassNotFoundException (javax.xml.ws.Service) when starting OSGI bundle
Programming
Software Development
14 Years Ago
by GDICommander
…cxf.dosgi.discovery.local.LocalDiscoveryService bundleChanged INFO:
bundle
changed: null org.osgi.framework.BundleException: …manifest file. [CODE]
Bundle
-Name: Prototype 1 Client
Bundle
-Description: A
bundle
that calls a Web service… by a server.
Bundle
-Vendor: Apache Felix
Bundle
-Version: 1.0.0
Bundle
-Activator: prototype1.client.…
Re: ClassNotFoundException (javax.xml.ws.Service) when starting OSGI bundle
Programming
Software Development
14 Years Ago
by GDICommander
…for the following: [CODE]
Bundle
-Name: Prototype 1 Client
Bundle
-Description: A
bundle
that calls a Web service …published by a server.
Bundle
-Vendor: Apache Felix
Bundle
-Version: 1.0.0
Bundle
-Activator: prototype1.client.Prototype1ClientActivator… org.osgi.framework,javax.xml.ws,javax.xml.namespace
Bundle
-ClassPath: lib/jaxb-api.jar, . [/CODE] …
Re: OSGI bundle starting problem
Programming
Software Development
14 Years Ago
by adams161
I'm guessing its the manifest. lots out there if you google bunde-activator. saw this:
Bundle
-Activator: class-name where class-name is a fully qualified Java classname maybe your name isn't quite doing it with package.classname you have. Mike
Re: OSGI bundle starting problem
Programming
Software Development
14 Years Ago
by GDICommander
I have verified the
Bundle
-Activator line in manifest.mf and unfortunately, it is ok. …
How to bundle jre inside jar to run jar in non java system?
Programming
Software Development
12 Years Ago
by Nagarajan M
… fine in java installed system.. And my task is to
Bundle
jre inside jar(Not along with jar(i.e we… also.. But,i dont know how to
bundle
jre inside jar.. Though i do
bundle
and all..I Dont how to run… can run our jar.. Please provide me the solutions to
bundle
jre inside jar and how to run a jar? Thanks…
Shell script to bundle two files
Programming
Software Development
14 Years Ago
by rohit_static
Hi , I actually have a script to
bundle
up two files but i don't know how it … two regular files as parameters : [code] $>chmod 777
bundle
.sh $>./
bundle
.sh file1 file2>new.sh $>chmod 777…
Re: How to bundle jre inside jar to run jar in non java system?
Programming
Software Development
12 Years Ago
by ~s.o.s~
> Please provide me the solutions to
bundle
jre inside jar and how to run a jar? Without …
Re: Shell script to bundle two files
Programming
Software Development
14 Years Ago
by nezachem
…'s see what happens when you invoke it as [ICODE]./
bundle
.sh file1 file2>new.sh[/ICODE] As you said…
Can't run OSGI bundle with JAR only.
Programming
Mobile Development
14 Years Ago
by GDICommander
… bundles from Maven OSGI plugin in Netbeans. When running the
bundle
from Netbeans, all works fine. But when I'm taking….prototype1/}ILocalisationService org.osgi.framework.BundleException: Activator start error in
bundle
domus.usherbrooke.ca.Prototype1ClientOSGIBundle [41] . at org.apache.felix.framework…
software bundle
Programming
Software Development
18 Years Ago
by steven01
I want
bundle
a exe file to a software.can anyone suggest some place to find some softwares?
Resource Bundle Manager
Programming
Software Development
17 Years Ago
by dav555
Does somebody know a better tool as the "Resource
Bundle
Manager" for managing translations/resources ? [URL="http://www.icu-project.org/repos/icu/tools/trunk/unicodetools/com/ibm/rbm/docs/index.html"]http://www.icu-project.org/repos/icu/tools/trunk/unicodetools/com/ibm/rbm/docs/index.html[/URL] Thank you!
What is Bundle HTTP or HTTP/S
Community Center
16 Years Ago
by kshshell
Hi, I am reading a book that has references to
Bundle
HTTP was wondering what would that be? Any help? TIA, kshshell
how to bundle static content ??? urgent pls help.........
Programming
Web Development
14 Years Ago
by kkjava
… like to know is there any way where i can
bundle
all the static objects like javascript, css, images into one…
OSGi Bundle with JAX-WS
Programming
Software Development
12 Years Ago
by funwithme
Hi, Please anyone help me to develop **OSGi
bundle
with JAX-WS** and how can I deploy it into **jboss eap 6**. If anyone provide me sample hello world example or any tutorial link that is also helpfull for me. Thanks.
Re: Bundle and minify JS and CSS on the fly
Programming
Software Development
14 Years Ago
by bbman
I don't get it. Do you want that code translated, and have it all run locally, or do you want to send a request to a webserver with that code uploaded?
Re: Bundle and minify JS and CSS on the fly
Programming
Software Development
14 Years Ago
by bbman
The former: Translated code running locally.
Re: Bundle and minify JS and CSS on the fly
Programming
Software Development
14 Years Ago
by bbman
There are rules that state you must have attempted it yourself; we will not do your homework for you. Read up about it. Wouldn't be too hard.
Re: Bundle and minify JS and CSS on the fly
Programming
Software Development
14 Years Ago
by bbman
I'd love to show you some initial code, but as I said in my post, I'm not a C# programmer. I don't know the framework, so I don't even know how to start. I'm just looking for a little help. I tried googling my issue before I came here. I found, for instance, [url=http://www.bloggingdeveloper.com/post/C-Wrapper-for-Google-Closure-Compiler-…
Re: Bundle and minify JS and CSS on the fly
Programming
Software Development
14 Years Ago
by bbman
Why have you picked C#, out of interest. Python or Ruby could be a lot more appropriate. In C#, if you want to use a class: [CODE] Class Example { pirate void Function() { // etc; } } [/CODE] It can be in another *.cs file, and you register an instance by: [CODE] Example pickaname = new Example(); [/CODE] And you access it by: …
Re: Bundle and minify JS and CSS on the fly
Programming
Software Development
14 Years Ago
by nav33n
bbman, Why are you talking to yourself ?
Re: questions about mobo bundle..to buy or not to buy
Hardware and Software
Hardware
20 Years Ago
by dcc
… a Asus K8V Deluxe with an AMD Athlon 64 3400+
bundle
, than looking at the possible head aches I've read… it's worth it perfomance wise. The price for this
bundle
is $299. with a $100. rebate, and about $16. shipping…. And of course this
bundle
doesn't come with any memory, so there's another…
Re: questions about mobo bundle..to buy or not to buy
Hardware and Software
Hardware
20 Years Ago
by belama
… to buy the Asus K8V Deluxe / AMD Athlon 64 3400+
bundle
if you need it but it seems like you dont… to use demanding applications, I would probably not buy the
bundle
because it is still 200$+ more and performance that you…
Re: questions about mobo bundle..to buy or not to buy
Hardware and Software
Hardware
20 Years Ago
by Catweazle
Is that $199 [i]after[/i] the rebate or before? If the effective price for the
bundle
is $120, then I doubt you'd get a better value option for the purposes mentioned.
Re: OSGI bundle starting problem
Programming
Software Development
14 Years Ago
by GDICommander
I finally solved my problem: the jar I was creating did not have a directory for the package inside. So, I enter this command: PS C:\Users\Pierre-Alexandre\workspace\ApacheFelixExample\src> jar cfm ServiceExpositionExample.jar ServiceExpositionExa mple\manifest.mf .\ServiceExpositionExample\*.class And it works! Hope that this solution can …
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC