Questions tagged [bundles]

Bundles are a group of resources.

179 questions
1
vote
1 answer

How to prevent SQL Injection when using MVC's bundling

We have an MVC 5 site and currently we are using bundles for our css and java script which is all working just fine. The issue is that when doing so, it creates something like: /bundles/stylesheet?v=_NMyDE-CcoALPkYZqbmiXkI3LfoWnS1GFeEZNVMaBT81 We…
Kyle Fuller
  • 117
  • 2
  • 13
1
vote
0 answers

How to implement and register interfaces in different bundles and under a central OSGi service?

I have a question regarding registering/using services in OSGi between bundles. I have two bundles, Bundle A - with my core service that binds multiple "handlers" to a map (similar to a factory) and Bundle B - which implements additional handler…
KJQ
  • 447
  • 1
  • 7
  • 28
1
vote
1 answer

MVC Bundling and Minification - Control the token/version?

I know that when using the ASP.NET MVC 4 it creates a "bundled" collection of the requested files. I also understand that it adds on a version to the end of the collection URL. I am wondering if it is possible to change or control the generated…
thatuxguy
  • 2,418
  • 7
  • 30
  • 51
1
vote
1 answer

asp.net bundler "webpage/content/js" not found

I just browsed through tons of googled pages to solve this problem, but it looks like that each of it is unique. My page source shows that the pack is bundled in the way that it should work
Ernis
  • 645
  • 11
  • 22
1
vote
2 answers

How two dependent bundles in osgi gets compiled

I am learning OSGi framework. What i found that Bundles consists of .class files and manifest file. Now suppose I have two bundles A and B and bundle B depends on bundle A's service. So while compiling bundle B i have to keep Bundle A's service…
user1147070
  • 491
  • 7
  • 21
1
vote
0 answers

symfony 2 bundle installation

Possible Duplicate: 'git' is not recognized as an internal or external command I would like to install this bundle: http://symfony.com/doc/current/bundles/DoctrineFixturesBundle/index.html I am working on windows and i got installed the…
Barta Tamás
  • 889
  • 4
  • 15
  • 36
1
vote
1 answer

Checking if part of a bundle exists in Android

I am working on an application, and from a list view I create a bundle that includes the item selected and the previous item. What I need to determine is if the previous item actually gets bundled through. If it exists, I want the information, but…
0
votes
2 answers

Getting intents from two different activities

I am fairly new at android and I am unsure about intents. If I have 3 activities, A B and C, and activity A needs to receive bundles from both B and C at different times (eg: moving from B to A, or from C to A), how would I go about doing…
Mr DC
  • 33
  • 5
0
votes
3 answers

get all implementations of an api

I have written an API Bundle and some implementing services. Now i want to use them as plugins, so first of all i need a list of all the services i have. I'm starting the api like this: Framework m_fwk = new…
reox
  • 5,036
  • 11
  • 53
  • 98
0
votes
2 answers

Symfony2: best practive how to get data from another bundle?

I'm new to symfony2 and there are some things I don't get right now. In this case I want to display all albums made by a band or artist. If the user is logged in I want to display on the same page, if one album is in the collection of this user or…
0
votes
0 answers

Sdk Frozen Bundles

can you help me with this query regarding bundles, the previous version of our app has a frozen bundle, so that the current version does not download it. This is ok for the current version, since it contains the strings of this bundle locally. After…
0
votes
0 answers

Rollup. Chunk that depends from another chunk

Suppose the project has the following structure: src/ controllers/ controller1.ts controller2.ts utils/ misc.ts other-file.ts index.ts node_modules/ And I need to get dist structure like…
Black Moon
  • 1
  • 2
  • 6
0
votes
0 answers

c# Make a ScriptBundle from a source that is not a *.js file

I want to be able to create a ScriptBundle from a source that is not a *.js file but rather from the contents of a string variable (or else) My problem I have a series of enums and constants from different classes in my source code. I would like an…
Uliat
  • 31
  • 6
0
votes
1 answer

Reinstall Aptana Studio 3 bundles to get my custom snippets back?

I'm using Aptana Studio 3 for JavaScript development. Day 1, I tried importing some old favorite Textmate snippets etc. with limited success. Some keys like dot, comma, "d + number" etc. takes precedence over my custom commands and the situation has…
dani
  • 4,880
  • 8
  • 55
  • 95
0
votes
1 answer

Entity-specific functions in Symfony2

In my Symfony2 project, I have a ModelBundle which holds my entities, and other bundles for the frontend, backend, etc, which utilise that ModelBundle. I have a couple of model-specific functions that perform some entity-specific tasks. Where do I…
Dieter
  • 1,690
  • 2
  • 15
  • 28